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

pvhee’s picture

Status: Active » Closed (won't fix)

The 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.