Blank screen with the message "allowed memory size of 16777216 bytes exhausted ...database.mysql.inc on line 151
I put in settings.php ini_set('memory_limit','24M'); but always the same error
PHP version is 4.4.4
Executed function:
category permission->authenticated user->edit

Any ideas ?

Comments

cog.rusty’s picture

What is the URL path for "category permission->authenticated user->edit"? I can't find it.
Is this from core or a contributed module?

stevepowell’s picture

yes, I am getting this kind of error but only on certain computers. It seems that 9 out of 10 can consistently access my site without this kind of error but the other 1 out of 10 cant, regardless of whether they use firefox or internet explorer. The error is reported in some random module, different from computer to computer. If I disable the given module then the error is just repeated with some other module. I have set the memory to 120M (!) in settings.php but the allowed size remains at 8388608. I am using version 5.1. Any ideas?