Kohana_Exception [ 0 ]: Cant find main route template of route part "forum" in category ЗооДруг, ID - 1

APPPATH/classes/general.php [ 476 ]

471 		}
472 
473 		// if didn't find main route
474 		if (Kohana::$environment === Kohana::DEVELOPMENT)
475 		{
476 			throw new Kohana_Exception('Cant find main route template of route part ":part" in category :category', array(
477 				':part'     => $init_part,
478 				':category' => self::$info['categories'][self::$category]['name'].', ID - '.self::$category
479 			));
480 		}
481 
  1. APPPATH/classes/general.php [ 357 ] » General::get_route_template(arguments)

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

Environment