A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Session has a deprecated constructor

Filename: libraries/Session.php

Line Number: 5

Database Error

A Database Error Occurred

Error Number: 1054

Unknown column 'usrcv.content' in 'field list'

SELECT `usr`.`id` as user_id, `usr`.`date_created` as user_date_created, `usr`.`date_modified` as user_date_modified, `usr`.`email` as user_email, `usr`.`password` as user_password, `usr`.`status` as user_status, `usr`.`access_level` as user_access_level, `usr`.`date_last_login` as user_date_last_login, `usr`.`authentication_key` as user_authentication_key, `usr`.`type` as user_type, `usr`.`claimable` as user_claimable, `prf`.`id` as profile_id, `prf`.`user_id` as profile_user_id, `prf`.`date_created` as profile_date_created, `prf`.`date_modified` as profile_date_modified, `prf`.`street` as profile_street, `prf`.`street_second` as profile_street_second, `prf`.`city` as profile_city, `prf`.`state` as profile_state, `prf`.`zip_code` as profile_zip_code, `prf`.`country` as profile_country, `prf`.`name_first` AS profile_name_first, `prf`.`name_last` AS profile_name_last, `prf`.`display_title` as profile_display_title, `prf`.`phone_number` as profile_phone_number, `prf`.`additional_information` as profile_additional_information, `prf`.`catch_phrase` as profile_catch_phrase, `prf`.`profession_title` as profile_profession_title, `prf`.`company_name` as profile_company_name, `prf`.`photo_url` as profile_photo_url, `prf`.`logo_url` as profile_logo_url, `prf`.`video_url` as profile_video_url, `prf`.`previous_work_experience` as profile_previous_work_experience, `prf`.`facebook_url` as profile_facebook_url, `prf`.`linkedin_url` as profile_linkedin_url, `prf`.`twitter_url` as profile_twitter_url, `prf`.`google_plus_url` as profile_google_plus_url, `prf`.`website` as profile_website, `prf`.`objective` AS profile_objective, `prf`.`why_hire_me` AS profile_why_hire_me, `prf`.`categories` AS profile_categories, `prf`.`preferred_distance` AS profile_preferred_distance, `prf`.`preferred_zip_code` AS profile_preferred_zip_code, `prf`.`education_institution_1` AS profile_education_institution_1, `prf`.`education_institution_2` AS profile_education_institution_2, `prf`.`education_institution_3` AS profile_education_institution_3, `prf`.`education_degree_1` AS profile_education_degree_1, `prf`.`education_degree_2` AS profile_education_degree_2, `prf`.`education_degree_3` AS profile_education_degree_3, `prf`.`education_year_1` AS profile_education_year_1, `prf`.`education_year_2` AS profile_education_year_2, `prf`.`education_year_3` AS profile_education_year_3, `prf`.`active_cv_id` AS profile_active_cv_id, `prf`.`is_confidential` AS profile_is_confidential, `usrcv`.`id` AS user_cv_id, `usrcv`.`title` AS user_cv_title, `usrcv`.`content` AS user_cv_content, `usrcv`.`status` AS user_cv_status, `usrcv`.`payed` AS user_cv_payed, `usrcv`.`user_id` AS user_cv_user_id, `usrcv`.`url` AS user_cv_url, `usrcv`.`categories` AS user_cv_categories, `usrcv`.`date_created` AS user_cv_date_created, `usrcv`.`date_modified` AS user_cv_date_modified, `usrcv`.`match_count` AS user_cv_match_count, `usrcv`.`match_processed` AS user_cv_match_processed, `usrcv`.`date_blasted` AS user_cv_date_blasted FROM (`user` AS usr) JOIN `user_profile` AS prf ON `prf`.`user_id` = `usr`.`id` JOIN `user_cv` AS usrcv ON `usrcv`.`id` = `prf`.`active_cv_id` WHERE `usrcv`.`payed` = 'Yes' AND `usr`.`status` = 'Enabled' AND `usr`.`type` LIKE '%Candidate%' AND `prf`.`state` LIKE '%AL%' ORDER BY `usrcv`.`id` desc LIMIT 5

Filename: /var/www/html/www.attorneyblaster.com/app/Fucoso/CMS/Repositories/CI/CIRepository.php

Line Number: 138