I get this error:

warning: md5() expects parameter 1 to be string, array given in /Library/WebServer/Documents/drupal/modules/user/user.module on line 225.

Comments

easyfit’s picture

Hi

That's strange, I've never gotten anything like that. Could you dump the $value variable with print_r and post the output?

agerson’s picture

Array ( [pass1] => [pass2] => )

easyfit’s picture

Thank you.

I'm pretty sure this isn't an AES issue, since the AES module doesn't set any vars called "pass1" and "pass2" anywhere. Could it be some other module you have activated? Why do you think this is an issue with AES?

easyfit’s picture

Status: Active » Closed (fixed)
agerson’s picture

Status: Closed (fixed) » Active

I turned off AES and no longer get that error.

agerson’s picture

Status: Active » Closed (fixed)

I think I tracked it down to a conflict with an old version of the ldap_integration module which I have fixed by upgrading it. Thanks.