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?
Attachements don't work after moving mantis to new server
Moderators: Developer, Contributor
-
myrjan
Re: Attachements don't work after moving mantis to new serve
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
Try adding the following line to file config_inc.php
Code: Select all
$g_file_upload_method = DISK;