Severity: Warning
Message: unlink(/tmp/ci_session365ef9ebfb09a505ca94c267c4400ab0fad83f55): Operation not permitted
Filename: drivers/Session_files_driver.php
Line Number: 393
Backtrace:
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 173
Function: _ci_load_library
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 192
Function: library
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 153
Function: libraries
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 65
Function: initialize
File: /home/pntbh/public_html/evakip/application/third_party/MX/Base.php
Line: 55
Function: __construct
File: /home/pntbh/public_html/evakip/application/third_party/MX/Base.php
Line: 60
Function: __construct
File: /home/pntbh/public_html/evakip/application/third_party/MX/Controller.php
Line: 4
Function: require
File: /home/pntbh/public_html/evakip/application/core/MY_Controller.php
Line: 7
Function: require
File: /home/pntbh/public_html/evakip/index.php
Line: 315
Function: require_once
Severity: Warning
Message: unlink(/tmp/ci_session31cb0afc03d647f7d18b8b845a7fbba5bc5ec45c): Operation not permitted
Filename: drivers/Session_files_driver.php
Line Number: 393
Backtrace:
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 173
Function: _ci_load_library
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 192
Function: library
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 153
Function: libraries
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 65
Function: initialize
File: /home/pntbh/public_html/evakip/application/third_party/MX/Base.php
Line: 55
Function: __construct
File: /home/pntbh/public_html/evakip/application/third_party/MX/Base.php
Line: 60
Function: __construct
File: /home/pntbh/public_html/evakip/application/third_party/MX/Controller.php
Line: 4
Function: require
File: /home/pntbh/public_html/evakip/application/core/MY_Controller.php
Line: 7
Function: require
File: /home/pntbh/public_html/evakip/index.php
Line: 315
Function: require_once
Severity: Warning
Message: unlink(/tmp/ci_session518569a3eef8f563714b2fdbce82b2da28e74e5c): Operation not permitted
Filename: drivers/Session_files_driver.php
Line Number: 393
Backtrace:
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 173
Function: _ci_load_library
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 192
Function: library
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 153
Function: libraries
File: /home/pntbh/public_html/evakip/application/third_party/MX/Loader.php
Line: 65
Function: initialize
File: /home/pntbh/public_html/evakip/application/third_party/MX/Base.php
Line: 55
Function: __construct
File: /home/pntbh/public_html/evakip/application/third_party/MX/Base.php
Line: 60
Function: __construct
File: /home/pntbh/public_html/evakip/application/third_party/MX/Controller.php
Line: 4
Function: require
File: /home/pntbh/public_html/evakip/application/core/MY_Controller.php
Line: 7
Function: require
File: /home/pntbh/public_html/evakip/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/pntbh/public_html/evakip/system/core/Exceptions.php:272)
Filename: core/Common.php
Line Number: 565
Backtrace:
File: /home/pntbh/public_html/evakip/application/modules/evakip/models/M_monev_sakip.php
Line: 777
Function: query
File: /home/pntbh/public_html/evakip/application/modules/evakip/controllers/Evaluasi.php
Line: 252
Function: getPerkaraTepatWaktu
File: /home/pntbh/public_html/evakip/index.php
Line: 315
Function: require_once
Error Number: 1305
FUNCTION pntbh_sipp.getWeekendDays does not exist
SELECT aa.klasifikasiPerkara, aa.namaalur, SUM(CASE WHEN aa.klasifikasiPerkara in ("1","2","3","4","5","7","8","18") THEN 1 ELSE 0 END) AS totalperkara, SUM(CASE WHEN IF(aa.klasifikasiPerkara IN (8),aa.umurperkara <= 25,aa.umurperkara/30 <= 5) THEN 1 ELSE 0 END) AS totaltepatwaktu, SUM(CASE WHEN IF(aa.klasifikasiPerkara IN (8),aa.umurperkara > 25,aa.umurperkara/30 > 5) THEN 1 ELSE 0 END) AS totaltidaktepatwaktu FROM (SELECT a.klasifikasiPerkara, e.nama as namaalur, IF(a.klasifikasiPerkara IN (1,2,3,4,5,7,18), IF(c.jenisHasilMediasi IS NULL, IF(d.tglCabut IS NULL, DATEDIFF(a.tglPutusan,b.tglSidangPertama), DATEDIFF(a.tglPutusan,a.tglPendaftaran) ), DATEDIFF(a.tglPutusan, c.tglLaporan) ), IF(a.klasifikasiPerkara IN (8),IF(b.tglSidangPertama IS NOT NULL,DATEDIFF(a.tglPutusan,b.tglSidangPertama),DATEDIFF(d.tglPutusan,a.tglPendaftaran)) - getWeekendDays(b.tglSidangPertama,a.tglPutusan) - getLiburNas(b.tglSidangPertama,a.tglPutusan), DATEDIFF(a.tglPutusan, a.tglPendaftaran)) ) AS umurperkara FROM dataumumweb a LEFT JOIN sidangpertamaweb b ON a.IDPerkara=b.IDPerkara LEFT JOIN mediasiweb c ON a.IDPerkara=c.IDPerkara LEFT JOIN perkaraputusanweb d ON a.IDPerkara=d.IDPerkara LEFT JOIN alurperkaraweb e on a.klasifikasiPerkara = e.id WHERE (LEFT(a.tglPutusan, 7) >= '2025-01' AND LEFT(a.tglPutusan, 7) <= '2025-05') AND a.klasifikasiPerkara in ("1","2","3","4","5","7","8","18") ) aa group by aa.klasifikasiPerkara ;
Filename: modules/evakip/models/M_monev_sakip.php
Line Number: 777