
Error at 2019-02-23 14:20:21:
Query: SELECT gemeinde FROM SM_plz WHERE bundesland = 'steiermark' AND bezirk = 'Leibnitz' AND gemeinde = 'sankt nikolai ob dra��ling'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2019-02-23 14:20:21:
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 '%sankt%' || city LIKE '%sankt%' || postcode = 'sankt' || content LIKE '%sankt%' || bundesland like 'sankt') AND (title LIKE '%nikolai%' || city LIKE '%nikolai%' || postcode = 'nikolai' || content LIKE '%nikolai%' || bundesland like 'nikolai') AND (title LIKE '%dra��ling%' || city LIKE '%dra��ling%' || postcode = 'dra��ling' || content LIKE '%dra��ling%' || bundesland like 'dra��ling') AND property_type = '6' AND bundesland = 'Steiermark' AND type = '1'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'