Page 1 of 1

['SOLVED'] No TinyMCE, prob. found error, but howto solve?

Posted: Sun Feb 01, 2009 2:47 pm
by theredspecial
Using FCK now provides my with a WYSIWIG editor

Like many others on this forum I'm having some trouble with TinyMCE not working.
I've tried reinstalling the module, uploading it again, resetting the permissions (to 755 e.g.), but none of these works.

I'm using CMSMS 1.5.2, had this in 1.5.1 as well.
Using Firebug I found the most probable error, from my newbie point of view:

Under it says:

Code: Select all

script src="***/modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce.js" type="text/javascript">
<__script__ src="***/modules/TinyMCE/tinyconfig.php" type="text/javascript">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<__html><head>
<title>500 Internal Server Error</title>
</head></__body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p>
In other words, it has a problem with the tinyconfig.php file, but what I don“t know

What should I do?

(had this earlier, posted at http://forum.cmsmadesimple.org/index.ph ... 680.0.html - but never managed to solve it)