LoftDog1 Posted April 14, 2017 Share Posted April 14, 2017 I can only get 258 products uploaded until I get a page that reads: "The server encountered an internal error or misconfiguration and was unable to complete your request. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request." Any ideas? Link to comment Share on other sites More sharing options...
selectshop.at Posted April 14, 2017 Share Posted April 14, 2017 Your server configuration don't have the needed limit set to right which are: max_execution_time 300, max_imput_time 300, memory_limit 512M. If you are importing a file with more than 2.000 products (or products with combinations/variants), so the limit for max_execution and max_input should be set to 900. If your provider does not allow this limits, so you need to split your csv in several smaller ones. 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