Fatal error: Uncaught exception 'Exception' with message 'Error: Disk full (/tmp/#sql_1_8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")<br />Error No: 1021<br />
SELECT d.*, dd.*, GROUP_CONCAT(df.documentation_folder_id SEPARATOR ',') as folders
FROM oc_product_to_documentation p2d
LEFT JOIN
oc_documentation d ON (p2d.documentation_id=d.documentation_id)
LEFT JOIN
oc_documentation_description dd ON (d.documentation_id=dd.documentation_id)
LEFT JOIN
oc_documentation_customer_group dcg ON (d.documentation_id=dcg.documentation_id)
LEFT JOIN
oc_documentation_to_folder d2f ON (d.documentation_id=d2f.documentation_id)
LEFT JOIN
oc_documentation_folder df ON (df.documentation_folder_id=d2f.documentation_folder_id)
WHERE
p2d.product_id = 16577
AND
dd.language_id = '1'
AND
(
dcg.customer_group_id IS NULL
)
AND (df.status IS NULL OR df.status = 1)
GROUP BY d.documentation_id
in /storage/sites/gutentech.ru/system/library/db/mysqli.php on line 40