
Error at 2019-02-17 03:01:12:
Query: SELECT gemeinde FROM SM_plz WHERE bundesland = 'steiermark' AND bezirk = 'Bezirk Murtal' AND gemeinde = 'reisstra��e'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2019-02-17 03:01:12:
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 = 'Bezirk Murtal' AND (title LIKE '%reisstra��%' || city LIKE '%reisstra��%' || postcode = 'reisstra��' || content LIKE '%reisstra��%' || bundesland like 'reisstra��') AND property_type = '3' AND bundesland = 'Steiermark' AND type = '1'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'