HTTP_Exception_404 [ 404 ]:

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

171 
172 				$this->view->items = $article->items->cached()->find_all();
173 
174 				View::set_global('current_url', str_replace("/$article_url", '', $this->request->uri()));
175 			} else {
176 				throw new HTTP_Exception_404;
177 			}
178 		} else {
179 			// overview page
180 			$this->set_view('archive');
181 			$this->template->seo_title			= Model_Variable::value_by_name('archive_seo_title', true);
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Public->action_archive()

  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