A Database Error Occurred

Error Number: 1055

Expression #5 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'maxreter_sdb.property_images.property_image_name' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

SELECT `property`.`property_id`, `property_address`, `property_title`, `property_url`, `property_image_name`, `property_status` FROM (`property`) JOIN `package_property` ON `package_property`.`property_id`= `property`.`property_id` JOIN `property_images` ON `property_images`.`property_id`= `property`.`property_id` GROUP BY `property_id`