Closed (won't fix)
Project:
Drupal core
Version:
6.9
Component:
update system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 18:20 UTC
Updated:
18 Mar 2009 at 16:26 UTC
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
Comment #1
dave reidYou 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?
Comment #2
mp commentedmake sense
greets
Comment #3
dwwI 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...