HTTP_Exception_404 [ 404 ]: El remate que intenta ver no ha sido encontrado.

APPPATH/classes/controller/auctions.php [ 90 ]

85 
86         if ( ! $auction->loaded())
87             throw new HTTP_Exception_404(__('auction_not_found'));
88 
89         if ($auction->auction_status_id != Model_Auction::STATUS_OPEN)
90             throw new HTTP_Exception_404(__('auction_not_found'));
91 
92         if ( ! Auth::instance()->logged_in())
93         {
94             Session::instance()->set('message_login_form', __('you_must_login_to_signup_to_auction'));
95             return;
  1. {PHP internal call} » Controller_Auctions->action_signup()

  2. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  3. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  4. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  5. DOCROOT/index.php [ 110 ] » Kohana_Request->execute()

Environment