HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Public.php [ 100 ]

 95 				$this->view->teasers = $article->teasers->cached()->find_all();
 96 
 97 				View::set_global('current_url', str_replace("/$article_url", '', $this->request->uri()));
 98 				View::set_global('is_work_article', true);
 99 			} else {
100 				throw new HTTP_Exception_404;
101 			}
102 		} else {
103 			// overview page
104 			$this->set_view('works');
105 			$this->template->seo_title			= Model_Variable::value_by_name('works_seo_title', true);
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Public->action_works()

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

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

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

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

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

Environment