Fatal error: 'Error: Disk full (/tmp/#sql-temptable-261-15038-8c47.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Error No: 1021
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '324' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)'
in /www/ledge-team.com/root/system/library/db/mysqli.php:40
Stack trace:
#0 system/storage/modification/system/library/db.php(59): DB\MySQLi->query('SELECT * FROM o...')
#1 catalog/model/catalog/category.php(10): DB->query('SELECT * FROM o...')
#2 system/storage/modification/system/engine/loader.php(270): ModelCatalogCategory->getCategories('324')
#3 system/engine/proxy.php(47): Loader->{closure}(Array, Array)
#4 catalog/controller/common/menu.php(20): Proxy->__call('getCategories', Array)
#5 system/storage/modification/system/engine/action.php(79): ControllerCommonMenu->index(Array)
#6 system/storage/modification/system/engine/loader.php(70): Action->execute(Object(Registry), Array)
#7 catalog/controller/common/header.php(78): Loader->controller('common/menu')
#8 system/storage/modification/system/engine/action.php(79): ControllerCommonHeader->index(Array)
#9 system/storage/modification/system/engine/loader.php(70): Action->execute(Object(Registry), Array)
#10 system/storage/modification/catalog/controller/product/product.php(455): Loader->controller('common/header')
#11 system/storage/modification/system/engine/action.php(79): ControllerProductProduct->index()
#12 catalog/controller/startup/router.php(25): Action->execute(Object(Registry))
#13 system/storage/modification/system/engine/action.php(79): ControllerStartupRouter->index()
#14 system/storage/modification/system/engine/router.php(71): Action->execute(Object(Registry))
#15 system/storage/modification/system/engine/router.php(60): Router->execute(Object(Action))
#16 system/framework.php(165): Router->dispatch(Object(Action), Object(Action))
#17 system/startup.php(104): require_once('/www/ledge-team...')
#18 index.php(19): start('catalog')
#19 {main}