Hi,
My host seems to be messing with its memory allocation and I now get
I can cure this by adding
into lines 22-23 of search.php, but of course this gets autouploaded each night from the original, which doesn't have my lines.
Any suggestions fellas?
Thx
My host seems to be messing with its memory allocation and I now get
Code:
mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /home/plat-linnas01/e/extreme-macro.co.uk/user/htdocs/search/search.php on line 1586, referer: http://extreme-macro.co.uk/
Code:
// Get as much memory as possible as this can be big. @ini_set('memory_limit', '256M');
Any suggestions fellas?
Thx
Comment