Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
user system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2005 at 02:27 UTC
Updated:
15 Feb 2006 at 12:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
Diego Camacho commentedThis error only happens when you enter and invalid account name
Comment #2
trebuchet commentedDiego, is the problem you're experiencing related to this one? I think it might be the result of differences in the way php 4 and 5 handle objects.
Comment #3
killes@www.drop.org commenteduser_load indeed needs to be changed to return FALSE in case of failure. Attached is a patch. I reviewed all core modules and I am fairly certain that nothign breaks. But I didn't do a real test. I do not know if contrib modules will break due to this change.
I guess it should be fixed for 4.6 too.
Comment #4
killes@www.drop.org commenteduser_load has been changed to return FALSE.
Comment #5
(not verified) commented