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 ('vol7scdloso3lcbi9jc36o3ep1', '1754202533', 'sessiontoken|s:32:\"ed39d579f2b1e5ed6b6b5ef35368d7e2\";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: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:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:4:{s:5:\"cPath\";s:10:\"42_387_223\";s:8:\"language\";s:2:\"en\";s:8:\"sub_lang\";s:2:\"de\";s:4:\"page\";s:1:\"4\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') ON DUPLICATE KEY UPDATE expiry = VALUES(expiry), value = VALUES(value)

[TEP STOP]