Warning: fread(): Length parameter must be greater than 0 in /var/www/dfi/data/www/dfi.ua/system/library/cache/file.php on line 37
Fatal error: Uncaught exception 'Exception' with message 'Error: Disk full (/var/tmp/#sql_739_0); waiting for someone to free some space...<br />Error No: 1021<br />
SELECT
p.product_id,
cu.avatar as avatar,
IF (r.customer_id > 0, (
SELECT o.order_id
FROM `dfi_order` o
WHERE o.customer_id = r.customer_id AND o.order_status_id IN (3,5)
LIMIT 1
), NULL) as buy,
IF (r.customer_id > 0, (
SELECT o.order_id
FROM `dfi_order` o
LEFT JOIN `dfi_order_product` op ON o.order_id = op.order_id
WHERE o.customer_id = r.customer_id AND op.product_id = '24883' AND o.order_status_id IN (3,5)
LIMIT 1
), NULL) as buyproduct,
r_f.*,
r.*,
r.review_id as review_id, r.review_id as comment_id,
p.product_id, pd.name, p.price, p.image, r.date_added as date_added,
r.date_added as date_added, r.date_added as date_available,
(r.sorthex) as hsort
FROM `dfi_review` r
LEFT JOIN `dfi_product` p ON (r.product_id = p.product_id)
LEFT JO in /var/www/dfi/data/www/dfi.ua/system/library/db/mysqli.php on line 45