Error on a topic

draque

New Member
I have this error when i try to enter to a topic.

Code:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 177567 bytes) in /home/slatinaf/public_html/includes/functions.php(5723) : eval()'d code on line 148

What should i do ?
 

TMC

New Member
You should increase your PHP memory limit by editing file php.ini
look for:
memory_limit = 8
and replace 8 with either 16 or 32.
After that save changes, restart apache and everything should work fine.
 
Top