2006 - MySQL server has gone away

select p.*, pd.*, 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) as final_price, p.products_quantity as in_stock, if(s.status, 1, 0) as is_special from products_description pd, products p left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' order by products_date_added desc limit 10

[TEP STOP]

2006 - MySQL server has gone away

INSERT INTO sessions (sesskey, expiry, value) VALUES ('0tu1qevs3n1u4i3n2mfiof32r6', '1720252290', 'sessiontoken|s:32:\"94f27be6adbe1be28c888a16faa4696b\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:10:{s:8:\"8260____\";a:1:{s:3:\"qty\";i:1;}s:8:\"7271____\";a:1:{s:3:\"qty\";i:1;}s:8:\"6552____\";a:1:{s:3:\"qty\";i:1;}s:8:\"3163____\";a:1:{s:3:\"qty\";i:1;}s:8:\"7266____\";a:1:{s:3:\"qty\";i:1;}s:8:\"8044____\";a:1:{s:3:\"qty\";i:1;}s:8:\"3171____\";a:1:{s:3:\"qty\";i:1;}s:8:\"5050____\";a:1:{s:3:\"qty\";i:1;}s:8:\"3300____\";a:1:{s:3:\"qty\";i:1;}s:8:\"5474____\";a:1:{s:3:\"qty\";i:1;}}s:5:\"total\";d:926.2;s:6:\"weight\";d:0;s:6:\"cartID\";s:5:\"78637\";s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"EUR\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:17:\"shopping_cart.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:2:{s:4:\"ceid\";s:26:\"0tu1qevs3n1u4i3n2mfiof32r6\";s:8:\"currency\";s:3:\"EUR\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:4:{s:4:\"page\";s:37:\"ext/modules/content/reviews/write.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:2:{s:4:\"ceid\";s:26:\"0tu1qevs3n1u4i3n2mfiof32r6\";s:11:\"products_id\";s:3:\"424\";}s:4:\"post\";a:0:{}}}new_products_id_in_cart|i:5474;payment|s:14:\"paypal_express\";') ON DUPLICATE KEY UPDATE expiry = VALUES(expiry), value = VALUES(value)

[TEP STOP]