Attachements don't work after moving mantis to new server

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
myrjan

Attachements don't work after moving mantis to new server

Post 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?
myrjan

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

Post by myrjan »

The attachments don't work after upgrading mantis on the old server either. Any suggestions?
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post by atrol »

Try adding the following line to file config_inc.php

Code: Select all

$g_file_upload_method   = DISK;
Please use Search before posting and read the Manual
myrjan

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

Post by myrjan »

Thanks. Works now :)
Post Reply