I've installed CCK 6.x-2.0-rc10 and created a new field on a page. The new field is a multiline textarea and now the FCKEditor no longer appears in the body field, instead I get a two/three line input box with no height adjustment.

I've tested this in both Firefox and IE7 but no luck. Removing edit-body from the include fields brings back the standard drupal text area input with the dragable height/size adjustment.

Comments

wwalc’s picture

Does any javascript error show up in Firebug?

sittard’s picture

Good question, no Javascript errors appear.

wwalc’s picture

I 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.

wwalc’s picture

Status: Active » Postponed (maintainer needs more info)

Same 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.

sittard’s picture

It 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.

virtualdrupal’s picture

Just 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.

sittard’s picture

Status: Postponed (maintainer needs more info) » Active
wwalc’s picture

Title: Editor Does Not Appear on Page » Module incompatibility - Devel / Theme developer
Component: User interface » Documentation

Confirmed. 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.

wwalc’s picture

Status: Active » Closed (won't fix)

Added to TROUBLESHOOTING.txt.

gunnison’s picture

It worked in opera 9.63.

puddyglum’s picture

Status: Closed (won't fix) » Postponed (maintainer needs more info)

I 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;

wwalc’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)
humator’s picture

I had the same error.

After updating devel and fckeditor modules everything works fine.

Skelly1983’s picture

confirmed 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