1226 - User 'leshoppijfauth' has exceeded the 'max_questions' resource (current value: 62873)
select p.products_id, p.products_image from new_cimb_orders_products opa, new_cimb_orders_products opb, new_cimb_orders o, new_cimb_products p where opa.products_id = '13' and opa.orders_id = opb.orders_id and opb.products_id != '13' and opb.products_id = p.products_id and opb.orders_id = o.orders_id and p.products_status = '1' group by p.products_id order by o.date_purchased desc limit 8