Getting this error. On PHP 5.5.26.

Warning: strpos() expects parameter 1 to be string, array given in ckeditor_load_plugins() (line 342 of /public_html/sites/all/modules/ckeditor/includes/ckeditor.lib.inc).
Warning: preg_match() expects parameter 2 to be string, array given in ckeditor_load_plugins() (line 342 of /public_html/sites/all/modules/ckeditor/includes/ckeditor.lib.inc).
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

a.milkovsky’s picture

I can confirm the warning

a.milkovsky’s picture

Status: Active » Needs review
FileSize
616 bytes

For me it was a problem of plugins conflict.
I have media_wysiwyg module installed which provides own plugin for media.
When both 'media' plugins are available(from ckeditor and media_wysiwyg) it changes path property to an array.
Resolved it in the patch.

jcisio’s picture

Status: Needs review » Closed (works as designed)

Media integration has been removed from the module.