select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id) left join specials s on p.products_id = s.products_id, products_description pd, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '4' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%pieprz%' or p.products_model like '%pieprz%' or m.manufacturers_name like '%pieprz%') and (pd.products_name like '%bia�y%' or p.products_model like '%bia�y%' or m.manufacturers_name like '%bia�y%') ) [TEP STOP] 1366 - Incorrect string value: '\xEF\xBF\xBDy";...' for column 'value' at row 1 insert into sessions values ('jrvlmk2m7kpudn5lof691r21k5', '1733250745', 'cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:6:\"polish\";languages_id|s:1:\"4\";currency|s:3:\"PLN\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:26:\"advanced_search_result.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:3:{s:8:\"keywords\";s:14:\"pieprz bia�y\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') [TEP STOP] |