Raj Smakosza - przyprawy z całego świata 
Wyróżnienie w Rankingu Sklepów Internetowych 2015 w kategorii Żywność

Sklep » Wyszukiwanie zaawansowane » Wyniki wyszukiwania
1267 - Illegal mix of collations (latin2_general_ci,IMPLICIT) and (utf8mb3_general_ci,COERCIBLE) for operation 'like'

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%') and (pd.products_name like '%morska%' or p.products_model like '%morska%' or m.manufacturers_name like '%morska%') and (pd.products_name like '%kamis%' or p.products_model like '%kamis%' or m.manufacturers_name like '%kamis%') )

[TEP STOP]

1366 - Incorrect string value: '\xEF\xBF\xBDl m...' for column 'value' at row 1

insert into sessions values ('ghkcih777iejg6lhgo20emppc3', '1733248026', '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:18:\"s�l morska kamis\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}')

[TEP STOP]