ErrorException [ Notice ]: Undefined index: id

FCPATH/application/controllers/tampil.php [ 576 ]

571         redirect('/upload/'.$tipe.'_'.$id.'.pdf');
572     }
573 
574     public function aduan_apresiasi_detail()
575     {
576         $id = $_GET['id'];
577         $tipe = $_GET['tipe'];
578 
579         $data = '';
580         if ($tipe === 'aduan') {
581             $rs = $this->basecrud_m->get_where('aduan', array('id' => $id));
  1. FCPATH/application/controllers/tampil.php [ 576 ] » MY_Exceptions::error_handler(arguments)

  2. {PHP internal call} » Tampil->aduan_apresiasi_detail()

  3. FCPATH/system/core/CodeIgniter.php [ 359 ] » call_user_func_array(arguments)

  4. FCPATH/index.php [ 203 ] » require_once(arguments)

Environment

ErrorException [ Notice ]: Undefined index: tipe

FCPATH/application/controllers/tampil.php [ 577 ]

572     }
573 
574     public function aduan_apresiasi_detail()
575     {
576         $id = $_GET['id'];
577         $tipe = $_GET['tipe'];
578 
579         $data = '';
580         if ($tipe === 'aduan') {
581             $rs = $this->basecrud_m->get_where('aduan', array('id' => $id));
582             if ($rs->num_rows() > 0) {
  1. FCPATH/application/controllers/tampil.php [ 577 ] » MY_Exceptions::error_handler(arguments)

  2. {PHP internal call} » Tampil->aduan_apresiasi_detail()

  3. FCPATH/system/core/CodeIgniter.php [ 359 ] » call_user_func_array(arguments)

  4. FCPATH/index.php [ 203 ] » require_once(arguments)

Environment

ErrorException [ Fatal Error ]: Error Number: 1146 / Table 'webdisdik.apresiasi' doesn't exist / SELECT * FROM (`apresiasi`) WHERE `id` IS NULL / Filename: /www/wwwroot/disdik.jambiprov.go.id/models/basecrud_m.php / Line Number: 47

[ 0 ]

  1. FCPATH/system/database/DB_driver.php [ 1197 ] » MY_Exceptions->show_error(arguments)

  2. FCPATH/system/database/DB_driver.php [ 330 ] » CI_DB_driver->display_error(arguments)

  3. FCPATH/system/database/DB_active_rec.php [ 1030 ] » CI_DB_driver->query(arguments)

  4. FCPATH/application/models/basecrud_m.php [ 47 ] » CI_DB_active_record->get_where(arguments)

  5. FCPATH/application/controllers/tampil.php [ 606 ] » Basecrud_m->get_where(arguments)

  6. {PHP internal call} » Tampil->aduan_apresiasi_detail()

  7. FCPATH/system/core/CodeIgniter.php [ 359 ] » call_user_func_array(arguments)

  8. FCPATH/index.php [ 203 ] » require_once(arguments)

Environment