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 = '58'
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 ('52e6af710440f35c4ef6dd7670dc789f', 'rZLNasMwDMdfxfgw1ls+XMicU7uNXtZksNFrEamWGRw72A4MRh6oz5EXm501rGMjDNaTZVnS/2dJwBP+bvmS0+oR3CvNITgET5i34umpgAZpbjnLOH1AS1qBxvjTYKWVdcJ1w9Ffr+9ASqiRXJEtmBqlRLugeT8WSdg+WZ7qj472f1W/k8UJpxtoGiRrbZ1WXtXLxrGXMfrQVc7uxSGos/A7duOtNHDE6VmEOhVLfdpK1RIJKmdAObIun57LgrSgSKW7djiOmgEAHNbaCPzK/onyKXMWGlCsbwQNHek9D5vlSaLfeS4LkcbzEF4oTAKnZtyCMcORsOiNRRduRzQ/nmwi2ZWbVXFPtp10grxo04Dz+8Imc/EnrJ2uQeEsVhbWqf8A', '2025-02-12 04:23:27')
[TEP STOP]