1226 - User 'leshoppijfcust' has exceeded the 'max_questions' resource (current value: 40000)
select
p.products_id,
p.products_quantity,
p.products_quantity_mini,
pd.products_name,
pd.products_name2,
pd.products_description,
p.products_price,
p.manufacturers_id,
p.products_tax_class_id,
p.products_weight,
p.products_divers,
p.products_mesure_status,
p.products_image,
p.products_affect,
p.adh_cart,
p.products_date_available,
p.products_status,
s.specials_new_products_price,
s.status
from
new_cimb_products p
join new_cimb_products_description pd
on pd.products_id = p.products_id
left join new_cimb_specials s
on s.products_id = p.products_id
join new_cimb_products_to_categories p2c
on p2c.products_id = p.products_id
join new_cimb_categories c
on c.categories_id = p2c.categories_id
where
c.cat_status = '1'
and p.products_id = '40'
and p.products_status = 1
and p.products_quantity > 0
and pd.language_id = '4'
[TEP STOP]
1226 - User 'leshoppijfcust' has exceeded the 'max_questions' resource (current value: 40000)
INSERT INTO `new_cimb_usu_cache` (cache_name, cache_data, cache_date) VALUES ('6fc8254a1503cb8d0c2215ef2903c802', 'tZJNasMwEIWvIrQo7c76cX/Gq6aBbtqk0O7D4AyuIJaNRoZA8IFyjlysUlxoQyGbtitJo6f3PmmEoGHHoBTIPnTroY68cmtZIRjYObi5m2ZJYb4pPLYkKwZ9DXJOzAOLdggUhSrU1pRitnx9Wy6yQpUga4zUdMHR10GlQT5i25KYdRw7f6yZE2mmSAkgdSmr0YG151EKkPe+2ZAgHwP6+C8QRp2HSEFz3CSIKVw8YAiHvbDF1hZ/STIyZKcXjO+5Vzr3SucHUpktby0+re0tyCdi0TsKIY2B6s5zdHE47NPyMuNiQ+JCPGNoKLHzVQo4mmi7ymk4/ZFU6H/nekr289LjOH4A', '2026-03-02 08:45:17')
[TEP STOP]