1226 - User 'leshoppijfauth' has exceeded the 'max_questions' resource (current value: 64000)
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 'leshoppijfauth' has exceeded the 'max_questions' resource (current value: 64000)
INSERT INTO `cimb_usu_cache` (cache_name, cache_data, cache_date) VALUES ('87d47bec76ae25b02cc2887256141edd', 'tY49agMxEIWvIqYIThMs7S7Es1VMwI3/SNKbYT2sBVrJaOQimD1QzpGLWbJTOE26VPNm3hu+R2jwLNggdFtKB2gJNZ4tmvqmbtaaBoZWsH5GWLKoo+UY84zcBS/JptP3V14nr+Qc9awe1Ipiz86xPEI7joJaIxxj2J+6JDu7LxxTOI3OqiocXd0l/A9QzxDe6DN4pZ+aqRrUfPP+sVlfrVKMEvchWr77MAgLGgZW8yAp+Out+hUteMl4ME0uZ7Gu/+xgpggvvnes2KdIPv1DiXG8AA==', '2024-11-01 09:33:37')
[TEP STOP]