Log in

View Full Version : view Forum leader error


trool
10-25-2008, 04:20 PM
Hi! im gettign an error when clicking on the View Forum Leader anyone could help me fix this please !

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 681290 bytes) in /var/www/vhosts/**********/subdomains/forum/httpdocs/showgroups.php(168) : eval()'d code on line 13

Lynne
10-25-2008, 04:38 PM
To quote Steve:
Your PHP does not have enough memory allocated to it to complete this operation. Ask your host to increase the 'memory_limit' variable in php.ini to at least 32M.

To temporarily up your limits edit your includes/config.php file and add these lines right under the <?php line:

ini_set('memory_limit', 64 * 1024 * 1024);Or just increase your memory_limit setting in php.ini to 64M.