* 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
Comment #1
grandcat commentedI got the same error, but there were no consequences to Drupal system.
Comment #2
jpetso commentedSounds like some hook_update_N() function didn't return an appropriate result array.
Comment #3
scottrigbySame 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! :)
Comment #4
dopry commentedThis release has been deprecated. This issue no longer applies to a supported release.