ReflectionException [ -1 ]: Class controller_ioehpilyaciya-shugaring-lazernaya-ehpilyaciya does not exist

SYSPATH/classes/kohana/request.php [ 1093 ]

1088 		Request::$current = $this;
1089 
1090 		try
1091 		{
1092 			// Load the controller using reflection
1093 			$class = new ReflectionClass($prefix.$this->controller);
1094 
1095 			if ($class->isAbstract())
1096 			{
1097 				throw new Kohana_Exception('Cannot create instances of abstract :controller',
1098 					array(':controller' => $prefix.$this->controller));
  1. SYSPATH/classes/kohana/request.php [ 1093 ] » ReflectionClass->__construct(arguments)

  2. APPPATH/bootstrap.php [ 136 ] » Kohana_Request->execute()

  3. DOCROOT/index.php [ 102 ] » require(arguments)

Environment