View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011161 | mantisbt | attachments | public | 2009-11-11 14:30 | 2011-08-05 02:30 |
| Reporter | markus.humm | Assigned To | atrol | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.1.8 | ||||
| Summary | 0011161: Uploading of larger files (> 1 MB) doesn't work | ||||
| Description | When I try to upload a file larger than approx. 1 MB it doesn't work. I get a I already looked at the php.ini of the server for a few minutes but didn't notice anything bad up to now. | ||||
| Additional Information | It works if the file is smaller than 1 MB and the limit on our mantis is set up 5000K. | ||||
| Tags | Upload files | ||||
| Attached Files | |||||
|
greetings. are you uploading the files from afar? possibly taking too long? check your php.ini config file for the settings regarding uploads and the time/memory allotted for a script max_execution_time = not sure if this one is related to 0007853 |
|
|
You may also try looking at http://www.mantisbt.org/manual/manual.troubleshooting.file.downloads.php . There are also some mysql settings that need to be updated for large files. |
|
|
We'll test these suggestions. |
|
|
After some changes of php.ini and expanding the IIS memory limit to 128 MB I'm now back to the original state of "APPLICATION ERROR 0000401" "Database query failed. Error received from database was 0002006: MySQL server has gone away for the query: INSERT INTO mantis_project_file_table Now it seem's the only thing left to investigate is mySQL, right? Which params would have to be altered to test this? (I'm not familiar with mySQL, only with other DBs) |
|
|
setting max_allowed_packet should fix the problem |
|
|
How can somebody close this problem as solved with a ... should fix the problem? And another thing: what's sort of setting is max_allowed_packet? Is it in php.ini or on the MySQL side? If the latter, in which configuration file? |
|
|
The issue is marked as "resolved" which means that the developers believe that it is fixed. If the originator disagrees, they can reopen the issue. max_allowed_packet is a mysql thing and is usually in the /etc/my.cnf file. |
|
|
Sorry, I should have written: Feel free to reopen the issue if your problem is not solved by setting max_allowed_packet. You wrote: "Now it seem's the only thing left to investigate is mySQL, right? Which params would have to be altered to test this? (I'm not familiar with mySQL, only with other DBs)" |
|
|
Ok, now I understand. Sorry for my note then. Everybody runs such a bugtracking system with a different process in mind. |
|