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 '%s�l%' or p.products_model like '%s�l%' or m.manufacturers_name like '%s�l%') ) [TEP STOP] 1366 - Incorrect string value: '\xEF\xBF\xBDl";...' for column 'value' at row 1 update sessions set expiry = '1746229110', value = 'cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;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:2:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:1:{s:11:\"products_id\";s:4:\"1109\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:26:\"advanced_search_result.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:8:\"keywords\";s:5:\"s�l\";s:4:\"page\";s:1:\"2\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}' where sesskey = 'i5mpgs454n35rmflihbopt57b2' [TEP STOP] |