I am consistently getting the follow error messages when I install this module.

drupal warning: Missing argument 2 for user_category_load() in modules/user/user.module on line 1149

warning: Missing argument 3 for user_category_load() in modules/user/user.module on line 1149.

warning: array_slice() expects parameter 1 to be array, null given in modules/user/user.module on line 1162.

warning: implode() [function.implode]: Invalid arguments passed in modules/user/user.module on line 1162.

I do not know what this module has to do with the core User module?

I am using Content Profile, Content Profile Tokens, and Content Profile User Registration - all at 6.x-1.x-dev latest development snapshots. Core Drupal 6.15

I have one category called "Administration", with 4 checkboxes, and one textfield. I just want these profile fields to be invisible to the user (admin only).

I cannot see any issues relating to this anywhere. As soon as I un-install it, the issue goes away, and re-appears as soon as I install it again.

I have run cron, update, flush all caches - all to no avail.

Any ideas? This could be a really useful module...