Bug 38 - File manager: image upload causes fatal error
Bug#: 38 Product:  apnscp esprit Version: 0.99 alpha Platform: All
OS/Version: Irrelevant Status: RESOLVED Severity: major Priority: P3
Resolution: FIXED Assigned To: msaladna@apisnetworks.com Reported By: Christian Southgate
Component: Dashboard
URL: 
Summary: File manager: image upload causes fatal error
Opened: 2006-06-30 11:25
Description:   Opened: 2006-06-30 11:25
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

------- Comment #1 From Matt Saladna 2008-01-30 01:18:05 -------
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.