Closed (fixed)
Project:
Wysiwyg
Version:
5.x-2.0
Component:
Editor - FCKeditor
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
17 Nov 2009 at 02:37 UTC
Updated:
3 Mar 2023 at 00:44 UTC
Jump to comment: Most recent
Comments
Comment #1
twodThis 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.
Comment #2
Anonymous (not verified) commentedThanks 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?
Comment #3
twodDo 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?
Comment #4
Anonymous (not verified) commentedThank 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!
Comment #5
twodYou're welcome.