I have the following text formats set up:

- WYSIWYG Editor
- Full HTML
- Plain Text

CKEditor is configured to load on the WYSIWYG Editor format. This works fine if I edit a page and WYSIWYG Editor is the default text format that is selected.

However, if I change a text area's text format to Full HTML, save the node, and go back to edit it, CKEditor will NOT load when I switch the text format back to WYSIWYG Editor in the drop down. CKEditor then throws the following error:

Notice: Undefined index: full_html in ckeditor_profiles_compile() (line 424 of /mysitepath/wwwroot/sites/all/modules/ckeditor/includes/ckeditor.lib.inc).

Comments

dczepierga’s picture

Try to use last DEV version of CKEditor module. This bug was fixed today.

Pls report that fix solved your problem.

Greetings

Scott Robertson’s picture

I grabbed the latest DEV release and am no longer getting the "Undefined index" error, but I'm still experiencing the problem where if I edit a node that has a text area with "Full HTML" (No CKEditor) as the text format when I load the edit page, CKEditor won't load up when I switch it to "WYSIWYG Editor".

Instead, I have to switch the text format to "WYSIWYG Editor", save the node, and can back and edit it. At this point CKEditor will load up properly.

TommyChris’s picture

subscribe

dczepierga’s picture

Status: Active » Closed (works as designed)

@s-robertson, yes we know about this bug - this is related with this #1154264: After deleting the Advanced profile, Full HTML profile doesn't load.
We should fix it asap, so pls be patient.

I think this issue we can close for now - everything about bug from #2 will be written in #1154264: After deleting the Advanced profile, Full HTML profile doesn't load

Greetings