Fatal error: Uncaught Exception: Error: Error writing file '/tmp/#sql-temptable-1501b2-4c7daf5-53b0f8.MAD' (Errcode: 28 "No space left on device")<br />Error No: 3<br />
SELECT
*,
(
SELECT
COUNT(*)
FROM ab_product_to_bundle
WHERE
bundle_id = b.bundle_id
) AS total_products
FROM ab_bundle b
INNER JOIN ab_bundle_description bd USING (bundle_id)
INNER JOIN ab_bundle_to_store b2s USING (bundle_id)
INNER JOIN ab_product_to_bundle p2b USING (bundle_id)
WHERE
p2b.product_id = 38176
AND bd.language_id = 2
AND b2s.store_id = 0
AND (b.date_start = '0000-00-00' OR b.date_start <= NOW())
AND (b.date_end = '0000-00-00' OR b.date_end > NOW())
AND b.status = 1
GROUP BY b.bundle_id
ORDER BY b.sort_order, LCASE(bd.name)
in /home/autobase/public_html/system/storage/modification/system/library/db/mysqli.php:50
Stack trace:
#0 /home/autobase/public_html/system/storage/modification/system/libra in /home/autobase/public_html/system/storage/modification/system/library/db/mysqli.php on line 50