最近遇到了这样的问题:
•Warning: strlen() expects parameter 1 to be string, array given 在 drupal_validate_utf8() (行 1593 在 /var/www/html/publisher/includes/bootstrap.inc). •Notice: Array to string conversion 在 filter_xss() (行 1442 在 /var/www/html/publisher/includes/common.inc). •Notice: Array to string conversion 在 filter_xss() (行 1442 在 /var/www/html/publisher/includes/common.inc).
以前的时候别人也问过我,但是不影响功能,一直没有解决,现在又看到这个问题,Google了一下,发现是ctools的版本问题,只需要升级到最新的DEV版,就能解决问题。参考地址:
https://drupal.org/node/1925018#comment-7164446