Kohana_HTTP_Exception_404 [ 404 ]:

APPPATH/classes/controller/app/offer.php [ 13 ]

 8         $offer = $this->request->param('id');
 9         
10         $offer = ORM::factory('Offer', $offer);
11         
12         if(!$offer->loaded()) {
13             throw new Kohana_HTTP_Exception_404();
14         }
15         
16         $category = ORM::factory('OfferCategory', $offer->category_id);
17         
18         $path = $category->getPath($category);
  1. MODPATH/app/classes/controller/app/core.php [ 235 ] » Controller_App_Offer->_init_breadcrumbs()

  2. MODPATH/app/classes/controller/app/core.php [ 82 ] » Controller_App_Core->_initialize_template_variables()

  3. {PHP internal call} » Controller_App_Core->before()

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

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

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

  7. DOCROOT/index.php [ 112 ] » Kohana_Request->execute()

Environment