
Error at 2019-02-16 02:37:54:
Query: SELECT bundesland FROM SM_plz WHERE bundesland = 'ober��sterreich'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2019-02-16 02:37:54:
Query: SELECT gemeinde FROM SM_plz WHERE bundesland = '' AND bezirk = '' AND gemeinde = 'reichenau im m��hlkreis'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2019-02-16 02:37:54:
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 (title LIKE '%reichenau%' || city LIKE '%reichenau%' || postcode = 'reichenau' || content LIKE '%reichenau%' || bundesland like 'reichenau') AND (title LIKE '%��hlkreis%' || city LIKE '%��hlkreis%' || postcode = '��hlkreis' || content LIKE '%��hlkreis%' || bundesland like '��hlkreis') AND property_type = '8'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'