Kohana_Exception [ 0 ]: The requested route does not exist:

SYSPATH/classes/kohana/route.php [ 106 ]

101 	 */
102 	public static function get($name)
103 	{
104 		if ( ! isset(Route::$_routes[$name]))
105 		{
106 			throw new Kohana_Exception('The requested route does not exist: :route',
107 				array(':route' => $name));
108 		}
109 
110 		return Route::$_routes[$name];
111 	}
  1. SYSPATH/classes/kohana/route.php [ 192 ] » Kohana_Route::get()

  2. APPPATH/views/pages/user_login-index.php [ 4 ] » Kohana_Route::url()

  3. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  4. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture()

  5. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  6. APPPATH/views/layouts/login.php [ 6 ] » Kohana_View->__toString()

  7. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  8. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture()

  9. MODPATH/rubix/shared/classes/rubix/core/controllertemplate/base.php [ 50 ] » Kohana_View->render()

  10. DOCROOT/shared/classes/rubix/controllertemplate/base.php [ 6 ] » Rubix_Core_ControllerTemplate_Base->after()

  11. MODPATH/rubix/application/classes/rubix/core/controllertemplate/application.php [ 11 ] » Rubix_ControllerTemplate_Base->after()

  12. APPPATH/classes/rubix/controllertemplate/application.php [ 46 ] » Rubix_Core_ControllerTemplate_Application->after()

  13. {PHP internal call} » Rubix_ControllerTemplate_Application->after()

  14. SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke()

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

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

  17. DOCROOT/index.php [ 115 ] » Kohana_Request->execute()

Environment