HTTP_Exception_404 [ 404 ]: Category not found

APPPATH/classes/Controller/Site/Product.php [ 102 ]

 97                 // Вывод в шаблон
 98                 $this->template->content = array($content);
 99             }
100             else 
101             {
102                 throw new HTTP_Exception_404('Category not found');
103             }
104         }
105         else
106         {
107             throw new HTTP_Exception_404('Category not found');
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Site_Product->action_index()

  2. {PHP internal call} » Kohana_Controller->execute()

  3. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)

  6. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment