I followed the directory for upgrading from 6.x-1.3-rc2 to rc3. I don't get any errors or warnings, but the editor doesn't display. (rc2 has been working perfectly, and I only upgraded because of the nagging message that there's a new version available.)

1) I set my site status to: Off-line
2) I disabled my current (rc2) fckeditor module
3) I removed the modules/fckeditor directory
4) Installed 6.x-1.3-rc3
5) I installed FCKeditor_2.6.3
6) Re-enabled the moduled
7) Set site status to: On-line

I verified that my Role Permissions are all still right. And like I said, I can't find any log files that tell me anything meaningful. The 'raw html' is displayed, and no WYSIWYG editor.

So, then I tried re-installing the old RC2 version and it displayed immediately.

What am I doing wrong?

Thanks!

Comments

jdslater’s picture

Okay... Fine... That should be "I followed the directions"...

wwalc’s picture

First: clear browser's cache, Drupal's cache and any cache you can think of (afaik Drupal may be caching javascript files as well using javascript aggregator).
I suspect that the problem is that in rc2 I added a trick that forced your browser to use the latest fckeditor.utils.js by appending a timestamp (filemtime) in the query string. However due to some modules not respecting such things (Locale, Javascript Aggregator), I had to remove this and release rc3, so now theoretically you browser may be using older fckeditor.utils.js (from rc1?) along with the new fckeditor.module.

If that doesn't help (but I think it should) use Firefox + Firebug and check for javascript errors, do you see any? Go to the FCKeditor profile settings, does FCKeditor complain about anything?

jdslater’s picture

Status: Active » Fixed

YES YES YES!!!

I just followed your suggestions and the problem is solved!!!

Thank you!!!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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