I have several sites on a shared hosting using FCK Editor's Drupal module. About three weeks ago one of the instances stopped showing up. I had been switching back and forth between the rich text and plain text editor when the switch link disappeared. The editor will no longer show up. I have uninstalled and reinstalled the module, updated the editor and several other things. If I have the default as the editor being off the "switch to rich text editor" link appears but does nothing. The only clue I have is an error in chrome and a warning in firefox. I use firefox 3 and windows xp sp 2. The error is related to this line
<a href="javascript:Toggle('oFCK_1','edit-body','Switch to plain text editor','Switch to rich text editor',1);" id="switch_oFCK_1" style="display:none">Switch to plain text editor</a><div class="textarea-identifier description">The ID for <a href="/admin/settings/fckeditor">excluding or including</a> this element is: edit-body - the path is: admin/build/block/add</div><fieldset class=" collapsible collapsed"><legend>Input format</legend><div class="form-item" id="edit-format-wrapper">
Error: <a> escaping malformed uri reference. two other warnings follow, the id edit-format-wrapper is used three times total, these warnings do not occur in the healthy instances.
<a href="javascript:Toggle('oFCK_1','edit-body','Switch to plain text editor','Switch to rich text editor',1);" id="switch_oFCK_1" style="display:none">Switch to plain text editor</a><div class="textarea-identifier description">The ID for <a href="/admin/settings/fckeditor">excluding or including</a> this element is: edit-body - the path is: admin/build/block/add</div><fieldset class=" collapsible collapsed"><legend>Input format</legend><div class="form-item" id="edit-format-wrapper">
Error: <a> escaping malformed uri reference. two other warnings follow, the id edit-format-wrapper is used three times total, these warnings do not occur in the healthy instances.