
Error at 2019-02-22 11:02:44:
Query: SELECT gemeinde FROM SM_plz WHERE bundesland = 'niederösterreich' AND bezirk = 'Gänserndorf' AND gemeinde = 'gro��-enzersdorf'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2019-02-22 11:02:44:
Query: SELECT ort FROM SM_plz WHERE bundesland = 'niederösterreich' AND bezirk = 'Gänserndorf' AND gemeinde = '' AND ort = 'gro��-enzersdorf'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2019-02-22 11:02:44:
Query: SELECT property_type,
id,
title,
price,
type,
city,
region,
postcode,
gemeinde,
picture,
bundesland,
floor_area,
plot_area,
rooms,
content from `SM_ads_neu` WHERE `active` = 1 AND region = 'Gänserndorf' AND (title LIKE '%gro��-enzersdorf%' || city LIKE '%gro��-enzersdorf%' || postcode = 'gro��-enzersdorf' || content LIKE '%gro��-enzersdorf%' || bundesland like 'gro��-enzersdorf') AND property_type = '3' AND bundesland = 'niederösterreich' AND type = '1'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'