Page 1 of 1

[solved] TinyMCE stopped working after moving CMSms to a new server

Posted: Fri Feb 13, 2009 10:02 am
by mannerv
I tried moving my CMSms installation to a new server yesterday. Everything seemed to be okay, but today as I tried to edit my pages I noticed that TinyMCE has disappeared.

When I go to edit my pages, it shows the HTML code in the editing screen and the TinyMCE menu is non-existent.

Anyone seen a problem like this?

I am using CMSms 1.5.1

Re: TinyMCE stopped working after moving CMSms to a new server

Posted: Fri Feb 13, 2009 11:26 am
by mannerv
Okay, got it!

Under Linux, go to CMS Made Simple base directory and type:
chmod 555 Modules

If your Modules directory permissions are set to 775, TinyMCE will not work in some hosted environments.

As far as I know, this has been solved only in French: http://forum.cmsmadesimple.org/index.ph ... 5msg_id%25

Thanks to Videx's reply in this topic: http://forum.cmsmadesimple.org/index.ph ... .msg144424 I was able to track it down.