Page 1 of 1
Out of memory when using module manager to upgrade TinyMCE
Posted: Wed Mar 17, 2010 2:29 pm
by charlesr
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
That's the error it gives me when I try to upgrade TinyMCE via the module manager (from 2.6.2 to 2.6.4)
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
Re: Out of memory when using module manager to upgrade TinyMCE
Posted: Thu Mar 18, 2010 11:34 am
by monghidi
Hi!
Try
Code: Select all
$config['php_memory_limit'] = '32M';
(or 34M, or even 40M) and see if that helps!
Re: Out of memory when using module manager to upgrade TinyMCE
Posted: Thu Mar 18, 2010 11:41 am
by charlesr
Ah sorry, typo. I had put it as '34M' (the exact number doesn't matter does it? i.e. 32M or 34M should give similar results?)
Although today I'm getting error 500 so I'll have to investigate.
Re: Out of memory when using module manager to upgrade TinyMCE
Posted: Thu Oct 28, 2010 4:52 pm
by russ_hillis
I have this same issue, did setting the memory limit resolve the issue or not? Thanks,
Re: Out of memory when using module manager to upgrade TinyMCE
Posted: Thu Oct 28, 2010 5:09 pm
by Coldman
russ_hillis wrote:
I have this same issue, did setting the memory limit resolve the issue or not? Thanks,
Have you tried to set higher limit in config yet?
Re: Out of memory when using module manager to upgrade TinyMCE
Posted: Thu Oct 28, 2010 5:39 pm
by Dr.CSS
I used 1&1 once and gave up, they are not known for setting high limits on their shared servers and most likely don't let you change it with htaccess or your config...