ReflectionException [ -1 ]: Class controller_clientes does not exist

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

1023 		Request::$current = $this;
1024 
1025 		try
1026 		{
1027 			// Load the controller using reflection
1028 			$class = new ReflectionClass($prefix.$this->controller);
1029 
1030 			if ($class->isAbstract())
1031 			{
1032 				throw new Kohana_Exception('Cannot create instances of abstract :controller',
1033 					array(':controller' => $prefix.$this->controller));
  1. SYSPATH/classes/kohana/request.php [ 1028 ] » ReflectionClass->__construct(arguments)

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

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

Environment