Egstudio Posted October 3, 2011 Share Posted October 3, 2011 Hi, I need to import products from a CSV file that contains ~940 lines. The import goes well, no errors and shows a success message at the end, but when I check the number of products in the DB, I always get 217 while the last product is always the last line in my file with an unrecognized ID (meaning the last ID cannot be found in my file). Has anyone got an idea how / why this happens? Link to comment Share on other sites More sharing options...
phrasespot Posted October 4, 2011 Share Posted October 4, 2011 Load your CSV file a in spreadsheet to see if all the rows align as expected Link to comment Share on other sites More sharing options...
Egstudio Posted October 5, 2011 Author Share Posted October 5, 2011 I loaded it several times, the rows are good, the import ends successfully. I even checked if the loop goes through all the products and it does, but somehow its not importing beyond 217 products. The import also takes extremely long, 3-4 minutes each time. Link to comment Share on other sites More sharing options...
phrasespot Posted October 5, 2011 Share Posted October 5, 2011 Maybe it is PHP's memory limit. Try increasing the memory. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now