Notice: file_put_contents(): write of 31 bytes failed with errno=28 No space left on device in /home/falcon/public_html/catalog/controller/extension/lightning/gamma.php on line 9
Warning: file_put_contents(): Only -1 of 31 bytes written, possibly out of free disk space in /home/falcon/public_html/catalog/controller/extension/lightning/gamma.php on line 9
Fatal error: Uncaught Exception: Error: Disk full (/tmp/#sql_3e5514_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")<br />Error No: 1021<br />
SELECT *
FROM `oc_product` p
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)
LEFT JOIN `oc_product_to_category` p2c ON (p.product_id = p2c.product_id)
LEFT JOIN `oc_category` c ON (c.category_id = p2c.category_id)
LEFT JOIN `oc_category_to_store` c2s ON (c.category_id = c2s.category_id)
WHERE
c.category_id IN (295)
AND p.status = '1'
AND p.date_available <= NOW()
AND pd.language_id = '1'
AND p2s.store_id = '0'
AND c.status = '1'
AND c2s.store_id = '0'
AND p.product_id != '10670'
ORDER BY p.sort_order ASC, LCASE(pd.name) ASC
LIMIT 0, 20 in /home/falcon/storage2/modification/system/library/db/mysqli.php:49
Stack trace:
#0 /home/falcon/storage2/modification/system/library/db.php(66): D in /home/falcon/storage2/modification/system/library/db/mysqli.php on line 49