HTTP_Exception_404 [ 404 ]:

APPPATH/classes/controller/app/productlist.php [ 29 ]

24         // Banners in template
25         $this->_banner_category_id = $category->banner_category_id;
26         
27         if( ! $category->loaded() || ! $category->is_active_in_language() ) {
28             // Category does not exists
29             throw new HTTP_Exception_404();
30         }        
31         
32         if ( ! $this->_breadcrumbs ) {
33             $this->_init_breadcrumbs();
34         }
  1. {PHP internal call} » Controller_App_ProductList->action_category()

  2. SYSPATH/classes/kohana/request/client/internal.php [ 128 ] » 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