Severity: Notice
Message: Undefined offset: 2
Filename: controllers/Data_umum.php
Line Number: 102
Backtrace:
File: /home3/pnjamb60/si-lisa.pn-jambi.go.id/application/controllers/Data_umum.php
Line: 102
Function: _error_handler
File: /home3/pnjamb60/si-lisa.pn-jambi.go.id/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home3/pnjamb60/si-lisa.pn-jambi.go.id/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 570
Backtrace:
File: /home3/pnjamb60/si-lisa.pn-jambi.go.id/application/models/Md_realisasi.php
Line: 46
Function: query
File: /home3/pnjamb60/si-lisa.pn-jambi.go.id/application/controllers/Data_umum.php
Line: 102
Function: getGrafik2
File: /home3/pnjamb60/si-lisa.pn-jambi.go.id/index.php
Line: 315
Function: require_once
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and p.dipa = 1' at line 5
select sum(realisasi) as total, p.jenis from realisasi r join pagu p on p.pagu_id = r.pagu_id where r.tahun = 2025 and r.bulan <= 01 and r.status = 1 and p.status = 1 and p.jenisbelanja_id = and p.dipa = 1
Filename: models/Md_realisasi.php
Line Number: 46