After updating to the latest 5.x-1.x-dev today, and then running update.php, I got the following error:

warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/aigeanta.net/update.php on line 309.
warning: Invalid argument supplied for foreach() in /var/www/aigeanta.net/update.php on line 542.

Uh oh!

I should mention, I'm running php 5.2.0-8+etch7, pgsql 8.1.9 with Drupal 5.3 on Apache/2.2.3 (Debian).

Comments

nicholasthompson’s picture

I got the same error on PHP 5.2.4, Apache 2.2 and MySQL 5.0...

I'm also getting missing gss.xsl errors as it was removed from the repositry (so it seems)... Dont know if its related or not.

darren oh’s picture

Status: Active » Fixed

Harmless warning. Fixed in CVS commit 85100. gss.xsl has been moved to the gss sub-directory.

Anonymous’s picture

Status: Fixed » Closed (fixed)