Page 1 of 1

[solved] Tiny MCE error after upgrade

Posted: Fri Jan 08, 2010 11:22 am
by Felix
I've just upgrded to 1.6.6 Bonde (from 1.5.6 Caguas), and Module Manager is suggesting that I upgrade Tiny MCE, which was also recommended by several people in the forums.

The first try (upgrade only) created an error

Module Manager
string(3183265) "
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3184641 bytes) in /home/xxxxx/public_html/modules/nuSOAP/classes/nusoap.php on line 814"

For the second try I uninstalled Tiny MCE and then installed the newer version, with the following error:

Module Manager
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3209 bytes) in /home/xxxxxx/public_html/lib/classes/class.moduleoperations.inc.php on line 174

The earlier version of Tiny MCE still seems to work.  Anyone have any ideas what would be causing the error and how to fix it?

Cheers,

Felix

Re: Tiny MCE error after upgrade

Posted: Fri Jan 08, 2010 11:41 am
by RonnyK
Seems like your memory is used... You could increase php_memory_limit, or uninstall unused modules.

Ronny

Re: [solved] Tiny MCE error after upgrade

Posted: Thu Jan 14, 2010 6:05 am
by Felix
Thanks Ronny K,

I couldn't find the php ini file on my webhost so I tried uninstalling some modules (FE users, CG Extensions, Self Registration) then installed the Tiny MCE which worked ok.  I then re-installed the other modules without any problems.

Cheers
and thanks for the suggestion.

Felix

Re: [solved] Tiny MCE error after upgrade

Posted: Thu Jan 14, 2010 6:57 am
by RonnyK
memory_limit can also be increased in config.php (given that the ISP allows overwriting that...). So you could try with that as well.

Ronny