ErrorException [ Fatal Error ]: The page you requested was not found.

APPPATH/controllers/category.php [ 55 ]

50 		$row = $this->taxonomy_model->get_taxonomy_term_data_db( $data );
51 		unset( $data );
52 		
53 		if ( $row == null ) {
54 			// not found category
55 			show_404();
56 			exit;
57 		}
58 		
59 		// set cat (category) object for use in views
60 		$output['cat'] = $row;
  1. FCPATH/system/core/Exceptions.php [ 115 ] » MY_Exceptions->show_error(arguments)

  2. FCPATH/system/core/Common.php [ 333 ] » CI_Exceptions->show_404(arguments)

  3. APPPATH/controllers/category.php [ 55 ] » show_404()

  4. APPPATH/controllers/category.php [ 34 ] » category->index(arguments)

  5. FCPATH/system/core/CodeIgniter.php [ 325 ] » category->_remap(arguments)

  6. FCPATH/index.php [ 217 ] » require_once(arguments)

Environment