hi

* warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\drupal\update.php on line 174.
* warning: Invalid argument supplied for foreach() in C:\drupal\update.php on line 339.

i got this warning after a database update. webform-module and dhtml-menu-module was updated in this process

greets

Comments

dave reid’s picture

Status: Active » Closed (won't fix)

You can pretty much disregard this error. A module developer did not return an array to show the results/success/failures of the update. If you can look through those two modules' .install files and find a function named modulename_update_number that does not have a "return" as it's last line, file an issue with that module so the maintainer can fix it. Make sense?

mp’s picture

make sense

greets

dww’s picture

Component: update.module » update system
Priority: Critical » Normal

I know it's confusing, but "update.module" is for the part of 6.x core that checks for available updates to your modules and themes. You're talking about update.php, which is the "update system" component...