i need help with this error

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 259596 bytes) in /home/easingt1/public_html/includes/database.mysql-common.inc on line 41

i've search google loads and implemented surgestions but no luck

it occurred as i was installing the `filefield` and `image field` modules.

my host has increased php memory from 32 to 64M. phpinfo.php confirms this. Drupal still seems to be seing 32 as max as seen by error message.

this error occurs whilst at www.mydomain.co.uk/admin/build/modules

please please help

Comments

sjolley’s picture

i resolved this by changing my admin theme. my curent theme has a flash header so i thought that could be using my memory so simple by changing the admin theme, i was able to get into my modules.

i then download the drupal tweaks module and increase my drupal memory from 32 to 64M

i then changed my admin theme back to the original where i was getting the error and the error has cleared. hopefully for good.

hope this helps others.