I am running Mysql 3.22, RD 62 and PHP 4.02 and just recently I began getting the following message
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 256 bytes) in Unknown on line 0
It comes up intermittently, and even when loading pages that dont call any data and are very small. I have tried setting the memory_limit to 10mb (the default is 8388608) but it does not seem to make a difference.
Previously, with all the same databases and PHP, I never saw this message?