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

I got this warning when updating the module by running database update script. No errors though. Should I neglect this warning or does it have some implication?

Comments

grandcat’s picture

I got the same error, but there were no consequences to Drupal system.

jpetso’s picture

Sounds like some hook_update_N() function didn't return an appropriate result array.

scottrigby’s picture

Same here – assuming for now it doesn't hurt anything, but keeping an eye out for updates in case there's a fix or someone finds out that it matters... thanks! :)

dopry’s picture

Status: Active » Closed (fixed)

This release has been deprecated. This issue no longer applies to a supported release.