Hello,

When I try to edit the CKeditor profile, I get this error:
"Notice: Undefined index: default in ckeditor_admin_profile_form() (line 605 of /var/www/sites/all/modules/ckeditor/includes/ckeditor.admin.inc)."

This happens for both the recommended release and dev release.

Any input, insights, or suggestions would be great!

-Thanks

Comments

mkesicki’s picture

Thx for notice this. We will check this.

yurg’s picture

Hello,

Same here with same error but at another line:
Notice: Undefined index: default in ckeditor_admin_profile_form() (line 578 of /sites/all/modules/ckeditor/includes/ckeditor.admin.inc)

Drupal 7.8, Ckeditor module 7.x-1.3, Ckeditor plugin 3.6.2, Ckfinder, Ckeditor_link 2.1

P.S. After commenting 578-580 from ckeditor.admin.inc problem is gone (although CKeditor still not works, but guess it should be reported separately):

           /* if ($val['default'] == 't') {
                $default_plugins[] = $key;
            } */
 
anea02’s picture

I am seeing the same error although editor is functioning correctly (ASAIK - this is first site in D7 and always used FCKEditor on D6).

Drupal Stack:
Drupal 7.8
CKEditor 7.x-1.3
CKEditor Link 7.x-2.1

Error only appears when editing (saving) a CK profile (which in my case was the full HTML profile):
Notice: Undefined index: default in ckeditor_admin_profile_form() (line 578 of sites\all\modules\ckeditor\includes\ckeditor.admin.inc).

Regards

Adam

rawrzors’s picture

I have managed to fix this problem by reinstalling CKE Link.

dczepierga’s picture

Status: Active » Fixed

Hi,
I also add fix in CKEditor module for this and commit to GIT.
Greetings

dczepierga’s picture

Title: Error when editing CKeditor profile » [D6] Error when editing CKeditor profile
dczepierga’s picture

Title: [D6] Error when editing CKeditor profile » [D7] Error when editing CKeditor profile
mkesicki’s picture

Title: [D7] Error when editing CKeditor profile » [D7] Notice: Undefined index: default in ckeditor_admin_profile_form() - when editing CKeditor profile
Status: Fixed » Closed (fixed)