move attachment script doesn't works only for 1 project

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
benoit.quievreux
Posts: 3
Joined: 08 Dec 2015, 09:52

move attachment script doesn't works only for 1 project

Post by benoit.quievreux »

Hello,

I'm using Mantis 1.2.3 and I will update to 1.2.19. To do this I evaluate 1.2.19 on another server.
On Mantis 1.2.3 The attachment file was loaded on DataBase. On newer I will use the disk storage. I configured properly Mantis 1.2.19 to do this.
On database around 120 projects are present.
I moved attachements from DataBase to Disk without any problem except for 1 project.

I have no information to explain why migration have failed for this project.
The number of attachment is to 1905 files. I have other project with more than 2400 attachments migrate without any problem.
The project parameter are same as other project (private, enabled)
Folder path exists and have good right to write inside.
File size are bigger than other project
All extensions are permit.

I don't understand why only this project failed

Some info on variable used from (config_inc.php)
$g_allow_file_upload = ON;
$g_file_upload_method = DISK;
$g_absolute_path_default_upload_folder = '/var/www/html/mantisbt-1.2.19/uploads/';
$g_max_file_size = 5000000;
#$g_allowed_files = '';
#$g_disallowed_files = '';

Thanks a lot by advance to help me. I will try all solution for me since 2 weeks.

Regards

Benoit
atrol
Site Admin
Posts: 8553
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: move attachment script doesn't works only for 1 project

Post by atrol »

I would start with checking your web server and database server logs for errors and warnings.
Please use Search before posting and read the Manual
Post Reply