HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Article.php [ 73 ]

68 		{
69 			$article = ORM::factory('article', $slug);
70 						
71 			if( ! $article->loaded() )
72 			{
73 				throw new HTTP_Exception_404();
74 			}
75 			
76 			$this->request->redirect('article/view/' . $article->slug, 301);
77 		}
78 		
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Article->action_view( )

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

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

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

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

  6. DOCROOT/index.php [ 121 ] » Kohana_Request->execute( )

Environment