View_Exception [ 0 ]: The requested view layout/site/global_inner could not be found

SYSPATH/classes/Kohana/View.php [ 257 ]

252 	 */
253 	public function set_filename($file)
254 	{
255 		if (($path = Kohana::find_file('views', $file)) === FALSE)
256 		{
257 			throw new View_Exception('The requested view :file could not be found', array(
258 				':file' => $file,
259 			));
260 		}
261 
262 		// Store the file path locally
  1. MODPATH/ariol/classes/Extasy/View.php [ 97 ] » Kohana_View->set_filename(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 339 ] » Extasy_View->set_filename(arguments)

  3. MODPATH/ariol/classes/Extasy/View.php [ 28 ] » Kohana_View->render(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 228 ] » Extasy_View->render()

  5. MODPATH/ariol/classes/Extasy/Controller.php [ 71 ] » Kohana_View->__toString()

  6. MODPATH/ariol/classes/Controller/Site.php [ 136 ] » Extasy_Controller->after()

  7. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Site->after()

  8. {PHP internal call} » Kohana_Controller->execute()

  9. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  10. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  11. SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)

  12. DOCROOT/index.php [ 149 ] » Kohana_Request->execute()

Environment