by Andrew Normore.
Notice: Undefined Property: stdClass This is fine, it's just a "notice".
For Your Information
When it says error, thats when you have found a problem.
What this is saying, is that $user->{$fieldname} hasn't yet been declared. To get rid of the notice, you would put
$user->{$fieldname} = ""; above line 2723. But don't worry about it. When I turn debugging on, I get hundreds of those.