Fatal error: 'Error: Out of resources when opening file './opencart_db_3/oc_category.MYD' (Errcode: 24)
Error No: 23
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_product p LEFT JOIN oc_product_to_category ptc ON ptc.product_id = p.product_id LEFT JOIN oc_category_description cd ON ptc.category_id = cd.category_id LEFT JOIN oc_product_description ON oc_product_description.product_id = p.product_id LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.manufacturer_id = '16' AND NOT EXISTS (SELECT ptc.product_id FROM oc_product_to_category ptc LEFT JOIN oc_category c ON c.category_id = ptc.category_id WHERE c.hide_customer_groups LIKE '%"0"%' AND p.product_id = ptc.product_id)
'
in /var/www/html/partner3/system/library/db/mysqli.php:40
Stack trace:
#0 system/library/db.php(16): DB\MySQLi->query('SELECT COUNT(DI...', Array)
#1 system/storage/modification/catalog/model/catalog/product.php(1690): DB->query('SELECT COUNT(DI...')
#2 [internal function]: ModelCatalogProduct->getTotalProducts(Array)
#3 vqmod/vqcache/vq2-system_storage_modification_system_engine_loader.php(178): call_user_func_array(Array, Array)
#4 [internal function]: Loader->{closure}(Array, Array)
#5 system/engine/proxy.php(25): call_user_func_array(Object(Closure), Array)
#6 system/storage/modification/catalog/controller/product/manufacturer.php(191): Proxy->__call('getTotalProduct...', Array)
#7 system/storage/modification/catalog/controller/product/manufacturer.php(191): Proxy->getTotalProducts(Array)
#8 [internal function]: ControllerProductManufacturer->info()
#9 vqmod/vqcache/vq2-system_storage_modification_system_engine_action.php(51): call_user_func_array(Array, Array)
#10 catalog/controller/startup/router.php(25): Action->execute(Object(Registry))
#11 [internal function]: ControllerStartupRouter->index()
#12 vqmod/vqcache/vq2-system_storage_modification_system_engine_action.php(51): call_user_func_array(Array, Array)
#13 system/storage/modification/system/engine/front.php(37): Action->execute(Object(Registry))
#14 system/storage/modification/system/engine/front.php(32): Front->execute(Object(Action))
#15 system/framework.php(103): Front->dispatch(Object(Action), Object(Action))
#16 vqmod/vqcache/vq2-system_startup.php(124): require_once('/var/www/html/p...')
#17 index.php(23): start('catalog')
#18 {main}