Search found 3 matches

by fitzy79
11 Jan 2007, 23:42
Forum: Help
Topic: I am unable to send email to anyone
Replies: 3
Views: 5814

change to smtp

I had the same problem and found it was an error with php.

I just changed the method of delivery to smtp. (config_defaults_inc.php)

I change the $g_phpMailer_method = 2; line

gave a valid smtp server address, and username/password.
(ie $g_smtp_host, $g_smtp_username, $g_smtp_password)

should ...
by fitzy79
04 Dec 2006, 06:29
Forum: Help
Topic: Documents missing after upgrade
Replies: 4
Views: 5608

Still not working

Hello Victor,

I thought that it was set as database though then found a path in the project properties. I copied the upload directory to the new server so that the paths are identical. It still does not download any data. How can I verify whether the files are in the database or the folder listed ...
by fitzy79
04 Nov 2006, 06:06
Forum: Help
Topic: Documents missing after upgrade
Replies: 4
Views: 5608

Documents missing after upgrade

I have recently migrated our mantis bug tracker to a new machine and upgraded in the process. Everything seemed to go smoothly and our new system is up and running. The only problem is that any old uploads are "available" though contain no data. New uploads are fine! We can upload files and then ...