Import not work on Xampp
-
I have been trying for hours but without any success. I tried out on my hosting before, but I have over 3500 products and I only get the first 20. I’m trying locally with Xampp. but unfortunately without any success. I’m asking for help. Here’s my log of Xampp
2019-05-28 08:31:51 Start Import
2019-05-28 08:31:51 Lang: AND language_id=4
2019-05-28 08:31:51 Query:
SELECT p.*, pd.*,
p2c.categories_id
FROM products p
LEFT JOIN products_description pd ON p.products_id=pd.products_id
LEFT JOIN products_to_categories p2c ON p.products_id=p2c.products_id
AND language_id=4
GROUP BY p.products_id
ORDER BY p.products_id2019-05-28 08:31:51 End Import
- The topic ‘Import not work on Xampp’ is closed to new replies.