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

hass’s picture

Status: Active » Postponed (maintainer needs more info)

Thank you for the lines of warnings that are in function drupal_validate_utf8.

We are not using any check_plain or drupal_validate_utf8 in 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?

hass’s picture

Title: preg match error » preg match warning
Status: Postponed (maintainer needs more info) » Closed (won't fix)

Cannot repro and your PHP config seems not to fulfil the Drupal requirements.