You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND 1=1 AND 1=1 GROUP BY id_prop ORDER BY id_prop DESC LIMIT 0, 9' at line 58
SELECT users_proyects.id_proy, users_proyects.nombre_proy, users_proyects.fecha_proy, properties_loc1.name_es_loc1 AS country, CASE WHEN properties_loc2.name_es_loc2 IS NOT NULL THEN properties_loc2.name_es_loc2 ELSE province1.name_es_loc2 END AS province, CASE WHEN properties_loc3.name_es_loc3 IS NOT NULL THEN properties_loc3.name_es_loc3 ELSE areas1.name_es_loc3 END AS area, CASE WHEN properties_loc4.name_es_loc4 IS NOT NULL THEN properties_loc4.name_es_loc4 ELSE towns.name_es_loc4 END AS town, CASE WHEN properties_types.types_es_typ IS NOT NULL THEN properties_types.types_es_typ ELSE types.types_es_typ END AS type, properties_properties.descripcion_es_prop as descr, properties_status.status_es_sta as sale, properties_properties.referencia_prop as ref, properties_properties.m2_prop, properties_properties.m2_parcela_prop as m2p_prop, properties_properties.m2_balcon_prop as m2_balcon_prop, properties_properties.precio_prop as old_precio, properties_properties.preci_reducidoo_prop as precio, properties_properties.habitaciones_prop, properties_properties.aseos_prop, properties_properties.piscina_prop, id_prop, REPLACE(properties_images.image_img, 'https', 'http') AS image_img, REPLACE(users_proyects_images.image_img, 'https', 'http') AS image_proy, properties_properties.vendido_prop, properties_properties.reducido_prop, properties_properties.nuevo_prop, properties_properties.cerca_mar_prop, properties_properties.vistas_mar_prop, properties_properties.exclusivo_prop, properties_properties.piscina_prop, properties_properties.golf_prop, properties_properties.embargo_prop, properties_properties.aseos2_prop, properties_properties.alquilado_prop, properties_properties.reservado_prop, properties_properties.watermark_prop, title_es_prop as metatitle FROM users_proyects LEFT OUTER JOIN properties_properties ON properties_properties.id_prop = users_proyects.inmueble_proy LEFT OUTER JOIN properties_loc4 towns ON properties_properties.localidad_prop = towns.id_loc4 LEFT OUTER JOIN properties_loc3 areas1 ON towns.loc3_loc4 = areas1.id_loc3 LEFT OUTER JOIN properties_loc3 ON areas1.parent_loc3 = properties_loc3.id_loc3 LEFT OUTER JOIN properties_loc2 province1 ON areas1.loc2_loc3 = province1.id_loc2 LEFT OUTER JOIN properties_loc2 ON province1.parent_loc2 = properties_loc2.id_loc2 LEFT OUTER JOIN properties_loc1 ON province1.loc1_loc2 = properties_loc1.id_loc1 LEFT OUTER JOIN properties_loc4 ON towns.parent_loc4 = properties_loc4.id_loc4 LEFT OUTER JOIN properties_types types ON properties_properties.tipo_prop = types.id_typ LEFT OUTER JOIN properties_types ON types.parent_typ = properties_types.id_typ LEFT OUTER JOIN properties_images ON properties_properties.id_prop = properties_images.property_img AND properties_images.order_img = 1 LEFT OUTER JOIN users_proyects_images ON users_proyects.id_proy = users_proyects_images.proyect_img AND users_proyects_images.order_img = 1 LEFT OUTER JOIN properties_status ON properties_properties.operacion_prop = properties_status.id_sta WHERE user_proy = AND 1=1 AND 1=1 GROUP BY id_prop ORDER BY id_prop DESC LIMIT 0, 9