By jenn5714 on
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 24 bytes) in /home/httpd/s0147/includes/menu.inc on line 2247
I download the CCK, FileField, ImageField, Token, and Google Analytics modules for UC. But when I enabled the modules, the error above came up. But I can access everything fine, and when I enter the modules section again, they all appear to be enabled. Did that error really mean nothing, or will it give me problems in the future?
Comments
Increase your Memory Limit
The first number 16777216 is your PHP memory limit - this translates to 16MB, which is the technical minimum that Drupal 6 core requires. However, you are using contributed modules that really need more memory than that.
Reference on this subject:
http://drupal.org/node/207036
Good luck!
---------------------------------
Steven Wright
Slalom
Yep that did it! Thank you!
Yep that did it! Thank you! :)