ReflectionException [ -1 ]: Class controller_opinie does not exist

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

858 		}
859 
860 		try
861 		{
862 			// Load the controller using reflection
863 			$class = new ReflectionClass($prefix.$this->controller);
864 
865 			if ($class->isAbstract())
866 			{
867 				throw new Kohana_Exception('Cannot create instances of abstract :controller',
868 					array(':controller' => $prefix.$this->controller));
  1. SYSPATH/classes/kohana/request.php [ 863 ] » ReflectionClass->__construct(arguments)

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

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

Environment