Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysqlt error: [1146: Table 'flowerad_payment.categories' doesn't exist] in EXECUTE("
select COUNT(*) AS prodCount
from flowerad_flowers.products p
left join (
select a.*
from flowerad_flowers.products_to_categories a
inner join flowerad_flowers.categories_description b
on a.categories_id = b.categories_id
inner join categories c
on b.categories_id = c.categories_id
where b.categories_parent_id = '10' or
b.categories_parent_id = '11' and
c.categories_status = 1
group by a.products_id
) p2c
on p.products_id = p2c.products_id
left join flowerad_flowers.categories_description cd
on p2c.categories_id = cd.categories_id
left join flowerad_flowers.categories_parent cp
on cd.categories_parent_id = cp.categories_parent_id
left join flowerad_flowers.products_description pd
on pd.products_id = p2c.products_id
w in /home/flowerad/public_html/lib/sd_m/dbconn/adodb/adodb-exceptions.inc.php on line 78