Kohana_View_Exception [ 0 ]: The requested view layout/default.php could not be found

MODPATH/epic/vendor/haml/classes/kohana/haml.php [ 168 ]

163 		{
164 			$path = Kohana::find_file('cache', self::$config['haml']['cache_dir'].'/'.$file, $ext);
165 		}
166 		if ($path === FALSE)
167 		{
168 			throw new Kohana_View_Exception('The requested view :file could not be found', array(
169 				':file' => $file.($ext ? '.'.$ext : ''),
170 			));
171 		}
172 
173 		// Store the file path locally
  1. SYSPATH/classes/kohana/view.php [ 137 ] » Kohana_Haml->set_filename(arguments)

  2. MODPATH/epic/vendor/haml/classes/kohana/haml.php [ 33 ] » Kohana_View->__construct(arguments)

  3. MODPATH/epic/vendor/haml/classes/kohana/haml.php [ 47 ] » Kohana_Haml->__construct(arguments)

  4. APPPATH/classes/skeleton/basic.php [ 55 ] » Kohana_Haml::factory(arguments)

  5. {PHP internal call} » Skeleton_Basic->after()

  6. SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)

  7. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  8. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  9. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment