STI Innowacyjne Technologie Laboratoryjne Choose the language:
English Version  Wersja polska
WYSZUKAJ
  Homepage » Catalog » Others
Submit to our newsletter:

Submit
  • Dostawcy
List of products
Show: 
Displaying 41 to 45 (of 6486 products) Result Pages: [<< Prev]   1  2  3  4  5  6  7  8  9  10 ...  [Next >>] 
2013 - Lost connection to MySQL server during query

select p.products_image, p.products_model, pd.products_name, m.manufacturers_name, p.products_weight, p.products_id, p.manufacturers_id, (p.products_price*cu.value) as products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price*cu.value) as final_price from (products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join specials s on p.products_id = s.products_id, products_to_categories p2c) left join currencies cu on p.products_waluta=cu.code where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '57' order by pd.products_name limit 40, 5

[TEP STOP]

2006 - MySQL server has gone away

select count(*) as total from sessions where sesskey = 'aa8193daa7293e295b326ce71e365c1c'

[TEP STOP]