peedeefish Posted November 1, 2010 Share Posted November 1, 2010 I am trying to upload images from my excel spreadsheet, but I keep getting an internal server error. Maybe 5 seconds after I click Import CVS data, I get the error. I uploaded the same spreadsheet to my shop installed on my local computer and 30 min after I clicked Import it is still loading. I'm assuming its working on my computer. So I don't think there is anything wrong with the spreadsheet. What can be wrong?I posted this in the general discussion earlier by accident, sorry.Thanks. Link to comment Share on other sites More sharing options...
peedeefish Posted November 1, 2010 Author Share Posted November 1, 2010 I think it is because the cvs file is to big. I just uploaded over 1700 products at one time without the images. Is there a way I can change the settings to accept the larger file? Link to comment Share on other sites More sharing options...
rocky Posted November 2, 2010 Share Posted November 2, 2010 You will need to increase the memory_limit and maximum_execution_time in your php.ini file as high as your host will let you. If that's still not enough, you will need to split your CSV file into smaller pieces and upload them one at a time. 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