Closed (duplicate)
Project:
Bean (for Drupal 7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2013 at 20:15 UTC
Updated:
30 Jul 2013 at 20:44 UTC
When I add a bean to a Panels page, using the block that's automatically provided, the following errors are displayed in the Panels admin UI:
Notice: Array to string conversion in drupal_validate_utf8() (line 1573 of includes/bootstrap.inc).
Warning: preg_match() expects parameter 2 to be string, array given in drupal_validate_utf8() (line 1579 of includes/bootstrap.inc).
Comments
Comment #1
damienmckennaFYI the above happens with CTools v7.x-1.2+43-dev and Panels 7.x-3.3.
Comment #2
damienmckennaThis is a bug in CTools: #1925018: Adding a renderable-array block to a page gives errors in the admin UI
Comment #3
damienmckennaA preliminary patch is available in the other issue that at least stops the error from happening though merlinofchaos might want it further improved.
Comment #4
damienmckennaLeaving this as Postponed until the CTools patch is in.
Comment #5
arithmetric commentedI confirm that this warning is resolved by updating to the dev version of ctools, which has the patch Damien mentioned above.