ReflectionException [ -1 ]: Class controller_sedacky does not exist

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

1002 		Request::$current = $this;
1003 
1004 		try
1005 		{
1006 			// Load the controller using reflection
1007 			$class = new ReflectionClass($prefix.$this->controller);
1008 
1009 			if ($class->isAbstract())
1010 			{
1011 				throw new Kohana_Exception('Cannot create instances of abstract :controller',
1012 					array(':controller' => $prefix.$this->controller));
  1. SYSPATH/classes/kohana/request.php [ 1007 ] » ReflectionClass->__construct(arguments)

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

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

Environment