View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007853 | mantisbt | documentation | public | 2007-03-22 09:47 | 2012-11-01 07:45 |
| Reporter | prok | Assigned To | dregad | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Summary | 0007853: Impossible to upload file in documentation | ||||
| Description | My config : Log : [error] [client 127.0.0.1] PHP Fatal error: 401 in D:\www\Mantis\core\database_api.php on line 128, referer: http://localhost/Mantis/proj_doc_add_page.php upload_max_filesize = 8MB When i upload a file of 1MB it's ok but when i try with a 2MB's file, i habve an error.(blank page) Have you some idea? Thx | ||||
| Tags | No tags attached. | ||||
|
i found the same problem trying to upload a 3M file php log say: so i change in php.ini : memory_limit = 100M |
|
|
i just saw something similar, though using mantis 1.2.0rc1 tried uploading an 8mb file Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33555277 bytes) in /usr/share/mantis/www/core/error_api.php on line 379 huh? exhausted 134217728 while trying to allocate 33555277? settings:
mantis/config_local.php
maybe a timeout occurred but if so the error should reflect that rather than the max memory setting |
|
|
Typically a timeout error. Try reconfiguring the timeout period of PHP. I can upload large files on remote server using Mantis 1.2.4. IMHO Issue can be closed if Docimentation is adjused to give a hint a solution. BTW this is certainly not a Blocking issue. |
|