
Error at 2018-04-22 14:36:38:
Query: SELECT gemeinde FROM SM_plz WHERE bundesland = 'steiermark' AND bezirk = 'Deutschlandsberg' AND gemeinde = 'fraüntal an der la��nitz'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2018-04-22 14:36:38:
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 = 'Deutschlandsberg' AND (title LIKE '%fraüntal%' || city LIKE '%fraüntal%' || postcode = 'fraüntal' || content LIKE '%fraüntal%' || bundesland like 'fraüntal') AND (title LIKE '%la��nitz%' || city LIKE '%la��nitz%' || postcode = 'la��nitz' || content LIKE '%la��nitz%' || bundesland like 'la��nitz') AND property_type = '5' AND bundesland = 'Steiermark' AND type = '2'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'