Hi
I have installed the module, when i get to the setting page i get this error
Fatal error: Allowed memory size of 205520896 bytes exhausted (tried to allocate 16 bytes) in /home/biladim/public_html/includes/database.mysql.inc on line 238
Thanks for your help
Comments
Comment #1
toma commentedi have tried to raise the php limit up from to 500mb still have the same error
Comment #2
nancydruI have a much smaller memory limit with no problem. There is obviously a conflict with some other module. You can try disabling the others one by one and see if the problem goes away. Then you can tell me which one is in conflict.
This module is quite small and relatively innocuous; it is hard to believe that something like this is happening.
Comment #3
mdryanOnly a 'me too' really. Even with all the contrib modules disabled I still hit the php memory limit even at 256mb. I had also suspect a huge number of cached aggregated css files (several hundred) to be a possible cause, but removing these also makes no difference.
I'll try and take a look at the code when I get chance to see if I can isolate the problem but this is unlikely to be any time soon.
Comment #4
ButterFly-2 commentedI have the same issue.
Comment #5
nancydruI just started seeing this on a D5 site where I've never seen it before, and I have never seen it on a D6 site. Could it be a MySql problem with listing the cache table names? Right now my access to D5 sites is extremely limited, perhaps someone can try temporarily removing the table list and see if that helps.
Comment #6
nancydruNo further updates.