Closed (won't fix)
Project:
Content Complete
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2009 at 11:19 UTC
Updated:
10 Nov 2009 at 14:45 UTC
I get the following error message
# warning: Missing argument 2 for user_category_load() in /acquia/modules/user/user.module on line 1131.
# warning: Missing argument 3 for user_category_load() in /acquia/modules/user/user.module on line 1131.
# warning: array_slice() expects parameter 1 to be array, null given in acquia/modules/user/user.module on line 1144.
# warning: implode() [function.implode]: Invalid arguments passed in acquia/modules/user/user.module on line 1144.
Comments
Comment #1
pvhee commentedThe error is in the user module, in the function user_category_load($uid, &$map, $index). The module only uses the current ly logged in user to associate the content profile with if the Content Profile module has been enabled.