warning: array_keys() [function.array-keys]: The first argument should be an array in F:\xampp\htdocs\js\modules\user\user.module on line 378.

the above message appears after adding user. what is the problem?

thanks a lot.

Comments

That line is this;    

That line is this;

    $rids = array_keys($account->roles);

Meaning there's something funky going on with your roles? Are you doing anything funky at all that'd explain this? Do you have roles correctly set up?

Pobster

i found that once the skype

i found that once the skype support module installed, the above problem appears. uninstalled it, the problem fixed. anyone experienced this also? how to fix it?

thanks a lot.

Issue with skypesupport's hook_user

I had exactly the same problem. In the issue list of the skypesupport module, you can find a simple solution: http://drupal.org/node/175465

nobody click here