I'm using Drupal 5.20 with WYSIWYG (2.0) and FckEditor (2.6.5). When I edit content (say an event) any text field set to filtered text displays the home page instead of displaying the content within the Fckeditor. Incidentally the links and menus in these embedded home pages appear to be functional. This is very weird. The actual content is there but I can not edit it because these home pages are embedded within the fields. If I submit it and view it I can see the original content.

Please see the attached image.

Any input would be very much appreciated!

CommentFileSizeAuthor
drup-error.png260.17 KBAnonymous (not verified)

Comments

twod’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

This is most likely not a bug in Wysiwyg. I think you might be missing the "template" FCKeditor uses to render itself. It's called 'fckeditor.html' and should be in your sites/[all|sitename]/libraries/fckeditor/editor directory.
Please try to download the FCKeditor library and extract all files again.

Anonymous’s picture

Thanks for your suggestion TwoD! Actually the FCKeditor library and all it's files were properly extracted. I went ahead and downloaded and extracted again, but the same behavior. I should mention that I have two local installations and another server one working properly. This one has me stumped. Thoughts?

twod’s picture

Do you see any JavaScript errors? Have you tried with Firefox and Firebug's Net tab to see if all the files can be reached by the browser?

Anonymous’s picture

Thank you so much for your guidance TwoD! Indeed the problem was js related. It was my bad for not having updated the jquery_update properly (forgot to copy the jquery.js file to the misc directory). All is well now!

Thanks much!

twod’s picture

Status: Postponed (maintainer needs more info) » Fixed

You're welcome.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.