Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysqlt error: [1: Can't create/write to file '/tmp/#sql_7ecd_1.MYI' (Errcode: 24)] in EXECUTE("
select p.products_image, pd.products_name, cp.categories_parent_name, cp.categories_parent_id,
cd.categories_name, cd.categories_id, pd.description_name,
pd.description, p.products_code, p.products_id,
p.product_image_thumbnail, fqp.price2 AS products_price,
p.products_tax_class_id
from flowerad_flowers.fq_products p
left join (
select a.*
from flowerad_flowers.fq_products_to_categories a
left join flowerad_flowers.fq_categories_description b
on a.categories_id = b.categories_id
where b.categories_parent_id = 5
group by a.products_id
) p2c
on p.products_id = p2c.products_id
left join flowerad_flowers.fq_categories_description cd
on p2c.categories_id = cd.categories_id
left join flowerad_flowers.fq_categories_parent c in /home/flowerad/public_html/lib/sd_m/dbconn/adodb/adodb-exceptions.inc.php on line 78
|