Database Error

Error Number: 1054

Unknown column 'serv_project_skill.skill_id' in 'on clause'

SELECT `serv_projects`.`post_date`, `serv_projects`.`project_id`, `serv_projects`.`title`, `serv_projects`.`description`, `serv_projects`.`description`, `serv_projects`.`location_address`, `serv_projects`.`lat`, `serv_projects`.`lon`, `serv_projects`.`expiry_date`, `serv_projects`.`rodzaj_zlecenia`, `serv_user`.`fname`, `serv_user`.`lname`, `serv_user`.`country`, `serv_user`.`location_address` as user_location, `serv_user`.`city`, ( 6371 * acos (cos ( radians(0) )* cos( radians( serv_projects.lat ) )* cos( radians( serv_projects.lon ) - radians(0) ) + sin ( radians(0) )* sin( radians( serv_projects.lat ) ))) AS distance FROM (`serv_projects`) INNER JOIN `serv_user` ON `serv_projects`.`user_id` = `serv_user`.`user_id` LEFT JOIN `serv_skills` ON `serv_skills`.`id`=`serv_project_skill`.`skill_id` WHERE `serv_projects`.`visibility_mode` = 'Public' AND `serv_skills`.`cat_id` = 'favicon.gif' AND `serv_projects`.`status` = 'O' AND `serv_projects`.`project_status` = 'Y' GROUP BY `serv_projects`.`project_id` ORDER BY `serv_projects`.`featured` ASC, `serv_projects`.`id` DESC LIMIT 5

Filename: /home/klient.dhosting.pl/igomap24/geodeta.expert/public_html/modules/findjob/models/findjob_model.php

Line Number: 166