Hi,

I don't even have ckeditor installed on my D7 but I keep getting this notice and no other editor will load.

Notice: Undefined index: ckeditor in wysiwyg_profile_overview() (line 461 of /modules/wysiwyg/wysiwyg.admin.inc).

Comments

twod’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

It sounds a lot like you've got a profile for CKEditor for one of your text formats, even tho the editor is no longer installed.
The line throwing the notice tries to fetch editor information from a list of installed editors, based on what's set a profile associated with one of the text formats.

Did you have CKEditor installed before but deleted the files in sites/all/libraries/ckeditor before removing the profile?

The table rows listing text formats should have a column with the name of an editor associated with that format, and its version number. If the column is empty, it means the editor is either not installed or not detected properly.
You should have the option to delete that profile even if the editor itself is no longer installed.

Can you please confirm this?

twod’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Sorry, but without further information I can only close this issue.
Please reopen it if you still need help.