I get the following warning periodically when administering the site. Not sure what to make of it

Warning: strlen() expects parameter 1 to be string, array given in drupal_validate_utf8() (line 1587 of /var/www/{site}/includes/bootstrap.inc).
Notice: Array to string conversion in filter_xss() (line 1442 of /var/www/{site}/includes/common.inc).
Notice: Array to string conversion in filter_xss() (line 1442 of /var/www/{site}/includes/common.inc).
Warning: strlen() expects parameter 1 to be string, array given in drupal_validate_utf8() (line 1587 of /var/www/{site}/includes/bootstrap.inc).
Notice: Array to string conversion in filter_xss() (line 1442 of /var/www/{site}/includes/common.inc).
Notice: Array to string conversion in filter_xss() (line 1442 of /var/www/{site}/includes/common.inc).

Comments

drupalninja99’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
Status: Active » Needs review

I haven't recreated the issue but I did find that it is coming from ctools and there is a patch for it (@see https://drupal.org/node/1925018#comment-7361230).

You can patch it yourself for now or wait until I do a new release. I have pushed this to dev, so the packager should update later today.

drupalninja99’s picture

Status: Needs review » Fixed

This should be in beta10

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.