A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$id_berita

Filename: controllers/Berita.php

Line Number: 72

Backtrace:

File: /home/bintankabgo/public_html/application/controllers/Berita.php
Line: 72
Function: _error_handler

File: /home/bintankabgo/public_html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/bintankabgo/public_html/system/core/Exceptions.php:271)

Filename: core/Common.php

Line Number: 570

Backtrace:

File: /home/bintankabgo/public_html/application/models/Berita_model.php
Line: 186
Function: get

File: /home/bintankabgo/public_html/application/controllers/Berita.php
Line: 75
Function: getPreviousArticle

File: /home/bintankabgo/public_html/index.php
Line: 315
Function: require_once

Database Error

A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY `created_on` DESC LIMIT 1' at line 4

SELECT `tb_berita`.`id_berita`, `tb_berita`.`slug`, `tb_berita`.`created_on`, `tb_berita`.`judul_berita` FROM `tb_berita` WHERE `tb_berita`.`id_berita` < ORDER BY `created_on` DESC LIMIT 1

Filename: models/Berita_model.php

Line Number: 186