PHP Error

Severity: Warning

Filename: postgre/postgre_driver.php

Line Number: 242

Backtrace:

File: /home/bprnusambacepiri/public_html/application/modules/public/controllers/Home.php
Line: 635
Function: query

File: /home/bprnusambacepiri/public_html/index.php
Line: 320
Function: require_once

 Stackoverflow

PHP Error

Severity: Warning

Filename: core/Common.php

Line Number: 573

Backtrace:

File: /home/bprnusambacepiri/public_html/application/modules/public/controllers/Home.php
Line: 635
Function: query

File: /home/bprnusambacepiri/public_html/index.php
Line: 320
Function: require_once

 Stackoverflow
Database Error

Error Number:

ERROR: OFFSET must not be negative

SELECT a.id, a.nama, a.id_kategori, b.kategori_career, a.type_kerja, c.tipe_career, a.keterangan, a.created_at, a.created_by, a.updated_at, a.updated_by FROM front_career a left join front_kategori_career b on a.id_kategori = b.id left join front_tipe_career c on a.type_kerja = c.id WHERE status = 1 ORDER BY id DESC LIMIT 10 OFFSET -10

Filename: modules/public/controllers/Home.php

Line Number: 635