This is Bugzilla
Bugzilla Version 2.22.2
View Bug Activity | Format For Printing | XML | Clone This Bug
On attempting to upload the following file: http://www.chrid.net/bucket/kittenuzi8lz.gif to /var/www/html/bucket/ via the file manager, the operation failed and the following error message was issued: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 990468 bytes) in /usr/local/apnscp_esprit/lib/datastream.php on line 26
Thank you for the bug report. This has been fixed in the development branch and should make its way onto the servers during the nightly update at 3 AM EDT. -- I've rewritten how file uploads occur within the control panel. This should provide a work-around for memory limitations in the traditional model that base64-encodes the file, then sends across the wire to the backend.