nuSOAP allocation memory problem

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
patlap

nuSOAP allocation memory problem

Post by patlap »

I'm having memory allocation problems with the new beta v. 1.0-beta4 ;

Code: Select all

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 311258 bytes) in /var/www/html/site/modules/nuSOAP/classes/nusoap.php on line 6242
I looked at this file with this line of code and aroind it and I can't find the place to set this.
Last edited by patlap on Tue Aug 08, 2006 10:06 pm, edited 1 time in total.
cyberman

Re: nuSOAP allocation memory problem

Post by cyberman »

The message is not a problem from module, it's a problem with memory usage of cmsms.

If I'm right the memory default of your host is 8 MB but cmsms needs a lot more. 12 - 16 MB are suggested.

A little trick could be to deinstall and delete unused modules and tags.

You can also try to set a .htaccess file in your cmsms root with

Code: Select all

php_value memory_limit 16M
inside. But the problem could be not every server/ host has set AllowOverwrite to On in httpd.
Locked

Return to “[locked] Installation, Setup and Upgrade”