Fatal error: Allowed memory size of 8388608 bytes exhausted

Programming - PHP

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.

Article updates via email..


We have 38 guests online
Copyright © 2010 Fir3net.com - Keeping You In The Know. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.