
Error at 2018-04-23 18:33:51:
Query: SELECT bundesland FROM SM_plz WHERE bundesland = '2 zimmer wohnung mit gro��er loggia in waltendorf'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
Error at 2018-04-23 18:33: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 rooms = '2' AND property_type = '4' AND (title LIKE '%gro��%' || city LIKE '%gro��%' || postcode = 'gro��' || content LIKE '%gro��%' || bundesland like 'gro��') AND (title LIKE '%loggia%' || city LIKE '%loggia%' || postcode = 'loggia' || content LIKE '%loggia%' || bundesland like 'loggia') AND (title LIKE '%waltendorf%' || city LIKE '%waltendorf%' || postcode = 'waltendorf' || content LIKE '%waltendorf%' || bundesland like 'waltendorf')
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'