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 = '31'
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 ('7182873bb36183d1375621509fe8750e', 'rZDPSgMxEIdfJeQg9bb5UyizJ0XwUltR72XYDmtgNylJCoLkgXwOX8xJ3eqC4EVPSYaZ+b5fEDS8JliC7O4xP8sWvwra7vRyXjhscCTZJrArkGtK4uAoRj4jdcGn7PLx/Y2fixscBuxJXIg7jD0NA6XLOlcp5x1Kg7zFcSRxHVIOXrbFgbaMU2ehv+FKYYhi6xj2xy6nndtPYRyYFd9M5Sgz6/AT0DQg61J22z4+bTdCPFCX0fdcMc2L0s0pQXXETH2Ijr6Hfwb7pMxaq0liE1n/l2Nb+6uOZp2rE5x8jujzpPWfEqV8AA==', '2026-03-19 23:04:41')
[TEP STOP]