I followed these instructions: http://drupal.org/node/390448

And after running update.php the first
Now I get:
* warning: preg_match() expects parameter 2 to be string, array given in /home/1/t/teamzinzino/www/includes/common.inc on line 492.
* warning: preg_match() expects parameter 2 to be string, array given in /home/1/t/teamzinzino/www/includes/common.inc on line 492.
on ?q=admin/reports/updates

The line is a preg_match on $GLOBAL['db_query'] with makes sense as that is an array and not a string.

What do I do?

Comments

phani’s picture

please look at http://drupal.org/node/508840. applying the D6 patch at the end of this thread fixed the problem for me.

sorrry, that was the page leading to the one with the patch; you'll find it at the end of this one: http://drupal.org/node/482646

Letharion’s picture

Wonderful. Works great, thank you. :D