My b2evolution Version: Not Entered
Hello
I get this error when viewing a large number of feedbacks (9483)
Anyone know what is the problem and how to fix it?
Thanks
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 26 bytes) in /home/ruthw/public_html/myblog/b2evocore/_class_comment.php on line 76
You need to increase the PHP memory limit either in php.ini file or in conf/_advanced.php
php.ini - memory_limit = 64M
conf/_advanced.php - ini_set( 'memory_limit', '64M' );