Page 1 of 1
Fatal error: Allowed memory exhausted
Posted: Wed Sep 20, 2006 8:48 am
by ilclaudio
Hi

Installing a module with the module manager I've this error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 349528 bytes) in /var/www/prove/cmsmadesimple/modules/nuSOAP/classes/nusoap.php on line 6206
How can I solve this problem?
Thank you very much
claudio
Re: Fatal error: Allowed memory exhausted
Posted: Wed Sep 20, 2006 9:33 pm
by Dee
Increase the memory available to PHP by changing the memory_limit variable. memory_limit is a PHP configuration defined in php.ini on the server (see
http://www.php.net/manual/en/ini.core.p ... mory-limit and
http://www.php.net/manual/en/configuration.changes.php).
It may be possible (depending on the server settings) to override the setting using ini_set or apache directives in a .htaccess file (
http://www.php.net/manual/en/configuration.changes.php).
Regards,
D
Re: Fatal error: Allowed memory exhausted
Posted: Thu Sep 21, 2006 8:59 am
by ilclaudio
Thank you very much.
Now it works
claudio
Re: Fatal error: Allowed memory exhausted
Posted: Sat Jan 10, 2009 6:33 pm
by paulus47
please give a working .htacces file here i have the same problem
Re: Fatal error: Allowed memory exhausted
Posted: Sat Jan 10, 2009 6:44 pm
by Nullig
@paulus47
You can set the memory limit in the config.php file, if that's your problem.
Nullig
Re: Fatal error: Allowed memory exhausted
Posted: Sat Jun 11, 2011 7:21 pm
by shwartzweb
After upgrade to 1.9 I had similar issue with CGExtension module. My host don't allow to add more memory. So, I did upload files directly and escaped errors. Hope this might help.