Mantis BT corrupts file uploads
Posted: 16 Feb 2009, 15:12
When I try to upload an image or zip file to Mantis BT it says that the operation is done.
If i check the uploaded file I only see a small part of it (if i'm lucky) or just a corrupted file. With ZIP it's almost every time inaccessable.
I'm using version 1.6 and the only thing that I have configured is the following:
$g_allow_file_upload = ON;
+ the necessary settings in php.ini
The files i'm talking about are not bigger then 100 bytes..
I do see the message System Warning: in_array() [function:in_array]: Wrong datatype for second argument
But then again, that's almost on every other page, what causes this??
If i check the uploaded file I only see a small part of it (if i'm lucky) or just a corrupted file. With ZIP it's almost every time inaccessable.
I'm using version 1.6 and the only thing that I have configured is the following:
$g_allow_file_upload = ON;
+ the necessary settings in php.ini
The files i'm talking about are not bigger then 100 bytes..
I do see the message System Warning: in_array() [function:in_array]: Wrong datatype for second argument
But then again, that's almost on every other page, what causes this??