Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Notice!
- ErrorException [ Notice ]: Trying to get property of non-object
- PKGPATH/ethanol/classes/ethanol.php @ line 57
- 52 $user = Auth::instance()->validate_user($credentials);
- 53
- 54 if($user == false)
- 55 {
- 56 //Could not validate for some reasion so make things explode
- 57 Logger::instance()->log_log_in_attempt(Model_Log_In_Attempt::$ATTEMPT_BAD_CRIDENTIALS, $user->email);
- 58 }
- 59
- 60 //Nothing exploded up to this point so assume that the user has logged
- 61 //in ok.
- 62 Logger::instance()->log_log_in_attempt(Model_Log_In_Attempt::$ATTEMPT_GOOD, $user->email);
- Backtrace
- COREPATH/classes/error.php @ line 110
- COREPATH/bootstrap.php @ line 42
- FuelPHP is released under the MIT license.
Advertisement
Add Comment
Please, Sign In to add comment