Allowed memory size exhausted

Re: Allowed memory size exhausted

by Daniel Mikšík -
Number of replies: 0
Picture of Core developers Picture of Translators
I tend to agree with your explanation, Martin, the error began to occur even with the English language pack. The workaround for me was to include this line
ini_set('memory_limit', '16M');
in the lib/setup.php file (maybe could go to config.php as well?). Posting it here in hope it helps someone else. DM