From what I'm reading, I think the id_product and id_image in the database don't match.
Find a product in the database and ps_image table. id_image is the path to the image. For example id_image = 12345: path: ./img/p/1/2/3/4/5/12345.jpg
From what I'm reading, I think the id_product and id_image in the database don't match.
Find a product in the database and ps_image table. id_image is the path to the image. For example id_image = 12345: path: ./img/p/1/2/3/4/5/12345.jpg
From what I'm reading, I think the id_product and id_image in the database don't match.