Notice: fwrite(): write of 327 bytes failed with errno=28 No space left on device in /home/admin/web/hondadream.com.ua/public_html/system/library/cache/file.php on line 53
Notice: fwrite(): write of 198 bytes failed with errno=28 No space left on device in /home/admin/web/hondadream.com.ua/public_html/system/library/log.php on line 31
Notice: fwrite(): write of 187 bytes failed with errno=28 No space left on device in /home/admin/web/hondadream.com.ua/public_html/system/library/log.php on line 31
Notice: fwrite(): write of 182 bytes failed with errno=28 No space left on device in /home/admin/web/hondadream.com.ua/public_html/system/library/log.php on line 31
Notice: fwrite(): write of 214 bytes failed with errno=28 No space left on device in /home/admin/web/hondadream.com.ua/public_html/system/library/log.php on line 31
Notice: fwrite(): write of 190 bytes failed with errno=28 No space left on device in /home/admin/web/hondadream.com.ua/public_html/system/library/log.php on line 31
Fatal error: Uncaught Exception: Error: Disk full (/tmp/#sql-temptable-302eb8-5a772-102a4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")<br />Error No: 1021<br />
SELECT DISTINCT
p.*,
pd.name AS name,
pd.description AS description,
m.name AS manufacturer /* Добавляем производителя */
FROM
oc_product p
LEFT JOIN
oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN
oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) /* Присоединяем таблицу manufacturer */
WHERE
p.model IN ('14711-PY3-000')
AND pd.language_id = '3'
AND p.status = '1'
AND p.date_available <= NOW()
UNION
SELECT DISTINCT
p.*,
pd.name AS name,
pd.description AS description,
m.name AS manufacturer /* Добавляем производителя */
FROM
oc_product p
LEFT JOIN
oc_product_des in /home/admin/web/hondadream.com.ua/public_html/system/library/db/mysqli.php on line 40