By wishy on
When user post something on my forum, there is an error message that shows up but everything is working. Administrator when posting the same thing, the error does not show up. So I was wondering if there was a way to turn off all error code for the user?
Comments
It'd be helpful if you posted
It'd be helpful if you posted the actual error message.
Using CKeditor
Notice: Undefined index: popup in ckeditor_profile_settings_compile() (line 464 of /home5/collegu9/public_html/forums/sites/all/modules/ckeditor/includes/ckeditor.lib.inc).
Notice: Undefined index: popup in ckeditor_profile_settings_compile() (line 508 of /home5/collegu9/public_html/forums/sites/all/modules/ckeditor/includes/ckeditor.lib.inc).
Notice: Undefined index: popup in ckeditor_profile_settings_compile() (line 464 of /home5/collegu9/public_html/forums/sites/all/modules/ckeditor/includes/ckeditor.lib.inc).
Notice: Undefined index: popup in ckeditor_profile_settings_compile() (line 508 of /home5/collegu9/public_html/forums/sites/all/modules/ckeditor/includes/ckeditor.lib.inc).
I'm getting a similar erro
I'm getting a similar error. I was wondering if you found a solution for it. Here's my error:
Notice: Undefined property: stdClass::$name in ckeditor_profile_settings_compile() (line 636 of /home/content/71/7521371/html/drupal/sites/all/modules/ckeditor/includes/ckeditor.lib.inc).
Notice: Undefined property: stdClass::$name in ckeditor_profile_settings_compile() (line 648 of /home/content/71/7521371/html/drupal/sites/all/modules/ckeditor/includes/ckeditor.lib.inc).
It seems to be happening when an anonymous user is on a page that has comments, and the CKEditor is installed
I did a fresh install of
I did a fresh install of Drupal 7.7, (latest update I believe) and everything seems to be working fine. Maybe try a fresh install. If there's still a problem, let me know. I got mine to work fine.
And also update to the latest
And also update to the latest version of CKeditor.