Upgrading chatroom from 1.7 (10 July) to 1.8 I see the following warnings.
Similar problem was reported in http://drupal.org/node/178922 for Image Assist.


    * warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/cms50/update.php on line 309.
    * warning: Invalid argument supplied for foreach() in /var/www/cms50/update.php on line 542.

The following queries were executed
chatroom module
Update #5

    * No queries

Comments

darren oh’s picture

Status: Active » Fixed

A harmless error. I forgot that the update function is expected to return an array, even if it's empty. Fixed in CVS commit 84018.

Anonymous’s picture

Status: Fixed » Closed (fixed)