Page 1 of 1

Attachements don't work after moving mantis to new server

Posted: 02 May 2012, 09:31
by myrjan
Hello.
We have have installed mantis on a new server. At the same time we upgraded to versjon 1.2.10. We are now having trouble with opening old attachments.
I have copied the catalogue form the old server to exactly the same catalogue in the new one. I have also modified the $g_absolute_path_default_upload_folder variable in the config_defaults_inc.php file. Still does not work. What more do I have to do?

Re: Attachements don't work after moving mantis to new serve

Posted: 02 May 2012, 19:16
by myrjan
The attachments don't work after upgrading mantis on the old server either. Any suggestions?

Re: Attachements don't work after moving mantis to new serve

Posted: 02 May 2012, 20:02
by atrol
Try adding the following line to file config_inc.php

Code: Select all

$g_file_upload_method   = DISK;

Re: Attachements don't work after moving mantis to new serve

Posted: 09 May 2012, 12:32
by myrjan
Thanks. Works now :)