When I attempt to edit an existing page, upon saving the content I receive the following PHP error:
warning: strtok() expects parameter 1 to be string, array given in /www/element63/html/sites/all/modules/ckeditor/includes/ckeditor.page.inc on line 192.
Although the content does appear to be saved correctly, this error continues to appear and can be produced every time.
I am using PHP 5.3.2 with Apache 2.2.14 on CentOS. As for Drupal I am using 6.15
Please let me know if I can provide you with any other details. I can be reached at the following email address: bugs@element63.com
Comments
Comment #1
klonoschanged issue title to reflect error
Comment #2
wwalc commentedIt looks like there is a problem with another custom module... however we can add some validation on our side for it.
Comment #3
dczepierga commentedFix in attachment.
It's check that given value is string.
Comment #4
wwalc commentedComment #5
wwalc commentedCommitted into CVS, thanks!
It still would be nice to understand exactly why this error occurred, I could not reproduce it locally.