
Error at 2019-02-17 08:39:51:
Query: SELECT gemeinde FROM SM_plz WHERE bundesland = 'steiermark' AND bezirk = 'Leibnitz' AND gemeinde = 'sulztal an der weinstra��e'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2019-02-17 08:39:51:
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 = 'Leibnitz' AND (title LIKE '%sulztal%' || city LIKE '%sulztal%' || postcode = 'sulztal' || content LIKE '%sulztal%' || bundesland like 'sulztal') AND (title LIKE '%weinstra��%' || city LIKE '%weinstra��%' || postcode = 'weinstra��' || content LIKE '%weinstra��%' || bundesland like 'weinstra��') 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'