Kohana_HTTP_Exception [ 404 ]:

APPPATH/classes/Controller/Welcome.php [ 351 ]

346                 ->set('pagination', $pagination)
347                 ->render();
348         } else {
349             $data = $nm->getNew($id);
350             if(!$data){
351                 throw HTTP_Exception::factory(404);
352             }
353 			$readmore_tag = Kohana::$config->load('global')->get('readmore-tag');
354 			$data['text'] = str_replace($readmore_tag, '', $data['text']);
355             $this->template->title = $data['title'];
356             $this->template->content = View::factory('news_page')->set('data', $data)->render();
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Welcome->action_news()

  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 [ 118 ] » Kohana_Request->execute()

Environment