Closed (fixed)
Project:
Drupal SEO Tools
Version:
6.x-1.0-rc6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2012 at 22:54 UTC
Updated:
7 Feb 2013 at 06:29 UTC
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
Comment #1
bfodeke commentedYou 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
Comment #2
davidknicker commentedso 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.
Comment #3
davidknicker commentedActually i got it! thanks for that tip.
Comment #4
pixelsweatshop commented