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 = '1' 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 ('v9m80go1jcmnv8fnimv9il4jpg', '1754201294', 'sessiontoken|s:32:\"894fc04c3c76bfbc0078d7e83727aec6\";cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;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:2:{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:\"32870\";s:8:\"language\";s:2:\"hu\";}s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:4:{s:5:\"cPath\";s:6:\"79_279\";s:8:\"language\";s:2:\"en\";s:8:\"sub_lang\";s:2:\"hr\";s:4:\"page\";s:1:\"3\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') ON DUPLICATE KEY UPDATE expiry = VALUES(expiry), value = VALUES(value)

[TEP STOP]