every time I change a theme or try to configure sky theme(the theme I have been using) I get this error but can reload and it works fine, but mainly I cannot configure sky theme at all. the bytes exhausted changes, and the /menu.inc line also changes each error

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6156 bytes) in /<my-host-dir>/public_html/theaustingeek/includes/menu.inc on line 966

any help appreciated

Comments

devenderdagar’s picture

This is php configuration problem at your server for memory limit. you can change this using your .htaccess file at your drupal site's root.

I hope this will help you.

Cheers

josue.valencia’s picture

There's another way to change the memory_limit setting. Edit your settings.php theme file and add this line

ini_set('memory_limit', '32M');

set the memory at your choice.