Closed (fixed)
Project:
AES encryption
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2009 at 15:04 UTC
Updated:
13 May 2009 at 02:50 UTC
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
Comment #1
easyfit commentedHi
That's strange, I've never gotten anything like that. Could you dump the $value variable with print_r and post the output?
Comment #2
agerson commentedArray ( [pass1] => [pass2] => )
Comment #3
easyfit commentedThank 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?
Comment #4
easyfit commentedComment #5
agerson commentedI turned off AES and no longer get that error.
Comment #6
agerson commentedI 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.