Closed (duplicate)
Project:
Drupal core
Version:
4.7.2
Component:
base system
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
30 Jun 2006 at 10:12 UTC
Updated:
4 Nov 2007 at 06:46 UTC
I installed DRUPAL to new server. When I click on Administration > Modules I'll get:
Fatal error: Allowed memory size of 6291456 bytes exhausted (tried to allocate 11520 bytes) in /DISK3/WWW2/dacom.cz/test/modules/upload.module on line 292
I saw this error message even on other DRUPAL project if I installed too many modules. However - there is only STANDARD collection of modules and I don't know how to FIX this problem.
Should any HELP please?
Thank you very m uch for idea.
Comments
Comment #1
beginner commentedThis is a known issue.
What you can do is increase the php memory limit in .htaccess (search for the exact code to add).
Search the issues for chx's split mode patch.
Comment #2
heine commentedhttp://drupal.org/node/31819
Comment #3
ursnagi1 commentedModify the memory value on your php.ini file located in apache directory. After then restart your apache services. This will fix your problem.