Posted by rawrzors on September 29, 2011 at 8:21pm
5 followers
Jump to:
| Project: | CKEditor - WYSIWYG HTML editor |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Thx for notice this. We will check this.
#2
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;
} */
#3
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
#4
I have managed to fix this problem by reinstalling CKE Link.
#5
Hi,
I also add fix in CKEditor module for this and commit to GIT.
Greetings
#6
#7
#8