By DVD_GR on
I get this on my error.lol
[09-Apr-2010 18:24:49] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5724161 bytes) in /home/dividee/public_html/sites/all/themes/base2/page.tpl.php on line 180
line 180 is
print $content;
What does this mean ??
Could this mean that the database is corrupted ?
thanks a lot!!
Comments
Allowed memory exhausted
http://drupal.org/node/207036 pretty much covers the problem. Usually this will be caused by a new module you recently installed.