Fatal error: Allowed memory exhausted

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
ilclaudio

Fatal error: Allowed memory exhausted

Post 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
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: Fatal error: Allowed memory exhausted

Post 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
ilclaudio

Re: Fatal error: Allowed memory exhausted

Post by ilclaudio »

Thank you very much.
Now it works :-)

claudio
paulus47
Forum Members
Forum Members
Posts: 33
Joined: Tue Oct 23, 2007 8:44 pm

Re: Fatal error: Allowed memory exhausted

Post by paulus47 »

please give a working .htacces file here i have the same problem
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Fatal error: Allowed memory exhausted

Post by Nullig »

@paulus47

You can set the memory limit in the config.php file, if that's your problem.

Nullig
User avatar
shwartzweb
New Member
New Member
Posts: 4
Joined: Thu Mar 25, 2010 8:27 pm

Re: Fatal error: Allowed memory exhausted

Post 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.
Locked

Return to “Modules/Add-Ons”