Ordog23

Untitled

Feb 1st, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.78 KB | None | 0 0
  1. Notice!
  2. ErrorException [ Notice ]: Trying to get property of non-object
  3.  
  4. PKGPATH/ethanol/classes/ethanol.php @ line 57
  5.  
  6. 52        $user = Auth::instance()->validate_user($credentials);
  7. 53        
  8. 54        if($user == false)
  9. 55        {
  10. 56            //Could not validate for some reasion so make things explode
  11. 57            Logger::instance()->log_log_in_attempt(Model_Log_In_Attempt::$ATTEMPT_BAD_CRIDENTIALS, $user->email);
  12. 58        }
  13. 59        
  14. 60        //Nothing exploded up to this point so assume that the user has logged
  15. 61        //in ok.
  16. 62        Logger::instance()->log_log_in_attempt(Model_Log_In_Attempt::$ATTEMPT_GOOD, $user->email);
  17. Backtrace
  18.  
  19. COREPATH/classes/error.php @ line 110
  20. COREPATH/bootstrap.php @ line 42
  21. FuelPHP is released under the MIT license.
Advertisement
Add Comment
Please, Sign In to add comment