Hello,
I have searched the forums and tried the fixes suggested in the FAQ:
But I still get memory error messages when I try the zoom search.php script. The error seems to occur at different points in the script as I adjust the memory allocation on the search.php script itself. As for php.ini I have it set to 64MB. But the errors still occur even when I set:
in the search.php script. Thing is, my search index only has 9200 pages/files. Any idea what I am doing wrong? I am using PHP 5.2.14, Many thanks,
I have searched the forums and tried the fixes suggested in the FAQ:
Q. "Fatal error: Allowed memory size of 8388608 bytes exhausted..." or similar error message
ini_set ( "memory_limit", "512M");
Comment