1030 - Got error 28 from storage engine
select c.categories_id, c.parent_id, c.categories_image, cd.categories_name, cd.categories_description, cd.categories_seo_description, cd.categories_seo_title from categories c, categories_description cd where c.categories_id = cd.categories_id and cd.language_id = '5' order by c.parent_id,
CASE WHEN c.parent_id NOT IN (0, 30, 32, 31, 21, 28, 41, 409, 367, 361, 359, 364, 430, 437) THEN cd.categories_name END ,
c.sort_order
[TEP STOP]
1114 - The table 'sessions' is full
INSERT INTO sessions (sesskey, expiry, value) VALUES ('k8i5gh8lu5sviq288sohua0q4m', '1754189282', 'sessiontoken|s:32:\"0cd9916adab4066c9d700d542a81c70e\";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:9:\"hungarian\";languages_id|s:1:\"5\";currency|s:3:\"EUR\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:16:\"product_info.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:2:{s:11:\"products_id\";s:5:\"18867\";s:8:\"language\";s:2:\"hu\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') ON DUPLICATE KEY UPDATE expiry = VALUES(expiry), value = VALUES(value)
[TEP STOP]