I'm getting the following error:
* warning: preg_match() expects parameter 2 to be string, array given in ..../includes/bootstrap.inc on line 718.
* warning: preg_match() expects parameter 2 to be string, array given in ..../includes/bootstrap.inc on line 718.
It only shows with sections.module enabled, and only on the sections list page, but when I try to add a section it doesn't seem to save it. I've attempted to turn off other modules in an attempt to see if its a conflict but havent found anything nor again does the error rear its ugly head in anything other than this page.
Running clean install of 6.2
Comments
Comment #1
hass commentedThank you for the lines of warnings that are in function
drupal_validate_utf8.We are not using any
check_plainordrupal_validate_utf8in sections. This issue should be something else... or it's a function we are using and calling check_plain. Can you please debug where this warning comes from in sections?Comment #2
hass commentedCannot repro and your PHP config seems not to fulfil the Drupal requirements.