A PHP Error was encountered

Severity: Warning

Message: pg_query(): Query failed: ERROR: invalid byte sequence for encoding "UTF8": 0xc3 0xdc

Filename: postgre/postgre_driver.php

Line Number: 242

Backtrace:

File: /home/devppk/public_html/application/modules/lowongan/models/Lowongan_model.php
Line: 183
Function: get

File: /home/devppk/public_html/application/modules/lowongan/controllers/Lowongan.php
Line: 1173
Function: findidlowongan

File: /home/devppk/public_html/index.php
Line: 292
Function: require_once

Database Error

A Database Error Occurred

Error Number:

ERROR: invalid byte sequence for encoding "UTF8": 0xc3 0xdc

SELECT "vv"."id" as "id_vcn", "vv"."title" as "title", "vv"."position_numbers" as "jml_posisi", "vv"."all_major" as "all_major", "vv"."remarks" as "catatan", "vv"."image" as "image", "vv"."open_date" as "start", "vv"."close_date" as "end", "vv"."is_published" as "is_published", "ri"."id" as "id_industri", "ri"."description" as "nama_industri", "m"."description" as "major", "vv"."is_open" as "is_open", "vv"."qualification" as "qualification", "vv"."worktime" as "worktime", "vv"."rf_degree_id" as "id_degree", "rd"."description" as "pendidikan", "cc"."name" as "nama_perusahaan", "cc"."id" as "id_company" FROM "vcn_vacancy" "vv" LEFT JOIN "vcn_vacancy_major" "mm" ON "vv"."id"="mm"."vcn_vacancy_id" LEFT JOIN "cmp_company" "cc" ON "cc"."id" = "vv"."cmp_company_id" LEFT JOIN "rf_degree" "rd" ON "rd"."id" = "vv"."rf_degree_id" LEFT JOIN "rf_major" "m" ON "m"."id"="mm"."rf_major_id" LEFT JOIN "rf_industry" "ri" ON "ri"."id" = "vv"."rf_industry_id" WHERE "vv"."id" = '2313 Γά'

Filename: modules/lowongan/models/Lowongan_model.php

Line Number: 183