Error in query: SELECT a.image 
	FROM prod_table_image a 
	LEFT JOIN prod_table_product b on b.product_id=a.product_id
	LEFT JOIN prod_table_sort c on c.product_id=b.product_id
	LEFT JOIN prod_table_page d on c.category_id=d.id
	WHERE d.id=
	ORDER BY a.image_id DESC
	LIMIT 0,35