Hi, I have this corrected installed, an old version of CKeditor (CKEditor 3.0.0.4148 as it did not recognise newer ones) at all/libraries, input format and profiles set up etc, still no toolbar when going to nodes. I have even create da new input format and set it up on the prfile page to use the editor, still no luck, any help on this will be greatly appreciated.

Cheers

Comments

javier1968’s picture

Just tried with another editor (TinyMCE 3.5.10) and still no joy, am I missing something essential?

Kind Regards

Javier

TwoD’s picture

Status: Active » Postponed (maintainer needs more info)

Are you seeing any JavaScript errors in the browser's developer tools on pages where editors should appear?
Usually, editors are prevented from loading by some broken script causing the browser to halt all script execution on the page.
There could also be an incompatibility with some other script on the page, though that's getting less likely as script authors get better at isolating their scripts and not use as many global variables, or make assumptions about browsers.

There could potentially be issues with custom or 3rd party Drupal themes as well, if they don't actually print all script tags to the page, or in weird locations.

Another possibility is that some script files are missing or inaccessible, which should be easy to spot by looking at the network tab in the browser's developer tools and see if any of them are listed in red.

If you would like support for CKEditor 4, and a bunch of other fixes, I would recommend testing the Wysiwyg 6.x-2.x-dev snapshot. Maybe the problem you're seeing has already been fixed in there?

tom-k’s picture

I see the same issue on a fresh install currently.
Versions used are:
- wysiwyg 7.x-2.x-dev
- jquery_update 2.3 (not 2.4!)
- bootstrap 3 theme (but it doesn't work with default Bartik either)

Caches deleted x times. Tried with jquery_update disabled. Tested both ckeditor 4.3.4 and tinymce 3.5.10.
No joy.

I don't see any Javascript errors, and from chrome dev tools it looks like all resources are loaded properly.

Anything else I can check?

EDIT: sorry, saw too late that this issue is about the 6.x version. I see this on 7.x.