Kohana_Exception [ 0 ]: Cant find main route template of route part "49" in category Новости, ID - 5

APPPATH/classes/general.php [ 577 ]

572         }
573 
574         // if didn't find main route
575         if (Kohana::$environment === Kohana::DEVELOPMENT)
576         {
577             throw new Kohana_Exception('Cant find main route template of route part ":part" in category :category', array(
578                 ':part'     => $init_part,
579                 ':category' => self::$info['categories'][self::$category]['name'].', ID - '.self::$category
580             ));
581         }
582 
  1. APPPATH/classes/general.php [ 458 ] » General::get_route_template(arguments)

  2. APPPATH/classes/general.php [ 165 ] » General::verify_template_route()

  3. APPPATH/classes/controller/core/main.php [ 14 ] » General::request(arguments)

  4. {PHP internal call} » Controller_Core_Main->before()

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

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

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

  8. DOCROOT/index.php [ 119 ] » Kohana_Request->execute()

Environment