Page 1 of 1

Mantis1.08 cannot upload attachments. Move attachments to di

Posted: 28 Jul 2017, 02:30
by fyk0722
Hello, I am facing an issue regarding the move 2 db script , I have all the attachments on db but I want to move them to disk instead, I changed the config_defaults_inc.php to

# $g_allow_reporter_upload
$g_allow_file_upload = ON;

# Upload destination: specify actual location in project settings
# DISK, DATABASE, or FTP.
$g_file_upload_method = DISK;

and when I try to the page system_utils.php to Move attachments to disk it says : No attachments need to be moved,

Is this related with the large table mantis_bug_file_table which is ~4GB?

Mantis version is 1.0.8

Thank you

Re: Mantis1.08 cannot upload attachments. Move attachments t

Posted: 31 Jul 2017, 06:22
by atrol
fyk0722 wrote: Mantis version is 1.0.8
You will hardly get any support for this outdated version.
There are a lot of bugs fixed in newer version, also related to attachments.
fyk0722 wrote:No attachments need to be moved,
Not sure, I vaguely remember that you have to ensure that you have selected the right project from the project select list.