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

beginner’s picture

Status: Active » Closed (duplicate)

This 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.

heine’s picture

Category: bug » support
ursnagi1’s picture

Modify the memory value on your php.ini file located in apache directory. After then restart your apache services. This will fix your problem.