Kohana_Exception [ 0 ]: Cant find main route template of route part "blog" in category Головна, ID - 1

APPPATH/classes/general.php [ 623 ]

618         }	
619 		
620         // if didn't find main route
621         if ((1) AND (Kohana::$environment === Kohana::DEVELOPMENT))
622         {
623             throw new Kohana_Exception('Cant find main route template of route part ":part" in category :category', array(
624                 ':part'     => $init_part,
625                 ':category' => self::$info['categories'][self::$category]['name'].', ID - '.self::$category
626             ));
627         }
628 
  1. APPPATH/classes/general.php [ 491 ] » General::get_route_template(arguments)

  2. APPPATH/classes/general.php [ 195 ] » 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 [ 147 ] » Kohana_Request->execute()

Environment