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

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

54                 ->bind('lots', $lots);
55 
56         $auction = ORM::factory('auction', $this->request->param('id'));
57         //if ( ! $auction->loaded() OR $auction->status->id == 'future')
58         if ( ! $auction->loaded())
59             throw new HTTP_Exception_404(__('auction_not_found'));
60 
61         $lots = $auction->lots;
62 
63         // Create the pagination object.
64         $pagination = Pagination::factory(array(
  1. {PHP internal call} » Controller_Auctions->action_view()

  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