Browse Source

update SOF to blnbyr

main
dfoso 1 year ago
parent
commit
ede9912812
  1. 143
      .env
  2. 2
      app/Controllers/Home.php
  3. 20
      app/Models/Mpemby.php
  4. 2
      app/Views/inc/js.php
  5. 34
      app/Views/ppm/dashboard.php
  6. 1
      writable/debugbar/debugbar_1709275962.195083.json
  7. 1
      writable/debugbar/debugbar_1709276003.014256.json
  8. 1
      writable/debugbar/debugbar_1709279229.539252.json
  9. 1
      writable/debugbar/debugbar_1709280432.360484.json
  10. 1
      writable/debugbar/debugbar_1709280737.076727.json
  11. 1
      writable/debugbar/debugbar_1709280800.861250.json
  12. 1
      writable/debugbar/debugbar_1709280830.149204.json
  13. 1
      writable/debugbar/debugbar_1709280861.357492.json
  14. 1
      writable/debugbar/debugbar_1709280906.410257.json
  15. 1
      writable/debugbar/debugbar_1709280932.076715.json
  16. 1
      writable/debugbar/debugbar_1709283685.797203.json
  17. 1
      writable/debugbar/debugbar_1709284206.418118.json
  18. 490
      writable/logs/log-2024-02-26.log
  19. 795
      writable/logs/log-2024-02-27.log
  20. 1108
      writable/logs/log-2024-02-28.log
  21. 499
      writable/logs/log-2024-02-29.log
  22. 113
      writable/logs/log-2024-03-01.log
  23. 1
      writable/session/ci_session0l6hve2h586mipacjqg8j6nd6tp83i6c
  24. 1
      writable/session/ci_session3jnqo2t2gkk5l1lpt8u47fpngf2pvmv1
  25. 1
      writable/session/ci_session64hc9sh48nrtta3j93d8697rgd1v3ls1
  26. 1
      writable/session/ci_session687tk5n267m9jnecfr3ne8uh0n5jilhm
  27. 1
      writable/session/ci_session7qc99v8i3pipoubd636vflejihmfmb23
  28. 1
      writable/session/ci_sessionamhpn2pr3pumiovfpdkdmkcmtrddlqq8
  29. 1
      writable/session/ci_sessionbcq52a88dkuvfad3f4igvaqlkn4708p2
  30. 1
      writable/session/ci_sessiondtut5g4i42fvpijme1k8ak1lpcbmuffd
  31. 1
      writable/session/ci_sessionek8ivpll1o64ieua1uf0635i3b5c9q5f
  32. 1
      writable/session/ci_sessionfaemkhe080dh8s2nuntb5orjbrvn1m83
  33. 1
      writable/session/ci_sessionhimmvb11rnkhv6fo3l21usgeannu755i
  34. 1
      writable/session/ci_sessionht1u7c5hnsgef44s1s9i4l28cuh5iac1
  35. 1
      writable/session/ci_sessionkjnvofpi2a1q2micrsg2uoat6q2ib5v5
  36. 1
      writable/session/ci_sessionlg23b5g1ev75dpvijfnjf8rs192pj42q
  37. 1
      writable/session/ci_sessionm8m9jvrna19b6ja11k9n71l7i52195ea
  38. 1
      writable/session/ci_sessionoasnc6b5g0vb7bq4rppu75crvlvrkjon
  39. 1
      writable/session/ci_sessionoh5khggip9evu95d7ojvahh3caoaqdfr
  40. 1
      writable/session/ci_sessionpk03fqng36ps2tkras7gm269qv7pc7qq
  41. 1
      writable/session/ci_sessionq6hse1mjf29h57rkknl32jil0btev8mt
  42. 1
      writable/session/ci_sessionqf4mkn3ofqf8moquuddr0fcqt99scrlm
  43. 1
      writable/session/ci_sessionrmk56vc08h33sd4f53f2na41o09j47ab
  44. 1
      writable/session/ci_sessionul4tobh1bpej2tgpjvjbi6rohdjnvtb6
  45. 11
      writable/session/index.html

143
.env

@ -0,0 +1,143 @@
#--------------------------------------------------------------------
# Example Environment Configuration file
#
# This file can be used as a starting point for your own
# custom .env files, and contains most of the possible settings
# available in a default install.
#
# By default, all of the settings are commented out. If you want
# to override the setting, you must un-comment it by removing the '#'
# at the beginning of the line.
#--------------------------------------------------------------------
#--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------
CI_ENVIRONMENT = development
#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------
# app.baseURL = ''
# If you have trouble with `.`, you could also use `_`.
# app_baseURL = ''
# app.forceGlobalSecureRequests = false
# app.CSPEnabled = false
#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------
# database.default.hostname = localhost
# database.default.database = ci4
# database.default.username = root
# database.default.password = root
# database.default.DBDriver = MySQLi
# database.default.DBPrefix =
# database.default.port = 3306
# database.tests.hostname = localhost
# database.tests.database = ci4_test
# database.tests.username = root
# database.tests.password = root
# database.tests.DBDriver = MySQLi
# database.tests.DBPrefix =
# database.tests.port = 3306
#--------------------------------------------------------------------
# CONTENT SECURITY POLICY
#--------------------------------------------------------------------
# contentsecuritypolicy.reportOnly = false
# contentsecuritypolicy.defaultSrc = 'none'
# contentsecuritypolicy.scriptSrc = 'self'
# contentsecuritypolicy.styleSrc = 'self'
# contentsecuritypolicy.imageSrc = 'self'
# contentsecuritypolicy.baseURI = null
# contentsecuritypolicy.childSrc = null
# contentsecuritypolicy.connectSrc = 'self'
# contentsecuritypolicy.fontSrc = null
# contentsecuritypolicy.formAction = null
# contentsecuritypolicy.frameAncestors = null
# contentsecuritypolicy.frameSrc = null
# contentsecuritypolicy.mediaSrc = null
# contentsecuritypolicy.objectSrc = null
# contentsecuritypolicy.pluginTypes = null
# contentsecuritypolicy.reportURI = null
# contentsecuritypolicy.sandbox = false
# contentsecuritypolicy.upgradeInsecureRequests = false
# contentsecuritypolicy.styleNonceTag = '{csp-style-nonce}'
# contentsecuritypolicy.scriptNonceTag = '{csp-script-nonce}'
# contentsecuritypolicy.autoNonce = true
#--------------------------------------------------------------------
# COOKIE
#--------------------------------------------------------------------
# cookie.prefix = ''
# cookie.expires = 0
# cookie.path = '/'
# cookie.domain = ''
# cookie.secure = false
# cookie.httponly = false
# cookie.samesite = 'Lax'
# cookie.raw = false
#--------------------------------------------------------------------
# ENCRYPTION
#--------------------------------------------------------------------
# encryption.key =
# encryption.driver = OpenSSL
# encryption.blockSize = 16
# encryption.digest = SHA512
#--------------------------------------------------------------------
# HONEYPOT
#--------------------------------------------------------------------
# honeypot.hidden = 'true'
# honeypot.label = 'Fill This Field'
# honeypot.name = 'honeypot'
# honeypot.template = '<label>{label}</label><input type="text" name="{name}" value=""/>'
# honeypot.container = '<div style="display:none">{template}</div>'
#--------------------------------------------------------------------
# SECURITY
#--------------------------------------------------------------------
# security.csrfProtection = 'cookie'
# security.tokenRandomize = false
# security.tokenName = 'csrf_token_name'
# security.headerName = 'X-CSRF-TOKEN'
# security.cookieName = 'csrf_cookie_name'
# security.expires = 7200
# security.regenerate = true
# security.redirect = false
# security.samesite = 'Lax'
#--------------------------------------------------------------------
# SESSION
#--------------------------------------------------------------------
# session.driver = 'CodeIgniter\Session\Handlers\FileHandler'
# session.cookieName = 'ci_session'
# session.expiration = 7200
# session.savePath = null
# session.matchIP = false
# session.timeToUpdate = 300
# session.regenerateDestroy = false
#--------------------------------------------------------------------
# LOGGER
#--------------------------------------------------------------------
# logger.threshold = 4
#--------------------------------------------------------------------
# CURLRequest
#--------------------------------------------------------------------
# curlrequest.shareOptions = false

2
app/Controllers/Home.php

@ -31,12 +31,14 @@ class Home extends BaseController
$param = array('tahun' => $tahun, 'bln' => $bulan);
$p['tahunx'] = $tahun;
$p['bulanx'] = $bulan;
$p['penerimaan'] = $model->getPenn($param)->getResult();
$p['updatex'] = $model->getUpd()->getFirstRow('array');
$p['perkategori'] = $model->getKat($param)->getResult();
$p['pie_penerimaan'] = $model->getPiePen($param)->getResult();
$p['paycomp'] = $model->paycompNas($param)->getResult();
$p['parsesof'] = $model->sofNas($param)->getResult();
$p['refbulan'] = $model->getBln();

20
app/Models/Mpemby.php

@ -37,10 +37,10 @@ class Mpemby extends Model
$bln = $param['bln'];
$query = $this->db->query("SELECT CASE WHEN KD_KATEGORI IS NULL THEN '-' ELSE KD_KATEGORI END KODE,
CASE WHEN KD_KATEGORI IS NULL THEN 'UNKNOWN' ELSE NM_KATEGORI END NMKAT,
SUM(CASE WHEN THNBYR = '" . $tahun . "' AND BLNBYR = '" . $bln . "' THEN WPBAYAR ELSE 0 END)WPBYRN,
SUM(CASE WHEN THNBYR = '" . $tahunl . "' AND BLNBYR = '" . $bln . "' THEN WPBAYAR ELSE 0 END)WPBYRP,
SUM(CASE WHEN THNBYR = '" . $tahun . "' AND BLNBYR = '" . $bln . "' THEN ROUND(TOTAL) ELSE 0 END) KPENN,
SUM(CASE WHEN THNBYR = '" . $tahunl . "' AND BLNBYR = '" . $bln . "' THEN ROUND(TOTAL) ELSE 0 END) KPENP
SUM(CASE WHEN THNBYR = '" . $tahun . "' AND BLNBYR <= '" . $bln . "' THEN WPBAYAR ELSE 0 END)WPBYRN,
SUM(CASE WHEN THNBYR = '" . $tahunl . "' AND BLNBYR <= '" . $bln . "' THEN WPBAYAR ELSE 0 END)WPBYRP,
SUM(CASE WHEN THNBYR = '" . $tahun . "' AND BLNBYR <= '" . $bln . "' THEN ROUND(TOTAL) ELSE 0 END) KPENN,
SUM(CASE WHEN THNBYR = '" . $tahunl . "' AND BLNBYR <= '" . $bln . "' THEN ROUND(TOTAL) ELSE 0 END) KPENP
FROM PERKATEGORI_MV
GROUP BY KD_KATEGORI,NM_KATEGORI
ORDER BY KD_KATEGORI ASC
@ -71,6 +71,7 @@ class Mpemby extends Model
{
$tahun = $param['tahun'];
$tahunl = $tahun - 1;
$bln = $param['bulan'];
$query = $this->db->query("SELECT A.JMLBULAN, A.JUMLAHWP,B.JUMLAHWP JUMLAHWPP FROM
(SELECT TO_NUMBER(BLNBYR) JMLBULAN,JUMLAHWP FROM PAYCOMPNAS
WHERE THNBYR = '" . $tahun . "') A,
@ -84,11 +85,18 @@ class Mpemby extends Model
function sofNas($param)
{
$tahun = $param['tahun'];
$query = $this->db->query("SELECT LAPISAN,WPBYR,TOTAL,
$query = $this->db->query("SELECT LAPISAN,SUM(WPBYR) WPBYR,SUM(TOTAL) TOTAL,
(SELECT SUM(WPBYR) FROM SOFNAS WHERE THNBYR = '" . $tahun . "') TOTWPBYR,
(SELECT SUM(TOTAL) FROM SOFNAS WHERE THNBYR = '" . $tahun . "') TOTALL
FROM (
SELECT LAPISAN,TO_NUMBER(WPBYR) WPBYR,ROUND(TOTAL) TOTAL FROM SOFNAS WHERE THNBYR = '" . $tahun . "')");
SELECT LAPISAN,TO_NUMBER(WPBYR) WPBYR,ROUND(TOTAL) TOTAL FROM SOFNAS WHERE THNBYR = '" . $tahun . "') GROUP BY LAPISAN ORDER BY LAPISAN ASC");
return $query;
}
function getBln()
{
$builder = $this->db->table('BULAN');
$builder->select('*');
return $builder->get()->getResult();
}
}

2
app/Views/inc/js.php

@ -18,7 +18,7 @@
<script src="https://code.highcharts.com/modules/accessibility.js"></script>
<script src="<?= base_url('public/theme/js/tables.js') ?>"></script>
<!-- <script src="<?= base_url('public/theme/js/widgets.js') ?>"></script> -->
<script src="<?= base_url('public/theme/dist/js/theme.min.js') ?>"></script>
<script src="<?= base_url('public/theme/dist/js/theme.js') ?>"></script>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>

34
app/Views/ppm/dashboard.php

@ -94,7 +94,10 @@ foreach ($paycomp as $rowp) {
}
$datapaycomp = $datapaycomp . "]";
$tahun2 = date('Y');
$rentang_tahun = range($tahun2, 2022);
$hariini = date('d-m-y');
?>
@ -106,9 +109,30 @@ $datapaycomp = $datapaycomp . "]";
<form class="form-inline" action="<?php base_url('Home/index') ?>" method="post">
<label class="my-1 mr-2">Tahun :</label>
<select class="custom-select my-1 mr-sm-2" id="tahun" name="tahun">
<option selected>Pilih</option>
<option value="2024">2024</option>
<option value="2023">2023</option>
<?
foreach ($rentang_tahun as $tahun) {
if ($tahun == $tahunx) {
$sel = "selected";
} else {
$sel = "";
}
echo "<option value=\"" . $tahun . "\" " . $sel . ">" . $tahun . "</option>";
}
?>
</select>
<label class="my-1 mr-2">s.d. Bulan :</label>
<select class="custom-select my-1 mr-sm-2" id="bulan" name="bulan">
<?php
foreach ($refbulan as $rowb) {
if ($rowb->KODE == $bulanx) {
$isSelected = ' selected="selected"';
} else {
$isSelected = '';
}
echo "<option value='" . $rowb->KODE . "'" . $isSelected . ">" . ucfirst(strtolower($rowb->NM_PANJANG)) . "</option>";
}
?>
</select>
<button type="submit" class="btn btn-primary my-1">Proses</button>
@ -171,7 +195,7 @@ $datapaycomp = $datapaycomp . "]";
<small class="text-small mt-10 d-block">Selisih <?= number_format($selisih, 0, ',', '.') ?></small>
</div>
<div class="progress progress-sm">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="31" aria-valuemin="0" aria-valuemax="100" style="width: 31%;"></div>
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="<?= ($selisih / $penpast) * 100 ?>" aria-valuemin="0" aria-valuemax="100" style="width: <?= ($selisih / $penpast) * 100 ?>%;"></div>
</div>
</div>
</div>
@ -190,7 +214,7 @@ $datapaycomp = $datapaycomp . "]";
<small class="text-small mt-10 d-block">update <?= $updatex['UPD'] ?></small>
</div>
<div class="progress progress-sm">
<div class="progress-bar bg-info" role="progressbar" aria-valuenow="<?= idate('d') ?>" aria-valuemin="1" aria-valuemax="<?= idate('t') ?>" style="width: <?= idate('t') / idate('d') * 100 ?>%;"></div>
<div class="progress-bar bg-info" role="progressbar" aria-valuenow="<?= idate('d') ?>" aria-valuemin="1" aria-valuemax="<?= date('t', strtotime($hariini)) ?>" style="width: <?= idate('d') / date('t', strtotime($hariini)) * 100 ?>%;"></div>
</div>
</div>
</div>

1
writable/debugbar/debugbar_1709275962.195083.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709276003.014256.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709279229.539252.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709280432.360484.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709280737.076727.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709280800.861250.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709280830.149204.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709280861.357492.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709280906.410257.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709280932.076715.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709283685.797203.json

File diff suppressed because one or more lines are too long

1
writable/debugbar/debugbar_1709284206.418118.json

File diff suppressed because one or more lines are too long

490
writable/logs/log-2024-02-26.log

@ -0,0 +1,490 @@
CRITICAL - 2024-02-26 11:24:03 --> ErrorException: Undefined variable: penn
in APPPATH\Views\ppm\dashboard.php on line 6.
1 APPPATH\Views\ppm\dashboard.php(6): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined variable: penn', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 6, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(27): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 11:24:03 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
Undefined variable: penn
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(6): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined varia...', 'C:\\xampp\\htdocs...', 6, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(27): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-26 11:57:57 --> ErrorException: Undefined property: stdClass::$RENPEN
in APPPATH\Views\ppm\dashboard.php on line 3.
1 APPPATH\Views\ppm\dashboard.php(3): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined property: stdClass::$RENPEN', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 3, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(28): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 11:57:57 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
Undefined property: stdClass::$RENPEN
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(3): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined prope...', 'C:\\xampp\\htdocs...', 3, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(28): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-26 11:59:27 --> ErrorException: Undefined variable: tgt
in APPPATH\Views\ppm\dashboard.php on line 3.
1 APPPATH\Views\ppm\dashboard.php(3): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined variable: tgt', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 3, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(28): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 11:59:27 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
Undefined variable: tgt
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(3): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined varia...', 'C:\\xampp\\htdocs...', 3, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(28): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-26 12:39:44 --> Error: Object of class stdClass could not be converted to string
in APPPATH\Views\ppm\dashboard.php on line 89.
1 SYSTEMPATH\View\View.php(228): include()
2 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
3 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
4 APPPATH\Controllers\Home.php(29): view('ppm/dashboard', [...])
5 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
6 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
7 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
8 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 12:39:44 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(Error), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(Error), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(Error))
#5 {main}
thrown
【Previous Exception】
Error
Object of class stdClass could not be converted to string
#0 C:\xampp\htdocs\engineN\system\View\View.php(228): include()
#1 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#2 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#3 C:\xampp\htdocs\engineN\app\Controllers\Home.php(29): view('ppm/dashboard', Array)
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#7 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#8 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-26 12:40:31 --> Error: Cannot use object of type stdClass as array
in APPPATH\Views\ppm\dashboard.php on line 89.
1 SYSTEMPATH\View\View.php(228): include()
2 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
3 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
4 APPPATH\Controllers\Home.php(29): view('ppm/dashboard', [...])
5 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
6 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
7 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
8 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 12:40:31 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(Error), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(Error), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(Error))
#5 {main}
thrown
【Previous Exception】
Error
Cannot use object of type stdClass as array
#0 C:\xampp\htdocs\engineN\system\View\View.php(228): include()
#1 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#2 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#3 C:\xampp\htdocs\engineN\app\Controllers\Home.php(29): view('ppm/dashboard', Array)
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#7 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#8 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-26 12:43:15 --> Error: Cannot use object of type stdClass as array
in APPPATH\Views\ppm\dashboard.php on line 89.
1 SYSTEMPATH\View\View.php(228): include()
2 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
3 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
4 APPPATH\Controllers\Home.php(29): view('ppm/dashboard', [...])
5 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
6 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
7 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
8 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 12:43:15 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(Error), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(Error), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(Error))
#5 {main}
thrown
【Previous Exception】
Error
Cannot use object of type stdClass as array
#0 C:\xampp\htdocs\engineN\system\View\View.php(228): include()
#1 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#2 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#3 C:\xampp\htdocs\engineN\app\Controllers\Home.php(29): view('ppm/dashboard', Array)
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#7 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#8 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-26 12:54:27 --> ErrorException: Undefined variable: session
in APPPATH\Views\inc\navbar.php on line 19.
1 APPPATH\Views\inc\navbar.php(19): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined variable: session', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\inc\\navbar.php', 19, [])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\inc\\navbar.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('inc/navbar', [], true)
5 APPPATH\Controllers\Home.php(27): view('inc/navbar')
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 12:54:27 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
Undefined variable: session
#0 C:\xampp\htdocs\engineN\app\Views\inc\navbar.php(19): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined varia...', 'C:\\xampp\\htdocs...', 19, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('inc/navbar', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(27): view('inc/navbar')
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
ERROR - 2024-02-26 14:25:48 --> Error connecting to the database: ErrorException: oci_connect(): ORA-12170: TNS:Connect timeout occurred in C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php:129
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_connect(): ...', 'C:\\xampp\\htdocs...', 129, Array)
#1 C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php(129): oci_connect('genapp', 'GENAPPSIM', 'dfoso.id:1251/S...', 'utf8')
#2 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(392): CodeIgniter\Database\OCI8\Connection->connect(false)
#3 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
#4 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWI...')
#5 C:\xampp\htdocs\engineN\app\Controllers\Home.php(23): App\Models\Mpemby->getPenn(Array)
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#8 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#9 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#10 {main}
CRITICAL - 2024-02-26 14:25:48 --> CodeIgniter\Database\Exceptions\DatabaseException: Unable to connect to the database.
Main connection [oci8]: oci_connect(): ORA-12170: TNS:Connect timeout occurred
in SYSTEMPATH\Database\BaseConnection.php on line 428.
1 SYSTEMPATH\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
2 APPPATH\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWIL, TARGET, SUM(PENERIMAAN_BERJALAN) PENB, SUM(PENERIMAAN_LALU) PENL,
(SUM(PENERIMAAN_BERJALAN)/TARGET)*100 PENCAPAIAN, ((SUM(PENERIMAAN_BERJALAN)-SUM(PENERIMAAN_LALU))/SUM(PENERIMAAN_LALU))*100 PERTUMBUHAN
FROM KINERJA_PENERIMAAN
WHERE THN_KINERJA = \'2024\' AND TO_NUMBER(BLN_KINERJA)
BETWEEN TO_NUMBER(\'01\') AND TO_NUMBER(\'02\') GROUP BY NM_KANWIL, TARGET')
3 APPPATH\Controllers\Home.php(23): App\Models\Mpemby->getPenn([...])
4 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
5 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
6 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
7 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 14:25:48 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(CodeIgniter\Database\Exceptions\DatabaseException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(CodeIgniter\Database\Exceptions\DatabaseException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 8)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(CodeIgniter\Database\Exceptions\DatabaseException))
#5 {main}
thrown
【Previous Exception】
CodeIgniter\Database\Exceptions\DatabaseException
Unable to connect to the database.
Main connection [oci8]: oci_connect(): ORA-12170: TNS:Connect timeout occurred
#0 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
#1 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWI...')
#2 C:\xampp\htdocs\engineN\app\Controllers\Home.php(23): App\Models\Mpemby->getPenn(Array)
#3 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#6 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#7 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
ERROR - 2024-02-26 16:37:48 --> Error connecting to the database: ErrorException: oci_connect(): ORA-12170: TNS:Connect timeout occurred in C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php:129
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_connect(): ...', 'C:\\xampp\\htdocs...', 129, Array)
#1 C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php(129): oci_connect('genapp', 'GENAPPSIM', 'dfoso.id:1251/S...', 'utf8')
#2 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(392): CodeIgniter\Database\OCI8\Connection->connect(false)
#3 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
#4 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWI...')
#5 C:\xampp\htdocs\engineN\app\Controllers\Home.php(23): App\Models\Mpemby->getPenn(Array)
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#8 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#9 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#10 {main}
CRITICAL - 2024-02-26 16:37:48 --> CodeIgniter\Database\Exceptions\DatabaseException: Unable to connect to the database.
Main connection [oci8]: oci_connect(): ORA-12170: TNS:Connect timeout occurred
in SYSTEMPATH\Database\BaseConnection.php on line 428.
1 SYSTEMPATH\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
2 APPPATH\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWIL, TARGET, SUM(PENERIMAAN_BERJALAN) PENB, SUM(PENERIMAAN_LALU) PENL,
(SUM(PENERIMAAN_BERJALAN)/TARGET)*100 PENCAPAIAN, ((SUM(PENERIMAAN_BERJALAN)-SUM(PENERIMAAN_LALU))/SUM(PENERIMAAN_LALU))*100 PERTUMBUHAN
FROM KINERJA_PENERIMAAN
WHERE THN_KINERJA = \'2024\' AND TO_NUMBER(BLN_KINERJA)
BETWEEN TO_NUMBER(\'01\') AND TO_NUMBER(\'02\') GROUP BY NM_KANWIL, TARGET')
3 APPPATH\Controllers\Home.php(23): App\Models\Mpemby->getPenn([...])
4 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
5 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
6 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
7 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 16:37:49 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(CodeIgniter\Database\Exceptions\DatabaseException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(CodeIgniter\Database\Exceptions\DatabaseException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 8)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(CodeIgniter\Database\Exceptions\DatabaseException))
#5 {main}
thrown
【Previous Exception】
CodeIgniter\Database\Exceptions\DatabaseException
Unable to connect to the database.
Main connection [oci8]: oci_connect(): ORA-12170: TNS:Connect timeout occurred
#0 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
#1 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWI...')
#2 C:\xampp\htdocs\engineN\app\Controllers\Home.php(23): App\Models\Mpemby->getPenn(Array)
#3 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#6 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#7 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
ERROR - 2024-02-26 16:39:11 --> Error connecting to the database: ErrorException: oci_connect(): ORA-12170: TNS:Connect timeout occurred in C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php:129
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_connect(): ...', 'C:\\xampp\\htdocs...', 129, Array)
#1 C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php(129): oci_connect('genapp', 'GENAPPSIM', 'dfoso.id:1251/S...', 'utf8')
#2 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(392): CodeIgniter\Database\OCI8\Connection->connect(false)
#3 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
#4 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWI...')
#5 C:\xampp\htdocs\engineN\app\Controllers\Home.php(23): App\Models\Mpemby->getPenn(Array)
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#8 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#9 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#10 {main}
CRITICAL - 2024-02-26 16:39:11 --> CodeIgniter\Database\Exceptions\DatabaseException: Unable to connect to the database.
Main connection [oci8]: oci_connect(): ORA-12170: TNS:Connect timeout occurred
in SYSTEMPATH\Database\BaseConnection.php on line 428.
1 SYSTEMPATH\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
2 APPPATH\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWIL, TARGET, SUM(PENERIMAAN_BERJALAN) PENB, SUM(PENERIMAAN_LALU) PENL,
(SUM(PENERIMAAN_BERJALAN)/TARGET)*100 PENCAPAIAN, ((SUM(PENERIMAAN_BERJALAN)-SUM(PENERIMAAN_LALU))/SUM(PENERIMAAN_LALU))*100 PERTUMBUHAN
FROM KINERJA_PENERIMAAN
WHERE THN_KINERJA = \'2024\' AND TO_NUMBER(BLN_KINERJA)
BETWEEN TO_NUMBER(\'01\') AND TO_NUMBER(\'02\') GROUP BY NM_KANWIL, TARGET')
3 APPPATH\Controllers\Home.php(23): App\Models\Mpemby->getPenn([...])
4 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
5 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
6 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
7 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 16:39:11 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(CodeIgniter\Database\Exceptions\DatabaseException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(CodeIgniter\Database\Exceptions\DatabaseException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 8)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(CodeIgniter\Database\Exceptions\DatabaseException))
#5 {main}
thrown
【Previous Exception】
CodeIgniter\Database\Exceptions\DatabaseException
Unable to connect to the database.
Main connection [oci8]: oci_connect(): ORA-12170: TNS:Connect timeout occurred
#0 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
#1 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWI...')
#2 C:\xampp\htdocs\engineN\app\Controllers\Home.php(23): App\Models\Mpemby->getPenn(Array)
#3 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#6 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#7 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
ERROR - 2024-02-26 16:40:07 --> Error connecting to the database: ErrorException: oci_connect(): ORA-12170: TNS:Connect timeout occurred in C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php:129
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_connect(): ...', 'C:\\xampp\\htdocs...', 129, Array)
#1 C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php(129): oci_connect('genapp', 'GENAPPSIM', 'dfoso.id:1251/S...', 'utf8')
#2 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(392): CodeIgniter\Database\OCI8\Connection->connect(false)
#3 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
#4 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWI...')
#5 C:\xampp\htdocs\engineN\app\Controllers\Home.php(23): App\Models\Mpemby->getPenn(Array)
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#8 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#9 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#10 {main}
CRITICAL - 2024-02-26 16:40:07 --> CodeIgniter\Database\Exceptions\DatabaseException: Unable to connect to the database.
Main connection [oci8]: oci_connect(): ORA-12170: TNS:Connect timeout occurred
in SYSTEMPATH\Database\BaseConnection.php on line 428.
1 SYSTEMPATH\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
2 APPPATH\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWIL, TARGET, SUM(PENERIMAAN_BERJALAN) PENB, SUM(PENERIMAAN_LALU) PENL,
(SUM(PENERIMAAN_BERJALAN)/TARGET)*100 PENCAPAIAN, ((SUM(PENERIMAAN_BERJALAN)-SUM(PENERIMAAN_LALU))/SUM(PENERIMAAN_LALU))*100 PERTUMBUHAN
FROM KINERJA_PENERIMAAN
WHERE THN_KINERJA = \'2024\' AND TO_NUMBER(BLN_KINERJA)
BETWEEN TO_NUMBER(\'01\') AND TO_NUMBER(\'02\') GROUP BY NM_KANWIL, TARGET')
3 APPPATH\Controllers\Home.php(23): App\Models\Mpemby->getPenn([...])
4 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
5 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
6 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
7 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 16:40:07 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(CodeIgniter\Database\Exceptions\DatabaseException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(CodeIgniter\Database\Exceptions\DatabaseException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 8)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(CodeIgniter\Database\Exceptions\DatabaseException))
#5 {main}
thrown
【Previous Exception】
CodeIgniter\Database\Exceptions\DatabaseException
Unable to connect to the database.
Main connection [oci8]: oci_connect(): ORA-12170: TNS:Connect timeout occurred
#0 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
#1 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(19): CodeIgniter\Database\BaseConnection->query('SELECT NM_KANWI...')
#2 C:\xampp\htdocs\engineN\app\Controllers\Home.php(23): App\Models\Mpemby->getPenn(Array)
#3 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#6 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#7 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
ERROR - 2024-02-26 17:03:19 --> Error connecting to the database: ErrorException: oci_connect(): ORA-12170: TNS:Connect timeout occurred in C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php:129
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_connect(): ...', 'C:\\xampp\\htdocs...', 129, Array)
#1 C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php(129): oci_connect('genapp', 'GENAPPSIM', 'dfoso.id:1251/S...', 'utf8')
#2 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(392): CodeIgniter\Database\OCI8\Connection->connect(false)
#3 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
#4 C:\xampp\htdocs\engineN\system\Database\BaseBuilder.php(1616): CodeIgniter\Database\BaseConnection->query('SELECT *\nFROM "...', Array, false)
#5 C:\xampp\htdocs\engineN\app\Models\Mauth.php(15): CodeIgniter\Database\BaseBuilder->get()
#6 C:\xampp\htdocs\engineN\app\Controllers\Auth.php(23): App\Models\Mauth->cekuser(Array)
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->login()
#8 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#9 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#10 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#11 {main}
CRITICAL - 2024-02-26 17:03:19 --> CodeIgniter\Database\Exceptions\DatabaseException: Unable to connect to the database.
Main connection [oci8]: oci_connect(): ORA-12170: TNS:Connect timeout occurred
in SYSTEMPATH\Database\BaseConnection.php on line 428.
1 SYSTEMPATH\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
2 SYSTEMPATH\Database\BaseBuilder.php(1616): CodeIgniter\Database\BaseConnection->query('SELECT *
FROM "PEGAWAI"
WHERE "NIP9" = :NIP9:', [...], false)
3 APPPATH\Models\Mauth.php(15): CodeIgniter\Database\BaseBuilder->get()
4 APPPATH\Controllers\Auth.php(23): App\Models\Mauth->cekuser([...])
5 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Auth->login()
6 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
7 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
8 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-26 17:03:19 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(CodeIgniter\Database\Exceptions\DatabaseException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(CodeIgniter\Database\Exceptions\DatabaseException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 8)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(CodeIgniter\Database\Exceptions\DatabaseException))
#5 {main}
thrown
【Previous Exception】
CodeIgniter\Database\Exceptions\DatabaseException
Unable to connect to the database.
Main connection [oci8]: oci_connect(): ORA-12170: TNS:Connect timeout occurred
#0 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(575): CodeIgniter\Database\BaseConnection->initialize()
#1 C:\xampp\htdocs\engineN\system\Database\BaseBuilder.php(1616): CodeIgniter\Database\BaseConnection->query('SELECT *\nFROM "...', Array, false)
#2 C:\xampp\htdocs\engineN\app\Models\Mauth.php(15): CodeIgniter\Database\BaseBuilder->get()
#3 C:\xampp\htdocs\engineN\app\Controllers\Auth.php(23): App\Models\Mauth->cekuser(Array)
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->login()
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#7 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#8 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()

795
writable/logs/log-2024-02-27.log

@ -0,0 +1,795 @@
CRITICAL - 2024-02-27 12:20:02 --> ErrorException: A non well formed numeric value encountered
in APPPATH\Views\ppm\dashboard.php on line 532.
1 APPPATH\Views\ppm\dashboard.php(532): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well formed numeric value encountered', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 532, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(30): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:20:02 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
A non well formed numeric value encountered
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(532): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well form...', 'C:\\xampp\\htdocs...', 532, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-27 12:22:57 --> ErrorException: Trying to get property 'KPENN' of non-object
in APPPATH\Views\ppm\dashboard.php on line 532.
1 APPPATH\Views\ppm\dashboard.php(532): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Trying to get property \'KPENN\' of non-object', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 532, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(30): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:22:57 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
Trying to get property 'KPENN' of non-object
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(532): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Trying to get p...', 'C:\\xampp\\htdocs...', 532, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-27 12:28:08 --> ErrorException: A non well formed numeric value encountered
in APPPATH\Views\ppm\dashboard.php on line 532.
1 APPPATH\Views\ppm\dashboard.php(532): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well formed numeric value encountered', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 532, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(30): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:28:08 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
A non well formed numeric value encountered
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(532): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well form...', 'C:\\xampp\\htdocs...', 532, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-27 12:29:06 --> ErrorException: A non well formed numeric value encountered
in APPPATH\Views\ppm\dashboard.php on line 532.
1 APPPATH\Views\ppm\dashboard.php(532): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well formed numeric value encountered', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 532, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(30): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:29:06 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
A non well formed numeric value encountered
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(532): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well form...', 'C:\\xampp\\htdocs...', 532, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
ERROR - 2024-02-27 12:37:56 --> ErrorException: oci_execute(): ORA-00920: invalid relational operator in C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php:199
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_execute(): ...', 'C:\\xampp\\htdocs...', 199, Array)
#1 C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php(199): oci_execute(Resource id #155, 32)
#2 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT CASE WHE...')
#3 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT CASE WHE...')
#4 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(40): CodeIgniter\Database\BaseConnection->query('SELECT CASE WHE...')
#5 C:\xampp\htdocs\engineN\app\Controllers\Home.php(25): App\Models\Mpemby->getKat(Array)
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#8 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#9 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#10 {main}
CRITICAL - 2024-02-27 12:37:56 --> CodeIgniter\Database\Exceptions\DatabaseException: oci_execute(): ORA-00920: invalid relational operator
in SYSTEMPATH\Database\BaseConnection.php on line 647.
1 APPPATH\Models\Mpemby.php(40): CodeIgniter\Database\BaseConnection->query('SELECT CASE WHEN NULL THEN \'-\' ELSE KD_KATEGORI AS KODE,
CASE WHEN NULL THEN \'UNKNOWN\' ELSE NM_KATEGORI AS NMKAT,
SUM(CASE WHEN THNBYR = \'2024\' THEN TOTAL ELSE 0 END) KPENN,
SUM(CASE WHEN THNBYR = \'2023\' THEN TOTAL ELSE 0 END) KPENP
FROM PERKATEGORI_MV
GROUP BY KD_KATEGORI,NM_KATEGORI
ORDER BY KD_KATEGORI ASC
')
2 APPPATH\Controllers\Home.php(25): App\Models\Mpemby->getKat([...])
3 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
4 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
5 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
6 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:37:56 --> [Caused by] CodeIgniter\Database\Exceptions\DatabaseException: oci_execute(): ORA-00920: invalid relational operator
in SYSTEMPATH\Database\OCI8\Connection.php on line 211.
1 SYSTEMPATH\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT CASE WHEN NULL THEN \'-\' ELSE KD_KATEGORI AS KODE,
CASE WHEN NULL THEN \'UNKNOWN\' ELSE NM_KATEGORI AS NMKAT,
SUM(CASE WHEN THNBYR = \'2024\' THEN TOTAL ELSE 0 END) KPENN,
SUM(CASE WHEN THNBYR = \'2023\' THEN TOTAL ELSE 0 END) KPENP
FROM PERKATEGORI_MV
GROUP BY KD_KATEGORI,NM_KATEGORI
ORDER BY KD_KATEGORI ASC
')
2 SYSTEMPATH\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT CASE WHEN NULL THEN \'-\' ELSE KD_KATEGORI AS KODE,
CASE WHEN NULL THEN \'UNKNOWN\' ELSE NM_KATEGORI AS NMKAT,
SUM(CASE WHEN THNBYR = \'2024\' THEN TOTAL ELSE 0 END) KPENN,
SUM(CASE WHEN THNBYR = \'2023\' THEN TOTAL ELSE 0 END) KPENP
FROM PERKATEGORI_MV
GROUP BY KD_KATEGORI,NM_KATEGORI
ORDER BY KD_KATEGORI ASC
')
3 APPPATH\Models\Mpemby.php(40): CodeIgniter\Database\BaseConnection->query('SELECT CASE WHEN NULL THEN \'-\' ELSE KD_KATEGORI AS KODE,
CASE WHEN NULL THEN \'UNKNOWN\' ELSE NM_KATEGORI AS NMKAT,
SUM(CASE WHEN THNBYR = \'2024\' THEN TOTAL ELSE 0 END) KPENN,
SUM(CASE WHEN THNBYR = \'2023\' THEN TOTAL ELSE 0 END) KPENP
FROM PERKATEGORI_MV
GROUP BY KD_KATEGORI,NM_KATEGORI
ORDER BY KD_KATEGORI ASC
')
4 APPPATH\Controllers\Home.php(25): App\Models\Mpemby->getKat([...])
5 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
6 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
7 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
8 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:37:56 --> [Caused by] ErrorException: oci_execute(): ORA-00920: invalid relational operator
in SYSTEMPATH\Database\OCI8\Connection.php on line 199.
1 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_execute(): ORA-00920: invalid relational operator', 'C:\\xampp\\htdocs\\engineN\\system\\Database\\OCI8\\Connection.php', 199, [...])
2 SYSTEMPATH\Database\OCI8\Connection.php(199): oci_execute(resource (oci8 statement), 32)
3 SYSTEMPATH\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT CASE WHEN NULL THEN \'-\' ELSE KD_KATEGORI AS KODE,
CASE WHEN NULL THEN \'UNKNOWN\' ELSE NM_KATEGORI AS NMKAT,
SUM(CASE WHEN THNBYR = \'2024\' THEN TOTAL ELSE 0 END) KPENN,
SUM(CASE WHEN THNBYR = \'2023\' THEN TOTAL ELSE 0 END) KPENP
FROM PERKATEGORI_MV
GROUP BY KD_KATEGORI,NM_KATEGORI
ORDER BY KD_KATEGORI ASC
')
4 SYSTEMPATH\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT CASE WHEN NULL THEN \'-\' ELSE KD_KATEGORI AS KODE,
CASE WHEN NULL THEN \'UNKNOWN\' ELSE NM_KATEGORI AS NMKAT,
SUM(CASE WHEN THNBYR = \'2024\' THEN TOTAL ELSE 0 END) KPENN,
SUM(CASE WHEN THNBYR = \'2023\' THEN TOTAL ELSE 0 END) KPENP
FROM PERKATEGORI_MV
GROUP BY KD_KATEGORI,NM_KATEGORI
ORDER BY KD_KATEGORI ASC
')
5 APPPATH\Models\Mpemby.php(40): CodeIgniter\Database\BaseConnection->query('SELECT CASE WHEN NULL THEN \'-\' ELSE KD_KATEGORI AS KODE,
CASE WHEN NULL THEN \'UNKNOWN\' ELSE NM_KATEGORI AS NMKAT,
SUM(CASE WHEN THNBYR = \'2024\' THEN TOTAL ELSE 0 END) KPENN,
SUM(CASE WHEN THNBYR = \'2023\' THEN TOTAL ELSE 0 END) KPENP
FROM PERKATEGORI_MV
GROUP BY KD_KATEGORI,NM_KATEGORI
ORDER BY KD_KATEGORI ASC
')
6 APPPATH\Controllers\Home.php(25): App\Models\Mpemby->getKat([...])
7 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
8 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
9 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
10 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:37:56 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(CodeIgniter\Database\Exceptions\DatabaseException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(CodeIgniter\Database\Exceptions\DatabaseException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 8)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(CodeIgniter\Database\Exceptions\DatabaseException))
#5 {main}
thrown
【Previous Exception】
CodeIgniter\Database\Exceptions\DatabaseException
oci_execute(): ORA-00920: invalid relational operator
#0 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(40): CodeIgniter\Database\BaseConnection->query('SELECT CASE WHE...')
#1 C:\xampp\htdocs\engineN\app\Controllers\Home.php(25): App\Models\Mpemby->getKat(Array)
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#3 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#5 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#6 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-27 12:53:45 --> ErrorException: A non well formed numeric value encountered
in APPPATH\Views\ppm\dashboard.php on line 460.
1 APPPATH\Views\ppm\dashboard.php(460): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well formed numeric value encountered', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 460, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(30): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:53:45 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
A non well formed numeric value encountered
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(460): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well form...', 'C:\\xampp\\htdocs...', 460, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-27 12:54:16 --> ErrorException: A non well formed numeric value encountered
in APPPATH\Views\ppm\dashboard.php on line 460.
1 APPPATH\Views\ppm\dashboard.php(460): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well formed numeric value encountered', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 460, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(30): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:54:16 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
A non well formed numeric value encountered
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(460): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well form...', 'C:\\xampp\\htdocs...', 460, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-27 12:55:53 --> ErrorException: A non well formed numeric value encountered
in APPPATH\Views\ppm\dashboard.php on line 460.
1 APPPATH\Views\ppm\dashboard.php(460): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well formed numeric value encountered', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 460, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(30): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:55:53 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
A non well formed numeric value encountered
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(460): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well form...', 'C:\\xampp\\htdocs...', 460, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-27 12:57:10 --> ErrorException: A non well formed numeric value encountered
in APPPATH\Views\ppm\dashboard.php on line 460.
1 APPPATH\Views\ppm\dashboard.php(460): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well formed numeric value encountered', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 460, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(30): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 12:57:10 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
A non well formed numeric value encountered
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(460): CodeIgniter\Debug\Exceptions->errorHandler(8, 'A non well form...', 'C:\\xampp\\htdocs...', 460, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-27 14:00:49 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:02:45 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:03:45 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:05:28 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:07:23 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:08:59 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:09:47 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:29:55 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:40:56 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:44:18 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:47:29 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 14:49:52 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:27:39 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:27:42 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:27:42 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:27:44 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-02-27 15:27:49 --> ArgumentCountError: Too few arguments to function App\Controllers\Auth::ldap_auth(), 0 passed in C:\xampp\htdocs\engineN\system\CodeIgniter.php on line 941 and exactly 2 expected
in APPPATH\Controllers\Auth.php on line 49.
1 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
2 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
3 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
4 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 15:27:49 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ArgumentCountError), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ArgumentCountError), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ArgumentCountError))
#5 {main}
thrown
【Previous Exception】
ArgumentCountError
Too few arguments to function App\Controllers\Auth::ldap_auth(), 0 passed in C:\xampp\htdocs\engineN\system\CodeIgniter.php on line 941 and exactly 2 expected
#0 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
#1 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#3 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#4 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-27 15:28:56 --> ArgumentCountError: Too few arguments to function App\Controllers\Auth::ldap_auth(), 0 passed in C:\xampp\htdocs\engineN\system\CodeIgniter.php on line 941 and exactly 2 expected
in APPPATH\Controllers\Auth.php on line 49.
1 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
2 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
3 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
4 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 15:28:56 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ArgumentCountError), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ArgumentCountError), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ArgumentCountError))
#5 {main}
thrown
【Previous Exception】
ArgumentCountError
Too few arguments to function App\Controllers\Auth::ldap_auth(), 0 passed in C:\xampp\htdocs\engineN\system\CodeIgniter.php on line 941 and exactly 2 expected
#0 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
#1 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#3 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#4 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-27 15:29:09 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-02-27 15:29:16 --> ArgumentCountError: Too few arguments to function App\Controllers\Auth::ldap_auth(), 0 passed in C:\xampp\htdocs\engineN\system\CodeIgniter.php on line 941 and exactly 2 expected
in APPPATH\Controllers\Auth.php on line 49.
1 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
2 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
3 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
4 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 15:29:16 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ArgumentCountError), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ArgumentCountError), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ArgumentCountError))
#5 {main}
thrown
【Previous Exception】
ArgumentCountError
Too few arguments to function App\Controllers\Auth::ldap_auth(), 0 passed in C:\xampp\htdocs\engineN\system\CodeIgniter.php on line 941 and exactly 2 expected
#0 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
#1 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#3 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#4 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-27 15:29:40 --> ArgumentCountError: Too few arguments to function App\Controllers\Auth::ldap_auth(), 0 passed in C:\xampp\htdocs\engineN\system\CodeIgniter.php on line 941 and exactly 2 expected
in APPPATH\Controllers\Auth.php on line 49.
1 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
2 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
3 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
4 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 15:29:40 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ArgumentCountError), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ArgumentCountError), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ArgumentCountError))
#5 {main}
thrown
【Previous Exception】
ArgumentCountError
Too few arguments to function App\Controllers\Auth::ldap_auth(), 0 passed in C:\xampp\htdocs\engineN\system\CodeIgniter.php on line 941 and exactly 2 expected
#0 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
#1 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#3 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#4 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
CRITICAL - 2024-02-27 15:31:42 --> ArgumentCountError: Too few arguments to function App\Controllers\Auth::ldap_auth(), 0 passed in C:\xampp\htdocs\engineN\system\CodeIgniter.php on line 941 and exactly 2 expected
in APPPATH\Controllers\Auth.php on line 49.
1 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
2 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
3 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
4 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 15:31:42 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ArgumentCountError), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ArgumentCountError), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ArgumentCountError))
#5 {main}
thrown
【Previous Exception】
ArgumentCountError
Too few arguments to function App\Controllers\Auth::ldap_auth(), 0 passed in C:\xampp\htdocs\engineN\system\CodeIgniter.php on line 941 and exactly 2 expected
#0 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
#1 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#3 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#4 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-27 15:34:14 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-02-27 15:34:14 --> Error: Cannot use object of type CodeIgniter\Database\OCI8\Result as array
in APPPATH\Controllers\Auth.php on line 80.
1 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
2 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
3 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
4 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 15:34:14 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(Error), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(Error), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(Error))
#5 {main}
thrown
【Previous Exception】
Error
Cannot use object of type CodeIgniter\Database\OCI8\Result as array
#0 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
#1 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#3 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#4 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-27 15:36:30 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-02-27 15:36:30 --> Error: Cannot use object of type CodeIgniter\Database\OCI8\Result as array
in APPPATH\Controllers\Auth.php on line 80.
1 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
2 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
3 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
4 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 15:36:30 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(Error), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(Error), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(Error))
#5 {main}
thrown
【Previous Exception】
Error
Cannot use object of type CodeIgniter\Database\OCI8\Result as array
#0 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
#1 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#3 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#4 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-27 15:37:03 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-02-27 15:37:03 --> Error: Cannot use object of type CodeIgniter\Database\OCI8\Result as array
in APPPATH\Controllers\Auth.php on line 80.
1 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
2 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
3 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
4 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 15:37:03 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(Error), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(Error), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(Error))
#5 {main}
thrown
【Previous Exception】
Error
Cannot use object of type CodeIgniter\Database\OCI8\Result as array
#0 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
#1 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#3 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#4 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-27 15:38:25 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-02-27 15:38:25 --> CodeIgniter\HTTP\Exceptions\HTTPException: 1 is not a valid HTTP return status code
in SYSTEMPATH\HTTP\ResponseTrait.php on line 155.
1 SYSTEMPATH\HTTP\ResponseTrait.php(155): CodeIgniter\HTTP\Exceptions\HTTPException::forInvalidStatusCode(1)
2 SYSTEMPATH\HTTP\ResponseTrait.php(544): CodeIgniter\HTTP\Response->setStatusCode(1)
3 SYSTEMPATH\HTTP\RedirectResponse.php(42): CodeIgniter\HTTP\Response->redirect('https://localhost/enginen/Home', 'auto', 1)
4 APPPATH\Controllers\Auth.php(90): CodeIgniter\HTTP\RedirectResponse->to('https://localhost/enginen/Home', 1)
5 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
6 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
7 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
8 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 15:38:25 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(CodeIgniter\HTTP\Exceptions\HTTPException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(CodeIgniter\HTTP\Exceptions\HTTPException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(CodeIgniter\HTTP\Exceptions\HTTPException))
#5 {main}
thrown
【Previous Exception】
CodeIgniter\HTTP\Exceptions\HTTPException
1 is not a valid HTTP return status code
#0 C:\xampp\htdocs\engineN\system\HTTP\ResponseTrait.php(155): CodeIgniter\HTTP\Exceptions\HTTPException::forInvalidStatusCode(1)
#1 C:\xampp\htdocs\engineN\system\HTTP\ResponseTrait.php(544): CodeIgniter\HTTP\Response->setStatusCode(1)
#2 C:\xampp\htdocs\engineN\system\HTTP\RedirectResponse.php(42): CodeIgniter\HTTP\Response->redirect('https://localho...', 'auto', 1)
#3 C:\xampp\htdocs\engineN\app\Controllers\Auth.php(90): CodeIgniter\HTTP\RedirectResponse->to('https://localho...', 1)
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Auth->ldap_auth()
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Auth))
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#7 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#8 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-27 15:39:11 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:39:12 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:39:33 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:39:33 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:39:37 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:40:49 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:40:49 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:40:54 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:40:54 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:41:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:41:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:46:01 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 15:48:41 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 16:01:59 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 16:24:13 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 16:26:17 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 16:38:02 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-02-27 16:38:02 --> ErrorException: Undefined variable: pie_penerimaan
in APPPATH\Views\ppm\dashboard.php on line 16.
1 APPPATH\Views\ppm\dashboard.php(16): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined variable: pie_penerimaan', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 16, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(31): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 16:38:02 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
Undefined variable: pie_penerimaan
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(16): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined varia...', 'C:\\xampp\\htdocs...', 16, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(31): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-27 16:38:18 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 16:41:15 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 16:43:17 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 16:49:20 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 16:49:33 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 16:50:28 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 16:51:21 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:05:15 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:08:49 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:10:37 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:21:25 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-02-27 17:21:26 --> ErrorException: Undefined variable: datanya_penerimaan
in APPPATH\Views\ppm\dashboard.php on line 788.
1 APPPATH\Views\ppm\dashboard.php(788): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined variable: datanya_penerimaan', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 788, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(32): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 17:21:26 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
Undefined variable: datanya_penerimaan
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(788): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined varia...', 'C:\\xampp\\htdocs...', 788, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(32): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-27 17:21:38 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-02-27 17:21:38 --> ErrorException: Undefined variable: pie_penerimaan
in APPPATH\Views\ppm\dashboard.php on line 16.
1 APPPATH\Views\ppm\dashboard.php(16): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined variable: pie_penerimaan', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 16, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(32): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-27 17:21:38 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
Undefined variable: pie_penerimaan
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(16): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined varia...', 'C:\\xampp\\htdocs...', 16, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(32): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-27 17:22:08 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:23:02 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:25:09 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:25:55 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:27:27 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:28:07 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:30:00 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:30:17 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:41:01 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 17:46:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 18:06:24 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 18:07:41 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 18:09:24 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-27 18:09:51 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.

1108
writable/logs/log-2024-02-28.log

File diff suppressed because it is too large Load Diff

499
writable/logs/log-2024-02-29.log

@ -0,0 +1,499 @@
INFO - 2024-02-29 08:50:53 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 08:50:53 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 08:52:41 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 08:52:41 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 08:52:49 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 08:52:49 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:09:49 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:12:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:19:35 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:20:47 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:24:43 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:40:54 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:46:52 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:47:35 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:49:23 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:54:28 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:55:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:55:34 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:57:26 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
ERROR - 2024-02-29 09:57:26 --> ErrorException: oci_execute(): ORA-00907: missing right parenthesis in C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php:199
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_execute(): ...', 'C:\\xampp\\htdocs...', 199, Array)
#1 C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php(199): oci_execute(Resource id #161, 32)
#2 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT NM_PAJAK...')
#3 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT NM_PAJAK...')
#4 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK...')
#5 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): App\Models\Mpemby->getPiePen(Array)
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#8 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#9 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#10 {main}
CRITICAL - 2024-02-29 09:57:26 --> CodeIgniter\Database\Exceptions\DatabaseException: oci_execute(): ORA-00907: missing right parenthesis
in SYSTEMPATH\Database\BaseConnection.php on line 647.
1 APPPATH\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBRY <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
2 APPPATH\Controllers\Home.php(30): App\Models\Mpemby->getPiePen([...])
3 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
4 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
5 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
6 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-29 09:57:26 --> [Caused by] CodeIgniter\Database\Exceptions\DatabaseException: oci_execute(): ORA-00907: missing right parenthesis
in SYSTEMPATH\Database\OCI8\Connection.php on line 211.
1 SYSTEMPATH\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBRY <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
2 SYSTEMPATH\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBRY <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
3 APPPATH\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBRY <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
4 APPPATH\Controllers\Home.php(30): App\Models\Mpemby->getPiePen([...])
5 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
6 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
7 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
8 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-29 09:57:26 --> [Caused by] ErrorException: oci_execute(): ORA-00907: missing right parenthesis
in SYSTEMPATH\Database\OCI8\Connection.php on line 199.
1 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_execute(): ORA-00907: missing right parenthesis', 'C:\\xampp\\htdocs\\engineN\\system\\Database\\OCI8\\Connection.php', 199, [...])
2 SYSTEMPATH\Database\OCI8\Connection.php(199): oci_execute(resource (oci8 statement), 32)
3 SYSTEMPATH\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBRY <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
4 SYSTEMPATH\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBRY <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
5 APPPATH\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBRY <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
6 APPPATH\Controllers\Home.php(30): App\Models\Mpemby->getPiePen([...])
7 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
8 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
9 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
10 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-29 09:57:26 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(CodeIgniter\Database\Exceptions\DatabaseException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(CodeIgniter\Database\Exceptions\DatabaseException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 8)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(CodeIgniter\Database\Exceptions\DatabaseException))
#5 {main}
thrown
【Previous Exception】
CodeIgniter\Database\Exceptions\DatabaseException
oci_execute(): ORA-00907: missing right parenthesis
#0 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK...')
#1 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): App\Models\Mpemby->getPiePen(Array)
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#3 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#5 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#6 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-29 09:57:37 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
ERROR - 2024-02-29 09:57:37 --> ErrorException: oci_execute(): ORA-00907: missing right parenthesis in C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php:199
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_execute(): ...', 'C:\\xampp\\htdocs...', 199, Array)
#1 C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php(199): oci_execute(Resource id #161, 32)
#2 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT NM_PAJAK...')
#3 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT NM_PAJAK...')
#4 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK...')
#5 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): App\Models\Mpemby->getPiePen(Array)
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#8 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#9 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#10 {main}
CRITICAL - 2024-02-29 09:57:37 --> CodeIgniter\Database\Exceptions\DatabaseException: oci_execute(): ORA-00907: missing right parenthesis
in SYSTEMPATH\Database\BaseConnection.php on line 647.
1 APPPATH\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
2 APPPATH\Controllers\Home.php(30): App\Models\Mpemby->getPiePen([...])
3 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
4 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
5 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
6 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-29 09:57:37 --> [Caused by] CodeIgniter\Database\Exceptions\DatabaseException: oci_execute(): ORA-00907: missing right parenthesis
in SYSTEMPATH\Database\OCI8\Connection.php on line 211.
1 SYSTEMPATH\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
2 SYSTEMPATH\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
3 APPPATH\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
4 APPPATH\Controllers\Home.php(30): App\Models\Mpemby->getPiePen([...])
5 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
6 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
7 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
8 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-29 09:57:37 --> [Caused by] ErrorException: oci_execute(): ORA-00907: missing right parenthesis
in SYSTEMPATH\Database\OCI8\Connection.php on line 199.
1 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_execute(): ORA-00907: missing right parenthesis', 'C:\\xampp\\htdocs\\engineN\\system\\Database\\OCI8\\Connection.php', 199, [...])
2 SYSTEMPATH\Database\OCI8\Connection.php(199): oci_execute(resource (oci8 statement), 32)
3 SYSTEMPATH\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
4 SYSTEMPATH\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
5 APPPATH\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
6 APPPATH\Controllers\Home.php(30): App\Models\Mpemby->getPiePen([...])
7 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
8 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
9 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
10 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-29 09:57:37 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(CodeIgniter\Database\Exceptions\DatabaseException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(CodeIgniter\Database\Exceptions\DatabaseException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 8)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(CodeIgniter\Database\Exceptions\DatabaseException))
#5 {main}
thrown
【Previous Exception】
CodeIgniter\Database\Exceptions\DatabaseException
oci_execute(): ORA-00907: missing right parenthesis
#0 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK...')
#1 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): App\Models\Mpemby->getPiePen(Array)
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#3 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#5 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#6 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-29 09:57:40 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
ERROR - 2024-02-29 09:57:40 --> ErrorException: oci_execute(): ORA-00907: missing right parenthesis in C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php:199
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_execute(): ...', 'C:\\xampp\\htdocs...', 199, Array)
#1 C:\xampp\htdocs\engineN\system\Database\OCI8\Connection.php(199): oci_execute(Resource id #161, 32)
#2 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT NM_PAJAK...')
#3 C:\xampp\htdocs\engineN\system\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT NM_PAJAK...')
#4 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK...')
#5 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): App\Models\Mpemby->getPiePen(Array)
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#8 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#9 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#10 {main}
CRITICAL - 2024-02-29 09:57:40 --> CodeIgniter\Database\Exceptions\DatabaseException: oci_execute(): ORA-00907: missing right parenthesis
in SYSTEMPATH\Database\BaseConnection.php on line 647.
1 APPPATH\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
2 APPPATH\Controllers\Home.php(30): App\Models\Mpemby->getPiePen([...])
3 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
4 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
5 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
6 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-29 09:57:40 --> [Caused by] CodeIgniter\Database\Exceptions\DatabaseException: oci_execute(): ORA-00907: missing right parenthesis
in SYSTEMPATH\Database\OCI8\Connection.php on line 211.
1 SYSTEMPATH\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
2 SYSTEMPATH\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
3 APPPATH\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
4 APPPATH\Controllers\Home.php(30): App\Models\Mpemby->getPiePen([...])
5 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
6 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
7 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
8 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-29 09:57:40 --> [Caused by] ErrorException: oci_execute(): ORA-00907: missing right parenthesis
in SYSTEMPATH\Database\OCI8\Connection.php on line 199.
1 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'oci_execute(): ORA-00907: missing right parenthesis', 'C:\\xampp\\htdocs\\engineN\\system\\Database\\OCI8\\Connection.php', 199, [...])
2 SYSTEMPATH\Database\OCI8\Connection.php(199): oci_execute(resource (oci8 statement), 32)
3 SYSTEMPATH\Database\BaseConnection.php(693): CodeIgniter\Database\OCI8\Connection->execute('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
4 SYSTEMPATH\Database\BaseConnection.php(607): CodeIgniter\Database\BaseConnection->simpleQuery('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
5 APPPATH\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK,TOTALN PENERIMAAN, TOTALP PENL,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2024\' AND BLNBYR <= \'02\') PENERIMAAN_TOT,
(SELECT ROUND(SUM(TOTAL)) FROM PERJENIS_MV WHERE THNBYR = \'2023 AND BLNBYR <= \'02\' \') PENERIMAAN_TOTL
FROM (
SELECT NM_PAJAK,ROUND(SUM(CASE WHEN THNBYR= \'2024\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALN,
ROUND(SUM(CASE WHEN THNBYR= \'2023\' AND BLNBYR <= \'02\' THEN TOTAL ELSE 0 END)) TOTALP
FROM PERJENIS_MV
GROUP BY NM_PAJAK ORDER BY TOTALN DESC) WHERE ROWNUM < = 9
')
6 APPPATH\Controllers\Home.php(30): App\Models\Mpemby->getPiePen([...])
7 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
8 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
9 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
10 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-29 09:57:40 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(CodeIgniter\Database\Exceptions\DatabaseException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(CodeIgniter\Database\Exceptions\DatabaseException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 8)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(CodeIgniter\Database\Exceptions\DatabaseException))
#5 {main}
thrown
【Previous Exception】
CodeIgniter\Database\Exceptions\DatabaseException
oci_execute(): ORA-00907: missing right parenthesis
#0 C:\xampp\htdocs\engineN\app\Models\Mpemby.php(62): CodeIgniter\Database\BaseConnection->query('SELECT NM_PAJAK...')
#1 C:\xampp\htdocs\engineN\app\Controllers\Home.php(30): App\Models\Mpemby->getPiePen(Array)
#2 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#3 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#4 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#5 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#6 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-29 09:58:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:58:59 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 09:59:23 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 10:01:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 10:12:10 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 10:14:58 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 10:18:37 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 11:08:47 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 11:24:49 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 11:32:14 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 13:11:55 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 13:21:46 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 13:22:11 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 13:22:46 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 13:23:31 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 13:26:07 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 13:30:31 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 13:30:41 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 13:31:00 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 13:31:48 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-02-29 13:31:49 --> ErrorException: Use of undefined constant t - assumed 't' (this will throw an Error in a future version of PHP)
in APPPATH\Views\ppm\dashboard.php on line 177.
1 APPPATH\Views\ppm\dashboard.php(177): CodeIgniter\Debug\Exceptions->errorHandler(2, 'Use of undefined constant t - assumed \'t\' (this will throw an Error in a future version of PHP)', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 177, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(40): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-02-29 13:31:49 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
Use of undefined constant t - assumed 't' (this will throw an Error in a future version of PHP)
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(177): CodeIgniter\Debug\Exceptions->errorHandler(2, 'Use of undefine...', 'C:\\xampp\\htdocs...', 177, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(40): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-02-29 13:32:22 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 14:10:39 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 14:34:03 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 14:52:11 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 14:52:11 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:00:22 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:00:31 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:00:31 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:11:23 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:11:49 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:18:19 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:22:28 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:26:26 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:27:04 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:28:04 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:30:02 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 15:33:28 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:27:10 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:31:45 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:32:11 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:33:19 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:34:21 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:35:27 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:36:07 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:39:27 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:43:33 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:45:08 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:48:13 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:49:13 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:49:17 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:50:31 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 16:52:40 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:02:13 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:02:13 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:02:21 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:02:22 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:08:34 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:08:53 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:09:12 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:10:14 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:11:10 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:11:38 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:12:15 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:12:56 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:13:20 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:13:45 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:15:35 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:15:41 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:15:47 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:16:50 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:18:31 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:21:16 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:24:17 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:24:24 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:50:57 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:51:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:53:23 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:53:26 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:54:15 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:54:22 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:54:28 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 17:56:16 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-02-29 18:09:21 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.

113
writable/logs/log-2024-03-01.log

@ -0,0 +1,113 @@
INFO - 2024-03-01 09:13:39 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 09:13:39 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 09:35:21 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 09:57:36 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 09:57:37 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:11:03 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:11:10 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:11:11 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:25:34 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:26:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:26:47 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:38:57 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:39:29 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:39:40 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-03-01 11:39:40 --> ErrorException: Division by zero
in APPPATH\Views\ppm\dashboard.php on line 72.
1 APPPATH\Views\ppm\dashboard.php(72): CodeIgniter\Debug\Exceptions->errorHandler(2, 'Division by zero', 'C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php', 72, [...])
2 SYSTEMPATH\View\View.php(228): include('C:\\xampp\\htdocs\\engineN\\app\\Views\\ppm\\dashboard.php')
3 SYSTEMPATH\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
4 SYSTEMPATH\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', [], true)
5 APPPATH\Controllers\Home.php(49): view('ppm/dashboard', [...])
6 SYSTEMPATH\CodeIgniter.php(941): App\Controllers\Home->index()
7 SYSTEMPATH\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
8 SYSTEMPATH\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(null, Object(Config\Cache), false)
9 FCPATH\index.php(79): CodeIgniter\CodeIgniter->run()
CRITICAL - 2024-03-01 11:39:40 --> ErrorException: Uncaught Error: Call to undefined method CodeIgniter\Debug\ExceptionHandler::cleanPath() in C:\xampp\htdocs\engineN\app\Views\errors\html\error_exception.php:33
Stack trace:
#0 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(258): include()
#1 C:\xampp\htdocs\engineN\system\Debug\BaseExceptionHandler.php(261): CodeIgniter\Debug\BaseExceptionHandler->CodeIgniter\Debug\{closure}()
#2 C:\xampp\htdocs\engineN\system\Debug\ExceptionHandler.php(112): CodeIgniter\Debug\BaseExceptionHandler->render(Object(ErrorException), 500, 'C:\\xampp\\htdocs...')
#3 C:\xampp\htdocs\engineN\system\Debug\Exceptions.php(157): CodeIgniter\Debug\ExceptionHandler->handle(Object(ErrorException), Object(CodeIgniter\HTTP\IncomingRequest), Object(CodeIgniter\HTTP\Response), 500, 1)
#4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException))
#5 {main}
thrown
【Previous Exception】
ErrorException
Division by zero
#0 C:\xampp\htdocs\engineN\app\Views\ppm\dashboard.php(72): CodeIgniter\Debug\Exceptions->errorHandler(2, 'Division by zer...', 'C:\\xampp\\htdocs...', 72, Array)
#1 C:\xampp\htdocs\engineN\system\View\View.php(228): include('C:\\xampp\\htdocs...')
#2 C:\xampp\htdocs\engineN\system\View\View.php(231): CodeIgniter\View\View->CodeIgniter\View\{closure}()
#3 C:\xampp\htdocs\engineN\system\Common.php(1178): CodeIgniter\View\View->render('ppm/dashboard', Array, true)
#4 C:\xampp\htdocs\engineN\app\Controllers\Home.php(49): view('ppm/dashboard', Array)
#5 C:\xampp\htdocs\engineN\system\CodeIgniter.php(941): App\Controllers\Home->index()
#6 C:\xampp\htdocs\engineN\system\CodeIgniter.php(502): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Home))
#7 C:\xampp\htdocs\engineN\system\CodeIgniter.php(361): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false)
#8 C:\xampp\htdocs\engineN\index.php(79): CodeIgniter\CodeIgniter->run()
#9 {main}
in APPPATH\Views\errors\html\error_exception.php on line 33.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-03-01 11:40:59 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:41:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:55:24 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 11:57:26 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 12:24:01 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 12:24:18 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:08:30 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:13:10 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:13:36 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:13:42 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:13:42 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:13:48 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:13:48 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:13:55 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:13:55 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:14:02 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:14:02 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:14:11 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:14:11 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:14:23 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:14:23 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:15:17 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:15:17 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:18:45 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:18:45 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:20:25 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:20:25 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:23:16 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:23:17 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:25:45 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:25:45 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:26:16 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:26:16 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:27:22 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:27:22 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:46:15 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:46:17 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:47:16 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:47:23 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:47:23 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:52:41 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 13:53:22 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 14:47:09 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 15:07:11 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 15:12:16 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 15:13:20 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 15:13:49 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 15:14:20 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 15:15:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 15:15:31 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 16:01:25 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 16:10:05 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
INFO - 2024-03-01 16:19:01 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-03-01 16:34:03 --> ErrorException: Maximum execution time of 900 seconds exceeded
in SYSTEMPATH\Debug\Exceptions.php on line 202.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-03-01 16:37:41 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-03-01 16:52:43 --> ErrorException: Maximum execution time of 900 seconds exceeded
in SYSTEMPATH\Debug\Exceptions.php on line 202.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()
INFO - 2024-03-01 17:22:38 --> Session: Class initialized using 'CodeIgniter\Session\Handlers\FileHandler' driver.
CRITICAL - 2024-03-01 17:37:40 --> ErrorException: Maximum execution time of 900 seconds exceeded
in SYSTEMPATH\Debug\Exceptions.php on line 202.
1 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler()

1
writable/session/ci_session0l6hve2h586mipacjqg8j6nd6tp83i6c

@ -0,0 +1 @@
__ci_last_regenerate|i:1709280431;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_session3jnqo2t2gkk5l1lpt8u47fpngf2pvmv1

@ -0,0 +1 @@
__ci_last_regenerate|i:1709273925;_ci_previous_url|s:30:"https://localhost/enginen/auth";

1
writable/session/ci_session64hc9sh48nrtta3j93d8697rgd1v3ls1

@ -0,0 +1 @@
__ci_last_regenerate|i:1709288558;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_session687tk5n267m9jnecfr3ne8uh0n5jilhm

@ -0,0 +1 @@
__ci_last_regenerate|i:1709270641;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_session7qc99v8i3pipoubd636vflejihmfmb23

@ -0,0 +1 @@
__ci_last_regenerate|i:1709261856;_ci_previous_url|s:30:"https://localhost/enginen/auth";

1
writable/session/ci_sessionamhpn2pr3pumiovfpdkdmkcmtrddlqq8

@ -0,0 +1 @@
__ci_last_regenerate|i:1709273310;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionbcq52a88dkuvfad3f4igvaqlkn4708p2

@ -0,0 +1 @@
__ci_last_regenerate|i:1709274345;_ci_previous_url|s:30:"https://localhost/enginen/auth";

1
writable/session/ci_sessiondtut5g4i42fvpijme1k8ak1lpcbmuffd

@ -0,0 +1 @@
__ci_last_regenerate|i:1709267134;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionek8ivpll1o64ieua1uf0635i3b5c9q5f

@ -0,0 +1 @@
__ci_last_regenerate|i:1709275575;_ci_previous_url|s:30:"https://localhost/enginen/auth";

1
writable/session/ci_sessionfaemkhe080dh8s2nuntb5orjbrvn1m83

@ -0,0 +1 @@
__ci_last_regenerate|i:1709279228;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionhimmvb11rnkhv6fo3l21usgeannu755i

@ -0,0 +1 @@
__ci_last_regenerate|i:1709267937;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionht1u7c5hnsgef44s1s9i4l28cuh5iac1

@ -0,0 +1 @@
__ci_last_regenerate|i:1709273616;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionkjnvofpi2a1q2micrsg2uoat6q2ib5v5

@ -0,0 +1 @@
__ci_last_regenerate|i:1709285861;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionlg23b5g1ev75dpvijfnjf8rs192pj42q

@ -0,0 +1 @@
__ci_last_regenerate|i:1709284205;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionm8m9jvrna19b6ja11k9n71l7i52195ea

@ -0,0 +1 @@
__ci_last_regenerate|i:1709280736;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionoasnc6b5g0vb7bq4rppu75crvlvrkjon

@ -0,0 +1 @@
__ci_last_regenerate|i:1709284741;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionoh5khggip9evu95d7ojvahh3caoaqdfr

@ -0,0 +1 @@
__ci_last_regenerate|i:1709260521;_ci_previous_url|s:30:"https://localhost/enginen/auth";

1
writable/session/ci_sessionpk03fqng36ps2tkras7gm269qv7pc7qq

@ -0,0 +1 @@
__ci_last_regenerate|i:1709275961;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionq6hse1mjf29h57rkknl32jil0btev8mt

@ -0,0 +1 @@
__ci_last_regenerate|i:1709288558;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionqf4mkn3ofqf8moquuddr0fcqt99scrlm

@ -0,0 +1 @@
__ci_last_regenerate|i:1709283685;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionrmk56vc08h33sd4f53f2na41o09j47ab

@ -0,0 +1 @@
__ci_last_regenerate|i:1709266263;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

1
writable/session/ci_sessionul4tobh1bpej2tgpjvjbi6rohdjnvtb6

@ -0,0 +1 @@
__ci_last_regenerate|i:1709268924;_ci_previous_url|s:30:"https://localhost/enginen/Home";usr|s:9:"060106375";nama|s:12:"WAWAN SUANDI";nip|s:9:"060106375";nipp|s:18:"198302102003121004";kppadm|s:3:"170";jabatan|s:9:"Pelaksana";kantor|s:24:"Kanwil DJP Jawa Tengah I";seksi|s:45:"Bidang Data dan Pengawasan Potensi Perpajakan";isLogin|b:1;

11
writable/session/index.html

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
Loading…
Cancel
Save