View_Exception [ 0 ]: The requested view blog/index could not be found

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

260 	 */
261 	public function set_filename($file)
262 	{
263 		if (($path = Kohana::find_file('views', $file)) === FALSE)
264 		{
265 			throw new View_Exception('The requested view :file could not be found', array(
266 				':file' => $file,
267 			));
268 		}
269 
270 		// Store the file path locally
  1. MODPATH/cms/classes/Cms/View.php [ 22 ] » Kohana_View->set_filename(arguments)

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

  3. SYSPATH/classes/Kohana/View.php [ 30 ] » Kohana_View->__construct(arguments)

  4. APPPATH/classes/Controller/Blogs.php [ 27 ] » Kohana_View::factory(arguments)

  5. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Blogs->action_index()

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

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

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

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

  10. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment