A Database Error Occurred

Error Number: 1054

Unknown column 'p.is_published' in 'where clause'

SELECT `id`, `kh_position` as `position`, `kh_division` as `division`, `kh_location` as `location`, `kh_description` as `description`, `kh_how_to_apply` as `how_to_apply`, `kh_requirement` as `requirement`, `close_date`, `slug` FROM `tbl_careers` WHERE `slug` = '1-c-developer' AND `p`.`is_published` = 1

Filename: models/frontend/Career_model.php

Line Number: 69