When i upgraded to the new release, i got this error message at the end of the update.php process:

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

Comments

mantyla’s picture

Status: Active » Closed (fixed)

You're right, it's a bug, but I assure you it's harmless. The update function returns NULL when it is expected to return an array, even an empty array. As a result, update.php fails to display the results of the update, but the update itself has finished properly.

I'll fix this in the next release.