HTTP_Exception_404 [ 404 ]: Not found

APPPATH/classes/controller/templates/news/ancient.php [ 34 ]

29 				->current()
30 			;
31 
32 			if ($item['id'] <= 0)
33 			{
34 				throw new HTTP_Exception_404('Not found');
35 			}
36 
37 			// Photos
38 			$photos_table = $table_name.'photos';
39 			$data['photos'] = DB::select($photos_table.'.id', $photos_table.'.pic', $photos_table.'_name.name')
  1. {PHP internal call} » Controller_Templates_News_Ancient->action_index()

  2. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  3. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  4. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  5. APPPATH/classes/controller/core/main.php [ 85 ] » Kohana_Request->execute()

  6. APPPATH/classes/controller/core/main.php [ 21 ] » Controller_Core_Main::set_templates(arguments)

  7. {PHP internal call} » Controller_Core_Main->action_index()

  8. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  9. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  10. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  11. DOCROOT/index.php [ 133 ] » Kohana_Request->execute()

Environment