Search found 20 matches

by dsavercool
15 Jun 2006, 20:47
Forum: Help
Topic: Summary report of Attachments
Replies: 0
Views: 2193

Summary report of Attachments

I'm trying to get a list of all attachments associated with issues in Mantis. I thought I lucked out and would be able to just run an ls | tee file1, but only half of my attached files show the bug ID followed by the actual file name. A change must have occured that encoded the names in some way, th...
by dsavercool
18 May 2006, 14:48
Forum: Help
Topic: Generating a report displaying issues with files attached
Replies: 1
Views: 2826

Re:

I'm running version 1.0.3 by the way.
by dsavercool
16 May 2006, 12:55
Forum: Help
Topic: Generating a report displaying issues with files attached
Replies: 1
Views: 2826

Generating a report displaying issues with files attached

I need to generate a report of some kind that will show me the issues with files uploaded to them, including the file name. I'm not very farmiliar with mysql, but I'm assuming running queries against one of the tables in the database is my best bet. My main questions are: Is there an easier way to d...
by dsavercool
01 May 2006, 18:34
Forum: Help
Topic: Adding a new field setting to 'Report Issue'
Replies: 0
Views: 2411

Adding a new field setting to 'Report Issue'

Is there a way I can add a drop down menu on the bug_report_advanced_page.php or bug_report_page.php for Resolution? Sometimes when I am taking support calls for software I like to keep track of minor issues but I'd rather not have to double back and change it to resolved. It'd be nice to be able to...
by dsavercool
01 May 2006, 18:12
Forum: Help
Topic: acces denied for rss
Replies: 2
Views: 4000

RSS

Yes, but how do you enable it?
by dsavercool
28 Apr 2006, 18:21
Forum: Help
Topic: Error with email notifications - Mantis 1.0.1
Replies: 18
Views: 20463

re

Alright! Email notifications are working!!! Wooo! Add this to a success story! Anyway... disabling selinux corrected the issue, however I had tried so many different things that after disabling selinux I still had a bogus mailserver set in my config_inc.php file. I am now a happy camper after correc...
by dsavercool
28 Apr 2006, 14:48
Forum: Help
Topic: Error with email notifications - Mantis 1.0.1
Replies: 18
Views: 20463

re

Is the line in the config file for selinux case sensitive, the gui seems to be overriding my changes in the config file, so when I set it to selinux=disabled it changes it to selinux=Disabled. Kind of small but the little things can count.

Any ideas?
by dsavercool
27 Apr 2006, 20:18
Forum: Help
Topic: Error with email notifications - Mantis 1.0.1
Replies: 18
Views: 20463

Re

Yeah, I just read that exact site and disabled SElinux and rebooted. Still receiving that message. I'm going to reboot again... I'm getting desperate
by dsavercool
27 Apr 2006, 19:59
Forum: Help
Topic: Error with email notifications - Mantis 1.0.1
Replies: 18
Views: 20463

Re:

That worked, it said

Connected to 192.168.1.102
Ready to be Spoken to here

And it gave me a cursor


Also I have set SELinux=disabled in my selinux/config file
by dsavercool
27 Apr 2006, 19:26
Forum: Help
Topic: Error with email notifications - Mantis 1.0.1
Replies: 18
Views: 20463

Re

When attempting to run the command "telnet 192.168.1.102" it says connection refused. I'm diving deeper without wearing the correct gear here.

Any ideas?
by dsavercool
27 Apr 2006, 16:27
Forum: Help
Topic: Error with email notifications - Mantis 1.0.1
Replies: 18
Views: 20463

Another tidbit

Receive this error when running the email test in the admin folder no matter what mail server I specify (I have a few to try)

SYSTEM WARNING: fsockopen() [function.fsockopen]: unable to connect to 192.168.1.102:25 (Permission denied)
by dsavercool
26 Apr 2006, 14:23
Forum: Help
Topic: Error with email notifications - Mantis 1.0.1
Replies: 18
Views: 20463

RE: phpmailer and php includes folder

I'm able to browse the web on this machine and the mailserver I'm attempting to use is an internal server. I'm running Fedora Core 4 with the prepackaged version of PHP that came with it. The readme file in /core/phpmailer states that you should copy those files into those paths, are you saying it s...
by dsavercool
25 Apr 2006, 15:18
Forum: Help
Topic: Error with email notifications - Mantis 1.0.1
Replies: 18
Views: 20463

phpmailer and php includes folder

Okay, after taking a break from this issue I am tackling it again. It tells me to put the class.phpmailer.php and the class.smtp.php files in my php includes path from my php.ini file. However, my php.ini file includes path line is semi-coloned out. Also I searched my system and there is no include ...
by dsavercool
18 Apr 2006, 18:42
Forum: Help
Topic: Error with email notifications - Mantis 1.0.1
Replies: 18
Views: 20463

re:

Assuming that the server requires a SMTP username and password, and that it is accepting connections from your Mantis server, you need to set $g_smtp_username and $g_smtp_password in your config_inc.php file. Hope that helps! Attempting to define those in my email variables of the config_inc.php fi...
by dsavercool
18 Apr 2006, 15:22
Forum: Help
Topic: Error with email notifications - Mantis 1.0.1
Replies: 18
Views: 20463

User Authentication

I can't seem to find where to define the name and password.