I am getting the following error in my logs:

Type: php

Message: preg_match() expects parameter 2 to be string, array given in /var/www/drupal-5.15/includes/bootstrap.inc on line 708.

It happens every time I land on this page: /admin/workflow-ng/configurations

It doesn't seem to affect anything that I can tell.

Comments

fago’s picture

Please tray again with the latest dev snapshot, if it doesn't help try deactivating modules that provide workflow-ng integration and see if it helps.

fago’s picture

Status: Active » Postponed (maintainer needs more info)
TC44’s picture

Version: 5.x-2.1 » 5.x-2.x-dev
Status: Postponed (maintainer needs more info) » Active

Hi,

I'm getting the same errors. I've disabled and uninstalled, then reinstalled workflow-ng, as well as disabled modules that depend on it. Tried the latest stable and dev, drupal 5.15.

I only see them on the admin/workflow-ng/configurations page, where I've got two empty rule configurations, which I can't delete. I've also checked the workflow_ng_cfgs table, and it's empty.

Are there other tables in the database that I could check to get rid of this error? I've emptied cache tables, etc.

Also, is it really causing a problem? I'm just wondering if this can't be resolved, if it's ok to just ignore for now..

Cheers,

TC44