Active
Project:
Lost & found issues
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2008 at 13:26 UTC
Updated:
5 Feb 2008 at 12:35 UTC
Jump to comment: Most recent
warning: mb_strlen() expects parameter 1 to be string, array given in <drupalinstall>\includes\unicode.inc on line 370.
I added a serialized watchdog entry at this point.
After editing a content-type cck-field with the password widget it shows this in the log:
a:2:{s:5:"pass1";s:0:"";s:5:"pass2";s:0:"";}
after submiting or editing a node containing the password-widget, it gets clear, that password-widget is the reason:
a:2:{s:5:"pass1";s:5:"12345";s:5:"pass2";s:5:"12345";}
I entered 12345 as the password.
This install is quite small:
cck, content access, dhtml_menu.
Is there anyone else with this bug?
Comments
Comment #1
iwankgb commentedTake a look here, plz - http://drupal.org/node/218033.