Kohana_Exception [ 42 ]: Controller Lozni-povleceni was not found in controllers

macros/modules/core/libraries/Router.php [ 107 ]

102                 // No controller was found, so no page can be rendered
103                 Kohana::show_404(Router::$current_uri . Router::$url_suffix . Router::$query_string);//Event::run('system.404');
104         }
105 
106         if (empty(Router::$controller_path)) {
107                 throw new Kohana_Exception('Controller ' . Router::$controller . ' was not found in ' . $controllers_dir);
108         }
109 
110                     //return parent::setup();
111     }
112 
  1. {PHP internal call} » Router_Core::setup()

  2. SYSPATH/core/Event.php [ 209 ] edit » call_user_func(arguments)

  3. SYSPATH/core/Bootstrap.php [ 56 ] edit » Event::run(arguments)

  4. DOCROOT/macros/bootstrap.php [ 58 ] edit » require(arguments)

  5. DOCROOT/index.php [ 9 ] edit » require(arguments)

Environment