Opened 2 years ago
Closed 22 months ago
#17498 closed defect (bug) (worksforme)
HTTP Error on Files over 15MB - Media Uploader - PHP 5.3.6
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Upload | Version: | 3.1.2 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: |
Description
The uploader is just saying "HTTP Error." with the flash uploader. When using the browser uploader it's getting a 500 error but not adding it in the error log. Files under 15MB work.
I test the file on another server with an older version of PHP 5 and it works.
Change History (2)
comment:1
midwestkel — 2 years ago
- Summary changed from HTTP Error on Files over 15MB - Media Uploader - PHP 5.3.2 to HTTP Error on Files over 15MB - Media Uploader - PHP 5.3.6
Note: See
TracTickets for help on using
tickets.

Tested with an 30MB file and it works with current trunk and PHP 5.3.6.
What are the values of upload_max_filesize or max_execution_time. You can comment on the closed ticket too or reopen with additional information.
Maybe you have the time to test the new file uploader #18206 and to check, if the issue still exists.