Closed (duplicate)
Project:
Activity
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2009 at 04:21 UTC
Updated:
28 Nov 2009 at 20:44 UTC
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
Comment #1
Scott Reynolds commentedFirst 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
Comment #2
kakajoe commentedthanks...its fixed my problem