Bill Egnatoff wrote:
[15-Mar-2007 11:38:51] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 77824 bytes) in /home/egnatoff/public_html/wiki/includes/SearchUpdate.php on line 99
I've had this problem repeatedly for a while now. PHP bug #40701 reported at php.net. I set the php memory limit to unlimited and it hasn't fixed the problem.
Try setting the memory limit higher and cross your fingers.
Versions PHP 5.2.1
There's a memory fix in the Feb 08 release (PHP 5.2.2), but that didn't fix my problem.
Mike