
Error at 2018-04-20 15:15:45:
Query: SELECT gemeinde FROM SM_plz WHERE bundesland = 'steiermark' AND bezirk = 'Liezen' AND gemeinde = 'wei��enbach bei liezen'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2018-04-20 15:15:45:
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 = 'Liezen' AND (title LIKE '%wei��enbach%' || city LIKE '%wei��enbach%' || postcode = 'wei��enbach' || content LIKE '%wei��enbach%' || bundesland like 'wei��enbach') AND (title LIKE '%liezen%' || city LIKE '%liezen%' || postcode = 'liezen' || content LIKE '%liezen%' || bundesland like 'liezen') AND property_type = '1' AND bundesland = 'Steiermark'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'