Just updated to RC9. Unfortunately update.php returned the following:
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /xxx/xxx/public_html/update.php on line 174.
* warning: Invalid argument supplied for foreach() in /xxx/xxx/public_html/update.php on line 338.
Which resulted in:
The following queries were executed
domain module
Update #6202
* No queries
Running the latest drupal with many modules on the latest dot deb.
Comments
Comment #1
voxpelli commentedI think this is caused by the update function not returning an array - it should return an empty array.
So everything works - the update function just fails to mention that to Drupal and Drupal therefor thinks it needs to go and throw errors.
Comment #2
agentrickardYes. True. You can safely ignore the error message. The function should be:
Comment #3
agentrickardFixed. Looks like we need an rc10. Grrrr.
Comment #4
agentrickardTitle change for links.