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

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

82         $auction = ORM::factory('auction', $this->request->param('id'));
83         $errors = array();
84         $user = Auth::instance()->get_user();
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())
  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