"Memory exhausted"
Posted: Fri Oct 24, 2008 12:14 pm
Even though ample space was available, the server did not automatically size a folder that contains cmsmadesimple4.1 which returned:
"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2949120 bytes) in /home/sites/wrawby.org.uk/public_html/home/admin/lang/en_US/admin.inc.php on line 843"
Solution
Line 19 config.php
from $config['php_memory_limit'] = '';
to $config['php_memory_limit'] = '30M';
- - -
Apologies if this duplicates information elsewhere. This is my fourth cmsmadesimple install but my first of v4.1.
(Yes, I did vote for cmsmadesimple at sourceforge some months ago and, yes, I did donate ten dollars)
Hats off to csmmadesimple.
"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2949120 bytes) in /home/sites/wrawby.org.uk/public_html/home/admin/lang/en_US/admin.inc.php on line 843"
Solution
Line 19 config.php
from $config['php_memory_limit'] = '';
to $config['php_memory_limit'] = '30M';
- - -
Apologies if this duplicates information elsewhere. This is my fourth cmsmadesimple install but my first of v4.1.
(Yes, I did vote for cmsmadesimple at sourceforge some months ago and, yes, I did donate ten dollars)
Hats off to csmmadesimple.