hi there,
i got this error message when i updating my profile (the uid=1),

    * warning: array_merge_recursive() [function.array-merge-recursive]: Argument #2 is not an array in /var/www/xxx/xxx/httpdocs/sites/all/modules/activity/activity.module on line 572.
    * warning: array_keys() [function.array-keys]: The first argument should be an array in /var/www/xxx/xxx/httpdocs/sites/all/modules/activity/activity.module on line 511.
    * warning: array_diff() [function.array-diff]: Argument #1 is not an array in /var/www/xxx/xxx/httpdocs/sites/all/modules/activity/activity.module on line 511.
    * warning: Invalid argument supplied for foreach() in /var/www/xxx/xxx/httpdocs/sites/all/modules/activity/activity.module on line 525.

what must i do to fix this ?? please help me out, and thanks

Comments

Scott Reynolds’s picture

Status: Active » Closed (duplicate)

First off, its a warning not an error, which means it mostly worked :-D. Second off, if you want to apply a patch you can see a fix here: #643786: Fixed some minor issues

kakajoe’s picture

thanks...its fixed my problem