I'm playing around with the code that runs my site. Suddenly I started
getting this error:
<b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted
(tried to allocate 311020 bytes) in
<b>/home/www/krubner/atp/mcIncludes/mcDatabase.php</b> on line
<b>72</b><br />
This shows up at the bottom of the page, after everything else has
run, when the code attempts to update how many times the page has been
viewed. What could it mean? Does MySQL have some size limit?
getting this error:
<b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted
(tried to allocate 311020 bytes) in
<b>/home/www/krubner/atp/mcIncludes/mcDatabase.php</b> on line
<b>72</b><br />
This shows up at the bottom of the page, after everything else has
run, when the code attempts to update how many times the page has been
viewed. What could it mean? Does MySQL have some size limit?
Comment