Quote from: BBrunekreeft at Nov 03, 2008, 07:41 PM
Ok, I managed to get the Rich Text Editor back (TinyMCE version 3.2.0.1)
At the System Events tab of the TinyMCE plugin, the events OnRichTextEditorInit, OnRichTextEditorRegister, OnInterfaceSettingsRender were unchecked.
Turning the checkboxes on again gave me the TinyMCE editor back again.
There also are a few disabled TinyMCE plugins.
Two of them are version 3.2.0.1, and at both of these plugins had the events mentioned before unchecked.
Another disabled TinyMCE plugin was version 3.1.0.1a, and this version had the proper events checked.
Hope you can do something with this information.
Ran into the same issue today

However my version 3.2.0.1 had the correct System Events checked. I had already removed older, disabled TinyMCE versions, so this is the only version present and is active. (SVN rev4377, 0963rc2)
TinyMCE - OnRichTextEditorInit
An error occurred while loading. Please see the event log for more information.
Warning: Missing argument 30 for getTinyMCEScript(), called in /home/www/public_html/manager/includes/document.parser.class.inc.php(748) : eval()'d code on line 47 and defined in /home/www/public_html/assets/plugins/tinymce3201/tinymce.functions.php on line 93
UPDATE:
For this to work for me, I simply updated the plugin code "TinyMCE" with the plugin template file found in:
/assets/plugins/tinymce3201/plugin.tinymce.tpl
It seems the version the installer created had an issue with it, but updating with what was on the file system worked like a charm!