Raj Smakosza - przyprawy z całego świata 

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: '\xF3l mor...' for column 'value' at row 1

insert into sessions values ('3kdrimadoo0bma3h0ra0i2oul6', '1713559787', '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:4:{s:8:\"keywords\";s:16:\"sól morska kamis\";s:6:\"osCsid\";s:32:\"465eab23fe9efbb1d82647a4f03baeb7\";s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}')

[TEP STOP]