Code: Select all
string(3152081) "
Fatal error: Out of memory (allocated 29884416) (tried to allocate 3153921 bytes) in /homepages/1/d70798310/htdocs/starfish/cmsmadesimple/modules/nuSOAP/classes/nusoap.php on line 814
CMS Version 1.6.7
php 5.2.13
mysql 5.0.81 on linux apache
My host is 1and1 and a search for "1and1 memory limit" showed me:
"Due to resource limits on our Shared Hosting machines, it is not possible to allocate more than 40M of memory to PHP, although phpinfo() may report a higher number. You will be unable to increase the memory usage limit with a php.ini file."
A search for people with the same problem suggested changing the config memory limit.
Before this, my config line was the default $config['php_memory_limit'] = '';
I tried changing this to $config['php_memory_limit'] = '34';
This made no difference.
Any more ideas please?
Much appreciated