Warning: mysqli::query(): (HY000/1): Can't create/write to file '/tmp/#sql_aa6_0.MAI' (Errcode: 30 "Read-only file system") in /home/biente/ecommerce.biente.shop/demo1/system/library/db/mysqli.php on line 18
Fatal error: Uncaught Exception: Error: Can't create/write to file '/tmp/#sql_aa6_0.MAI' (Errcode: 30 "Read-only file system")<br />Error No: 1<br />
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
cd.language_id = '1'
AND c2s.store_id = '0'
AND c.status = '1'
AND c.parent_id = '0'
ORDER BY
c.sort_order, LCASE(cd.name)
in /home/biente/ecommerce.biente.shop/demo1/system/library/db/mysqli.php:40
Stack trace:
#0 /home/biente/ecommerce.biente.shop/demo1/storage/modification/system/library/db.php(58): DB\MySQLi->query('\n\t\t\tSELECT *\n\t\t...')
#1 /home/biente/ecommerce.biente.shop/demo1/catalog/model/journal3/category.php(156): DB->query('\n\t\t\tSELECT *\n\t\t...')
#2 /home/biente/ecommerce.biente.shop/demo1/vqmod/vqcache/vq2-storage_modification_system_engine_loader.php(256): ModelJournal3Category->getCategories(0, 0, false)
#3 /hom in /home/biente/ecommerce.biente.shop/demo1/system/library/db/mysqli.php on line 40