Opened 5 years ago
Closed 5 years ago
#341 closed Defect (invalid)
Error when uploading large photo file
| Reported by: | curtiscarmichael | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Core | Version: | 1.0 |
| Severity: | major | Keywords: | file upload, uploading files, files, file, photo, photos, photo upload, uploading photos |
| Cc: | brettp | Difficulty: |
Description
I tried uploading my first file. Was a photo, 2592x3872px and 3.69 MB in size. I received an error: Fatal error: Exception thrown without a stack frame in Unknown on line 0.
The page URL when this error displayed was http://www.mydomainname.com/action/file/upload
I noticed photo uploaded but the photo did not resize, etc. to generate thumbnails. The information I entered for the file was successfully saved to the DB.
Change History (2)
comment:1 Changed 5 years ago by curtiscarmichael
comment:2 Changed 5 years ago by marcus
- Resolution set to invalid
- Status changed from new to closed
Likely this is a memory issue, try increasing memory available to PHP / Apache / GD.
Closed since this is a configuration issue.
Note: See
TracTickets for help on using
tickets.

Also, I ran a quick test with a smaller photo and it uploaded smoothly. Must just be an issue with large photos/files.