Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2011 at 20:21 UTC
Updated:
26 Oct 2011 at 09:49 UTC
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
Comment #1
mkesicki commentedThx for notice this. We will check this.
Comment #2
yurg commentedHello,
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):
Comment #3
anea02 commentedI 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
Comment #4
rawrzors commentedI have managed to fix this problem by reinstalling CKE Link.
Comment #5
dczepierga commentedHi,
I also add fix in CKEditor module for this and commit to GIT.
Greetings
Comment #6
dczepierga commentedComment #7
dczepierga commentedComment #8
mkesicki commented