View_Exception [ 0 ]: The requested view public/shop/page_not_found 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. SYSPATH/classes/Kohana/View.php [ 145 ] » Kohana_View->set_filename(arguments)

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

  3. APPPATH/classes/Controller/Public/Index.php [ 109 ] » Kohana_View::factory(arguments)

  4. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Public_Index->action_produs()

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

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

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

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

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

Environment