ckedort does not show up I have latest versions installed, dev versions

Is there a way to figure it out why not?

I have 3 drupal sites, 7 version and on two the editor works fine but on third it does not....
can somebody tell me what to do?

I uploaded 3 screenshos

even the disable editor link is missing....I dont know what to do, i have same versions on all three sites

CommentFileSizeAuthor
#7 network updated.JPG203.93 KBsopranos
#5 network.JPG87.01 KBsopranos
#4 1.JPG107.28 KBsopranos
#2 3.JPG48.29 KBsopranos
#2 2.JPG33.16 KBsopranos
#2 1.JPG46.45 KBsopranos
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sopranos created an issue. See original summary.

sopranos’s picture

Issue summary: View changes
FileSize
46.45 KB
33.16 KB
48.29 KB
TwoD’s picture

Category: Bug report » Support request
Priority: Critical » Normal

Look in the browser's JavaScript console for errors. Looks like something is preventing the Wyswiwyg scripts from attaching the editor and the toggle link.

Also check the Network tab to see if any [script] files can't be downloaded.

sopranos’s picture

FileSize
107.28 KB

I am attaching the screenshot of the console, it says it needs 1.9 jquery......I switch to 1.9 before via jquery update, but did not help, ckeditor did not show up at all.

Now i use 1.7 jquery version, basially I tried them all , 1.8, 1.9. 2.1, etc..... nothing helps

sopranos’s picture

FileSize
87.01 KB
TwoD’s picture

That JavaScript error thrown in the vertical-tabs script would indeed prevent Wysiwyg's scripts from running.
The line from Bootstrap seems pretty clear. If you use Bootstrap, you'll need to update the jQuery version (using jQuery Update module) to get it working correctly. Changing the jQuery version may break other things though. Vertical Tabs shows up as a potential problem here, but it's part of Core so jQuery Update should be shipping its own version of that script if it's not compatible with the selected jQuery version.

It seems Vertical Tabs is unable to use/find it's jQuery plugin (.tab()) is missing. It's defined by the file in misc/ui/jquery.ui.tabs.min.js and should be in the list of dowloaded files. If you are using jQuery Update already, it's possible it ships its own version of this file, so it may be loaded from that module's folder instead.

(Btw, you need to reload the page with the developer tools open for the network tab to show the files it tries to request. You can disable caching in the developer tools settings so the browser will actually re-try downloading all files instead of skipping the ones it already has.)

sopranos’s picture

FileSize
203.93 KB

attaching the network tab in develope again, no caching, and reloading the site in developer

it says it needs 1.9 jquery, if I switch it to 1.9 the problem does not go away.....
is this theme bootstrap ported corectly? Or is it intended to be used without editor, it gives so many errors for some reason and it is very popular theme

Editor works in omega, bartik.....so maybe I will switch back to omega....

TwoD’s picture

I can't really tell what the theme needs since I don't know which theme it is.
You'll need to scroll through the output in the Network list and see if any of them can't be downloaded

I could take a look at it personally after work, if you send me login credentials via mail or my contact form.

kellyimagined’s picture

Going back to version 3.6.6.2 has resolved this for me. http://ckeditor.com/download