SE123 Posted June 4, 2010 Share Posted June 4, 2010 When i try to import my csv file (1000 products with images) i got this error:Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.I guess it's about some time out because there are about 200 product imported before error.Any solution? Link to comment Share on other sites More sharing options...
rocky Posted June 5, 2010 Share Posted June 5, 2010 This happens when there are many products. The only solution is to increase your PHP maximum execution time as high as possible. If that doesn't work, you'll need to split the CSV file into small files, or the minimum number of rows that are imported before it times out and then increase the "Skip X lines" value by that number each time it times out so that it resumes about where it left off. What PrestaShop really needs is a "Resume import" option that is similar to the "Resume thumbnail regeneration" option. 1 Link to comment Share on other sites More sharing options...
SE123 Posted June 5, 2010 Author Share Posted June 5, 2010 This happens when there are many products. The only solution is to increase your PHP maximum execution time as high as possible. If that doesn't work, you'll need to split the CSV file into small files, or the minimum number of rows that are imported before it times out and then increase the "Skip X lines" value by that number each time it times out so that it resumes about where it left off. What PrestaShop really needs is a "Resume import" option that is similar to the "Resume thumbnail regeneration" option. Splitting works. Thanks Link to comment Share on other sites More sharing options...
supzeb Posted July 27, 2010 Share Posted July 27, 2010 But what should I do If I can't make a split?I want to make an update for many existing products. so I have to check "Delete all categories before import" - or I will have duplicates.And then when I try importing (updating) hundreds of products- only a few dozens get updated.I'd really appreciate your help. Link to comment Share on other sites More sharing options...
adam3000 Posted August 25, 2011 Share Posted August 25, 2011 Splitting? Really. That's the solution? What about a store with thousands of products? Link to comment Share on other sites More sharing options...
sixthmind Posted May 30, 2012 Share Posted May 30, 2012 I have thousands of products to import. How can I increase PHP maximum execution time? 1 Link to comment Share on other sites More sharing options...
bastione Posted June 1, 2013 Share Posted June 1, 2013 WHICH IS THE WAY TO INCREASE THE PHP EXECUTION TIME? I HAVE A CSV WITH 167 PRODUCTS BUT THE ENGINE IMPORT JUST 12 PRODUCTS EACH TIME...THAT'S INCREDIBLE. AND THE IMAGE I HAVE SET ON THE IMAGE URL IS JUST 16KB THE DATA ARE LIGHTS BUT THE SITUATION IS LIKE THIS 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