Changes between Initial Version and Version 2 of Ticket #23127
- Timestamp:
- 01/06/2013 08:45:30 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23127 – Description
initial v2 2 2 3 3 Everything works fine before line 91: 4 {{{ 4 5 $this->image = @imagecreatefromstring( file_get_contents( $this->file ) ); 6 }}} 5 7 6 8 So imagecreatefromstring fails because of a lack of memory. But as a chain reaction everything else fails afterwards. The library is not loaded and sent back, and so on. As a result no id is sent back to the frontend and the Loader hangs.