
Error at 2019-02-23 12:06:32:
Query: SELECT gemeinde FROM SM_plz WHERE bundesland = 'niederösterreich' AND bezirk = 'Sankt Pölten' AND gemeinde = 'nu��dorf ob der traisen'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2019-02-23 12:06:32:
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 = 'Sankt Pölten' AND (title LIKE '%nu��dorf%' || city LIKE '%nu��dorf%' || postcode = 'nu��dorf' || content LIKE '%nu��dorf%' || bundesland like 'nu��dorf') AND (title LIKE '%traisen%' || city LIKE '%traisen%' || postcode = 'traisen' || content LIKE '%traisen%' || bundesland like 'traisen') AND property_type = '1' AND bundesland = 'niederösterreich'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'