You may see this massage in updating drupal or when enabling some modules.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 14 bytes) in includes/theme.inc on line 978
1.go to /sites/default/settings.php file.
2.Change the file permission from 0444 to 0777.
3.add:
ini_set('memory_limit', '512M');
after
<?php
save and don't forget to return the permission to 0444
for more info
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 14 bytes) in includes/theme.inc on line 978
1.go to /sites/default/settings.php file.
2.Change the file permission from 0444 to 0777.
3.add:
ini_set('memory_limit', '512M');
after
<?php
save and don't forget to return the permission to 0444
for more info