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.
To resolve this change the line that reads memory_limit = 8M to memory_limit = 16M within your php.ini fle.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
Once changed restart your Apache/HTTPD deamon.
We have 38 guests online