Out of memory when using module manager to upgrade TinyMCE

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
charlesr
New Member
New Member
Posts: 9
Joined: Wed Mar 17, 2010 2:13 pm

Out of memory when using module manager to upgrade TinyMCE

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

Re: Out of memory when using module manager to upgrade TinyMCE

Post by monghidi »

Hi!

Try

Code: Select all

$config['php_memory_limit'] = '32M';
(or 34M, or even 40M) and see if that helps!
charlesr
New Member
New Member
Posts: 9
Joined: Wed Mar 17, 2010 2:13 pm

Re: Out of memory when using module manager to upgrade TinyMCE

Post 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.
russ_hillis
New Member
New Member
Posts: 8
Joined: Wed Oct 27, 2010 11:22 am

Re: Out of memory when using module manager to upgrade TinyMCE

Post by russ_hillis »

I have this same issue, did setting the memory limit resolve the issue or not?  Thanks,
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

Re: Out of memory when using module manager to upgrade TinyMCE

Post 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?
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Out of memory when using module manager to upgrade TinyMCE

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

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