Closed (won't fix)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.3-rc1
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2008 at 09:10 UTC
Updated:
30 May 2011 at 16:29 UTC
Comments
Comment #1
wwalc commentedDoes any javascript error show up in Firebug?
Comment #2
sittard commentedGood question, no Javascript errors appear.
Comment #3
wwalc commentedI tried to reproduce it on vanilla installation of Drupal 6.4 + FCKeditor module 6.x-1.3-rc1 + FCKeditor 2.6.3
I have added Text field to the Page content type and FCKeditor appeared on both fields.
Looks like you will have to check all steps described here: http://drupal.fckeditor.net/troubleshooting#3
Alternatively send me a PM with a link to your site and some test login to help me investigate it, I still suspect a javascript error.
Comment #4
wwalc commentedSame results on Drupal 6.5, seems to work so it looks to me like a configuration issue. Try installing just Drupal, CCK and FCKeditor and see if that works for you.
Comment #5
sittard commentedIt works on a vanilla installation, so I dug a bit further and it seems to be an issue with the theme. Which in my case is the zen starterkit.
I think the problem might be with the location of the page.tpl.php file, on my install I copied the file
from: /themes/zen/zen/page.tpl.php to my theme so:
to: /themes/zen/foo/page.tpl.php
Rebuild the theme registry and then the editor stops working, not sure why.
Thanks for your help.
Comment #6
virtualdrupal commentedJust wanted to point out that mine wasn't showing up due to the Devel Themer Module being enabled, I turned off the themer part and it's working fine now.
Comment #7
sittard commentedComment #8
wwalc commentedConfirmed. When "Theme developer" module is enabled, FCKeditor doesn't work. I've checked 6.x-1.12 and the latest 6.x-1.x-dev.
Probably can't do much with that and it just needs to be documented.
Comment #9
wwalc commentedAdded to TROUBLESHOOTING.txt.
Comment #10
gunnison commentedIt worked in opera 9.63.
Comment #11
puddyglumI have this same problem. I have to keep disabling Theme Developer whenever I'm done using it, because it kills all the javascript running on the page. The errors I'm getting are cryptic and meaningless.
Same problem whether Firebug is installed or not.
I'm running Firefox 3.0.6, Drupal 6.10, Theme Developer 1.14
Line 64 tableheader.js is where I get the first error:
var hScroll = document.documentElement.scrollLeft || document.body.scrollLeft;Comment #12
wwalc commentedComment #13
humator commentedI had the same error.
After updating devel and fckeditor modules everything works fine.
Comment #14
Skelly1983 commentedconfirmed this issue had bin trying to work out wot was stoping the editor from showing could do with it being beter documented, great module though