Ever since i set up the Drupal SEO tools module i have been getting this message almost every time i click save to enable a new module:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 78 bytes) in /home/qpluslab/public_html/includes/theme.inc on line 349

Somes times its happens when i try to access Permissions and sometimes the message is different.
But its always:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 78 bytes) in....
With different values.

help please.

Comments

bfodeke’s picture

You don't have enough memory on your drupal install. You have 67108864 bytes. 67108864/1024 = 65536 Kilobyes. 65536/1024 = 64MB. Up your memory to 128MB and see if you're still having the issue

davidknicker’s picture

so would i make that change in my cpanel or in my actual drupal interface?
And will the change to 128 cause any speed issues or is the set 64mb more just a general set limit.

thanks for the help.

davidknicker’s picture

Actually i got it! thanks for that tip.

pixelsweatshop’s picture

Status: Active » Closed (fixed)