Fatal error: Allowed memory size of 8388608 bytes exhausted
Friday, 08 January 2010 21:17

You may see the following error when the memory requirements of your PHP script exceeds the default 8MB limit.

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2682912 bytes) in /opt/lampp/htdocs/site/libraries/joomla/filesystem/archive/gzip.php on line 77

To resolve this change the line that reads  'memory_limit = 8M' to  'memory_limit = 16M'  within your 'php.ini' fle.
Once changed restart your Apache/HTTPD deamon.



 
We have 47 guests online