Mantis1.08 cannot upload attachments. Move attachments to di
Posted: 28 Jul 2017, 02:30
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
# $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