By hannibalector on
Hello,
yet another problem: i was trying to activate new modules. i clicked on "save configuration" and the following error message was shown up:
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 14592 bytes) in /home/www-data/htdocs/hannibalector/art/database/updates.inc on line 1893
line 1893 reads: foreach (node_get_types() as $type => $name) {
the modules i wanted to activate don't shhw up in "admin/settings", but i can access them by typing in the whole path, e.g. ?q=admin/settings/disknode
may you help me please? thanks!
if you need any further information, tell me.
Comments
ini_set('memory_limit', '32M');
Add this into your settings.php file to increase allowed memory size to 32MB
ini_set('memory_limit', '32M');
thx fr your quick reply now
thx fr your quick reply
now i'm getting this error:
and line 140 is exactly:
ini_set('memory_limit', '32M');pls double check that you
pls double check that you did not open php block within another php in your settngs.php file. If that does not help you should be able to achive the same result by adding this in your php.ini file
memory_limit = 32M;