ErrorException [ Notice ]: Undefined index: categorie

APPPATH/views/page/index.php [ 16 ]

11 	if ((! isset($tail_block))		|| (! $tail_block)) 	{ $tail_block = ''; }
12 	if ((! isset($open_test))		|| (! $open_test)) 		{ $open_test = ''; }
13 	if ((! isset($title)) 			|| (! $title)) 			{ $title = ''; }
14 	if ((! isset($descr)) 			|| (! $descr)) 			{ $descr = ''; }
15 
16 	$btype_orm = ORM::factory('Btype', $cfg_arr["categorie"]);
17 	if (! $title) { $title = $cfg_arr['site_title']." для категории ".$btype_orm->short; }
18 	if (! $descr) { $descr = $cfg_arr['site_descr']; }
19 
20 	$head = View::factory('page/head')
21 		->bind('title', $title)
  1. APPPATH/views/page/index.php [ 16 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  4. APPPATH/classes/HTTP/Exception/404.php [ 28 ] » Kohana_View->render()

  5. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 114 ] » HTTP_Exception_404->get_response()

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

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

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

Environment