Error whilst using search

Lone Wolf

Well-known member
Whenever I do a search which will return a large number of results I get the following error, is there any way to fix this?

Fatal error: Allowed memory size of 136314880 bytes exhausted (tried to allocate 32 bytes) in /website/forums/library/XenForo/Permission.php on line 80
 
tell them you need them to edit your php.ini and restart apache
_________________________________________________________

memory_limit = 128; <--- this is probably what it is set at now...



you could probably try

memory_limit = 256; and if that is still not enough you can try 512
 
Top Bottom