I am getting the following error message, upon refresh of the page, after a search has been performed:
Fatal error: Allowed memory size of 15728640 bytes exhausted (tried to allocate 257 bytes)
/home/site/public_html/folder/folder/search/search.php on line 1291
I have version 4.2 and I am on a Linux server running PHP 4.
This is a rather ugly error to get. What's worse is that the string, "/home/site/public_html/folder/folder/search/search.php" is blowing my site apart.
Fatal error: Allowed memory size of 15728640 bytes exhausted (tried to allocate 257 bytes)
/home/site/public_html/folder/folder/search/search.php on line 1291
I have version 4.2 and I am on a Linux server running PHP 4.
This is a rather ugly error to get. What's worse is that the string, "/home/site/public_html/folder/folder/search/search.php" is blowing my site apart.
Comment