Jump to content

problem with csv upload for bulk


Recommended Posts

Hello all

 

i have gone throw all the posts here and tried every thing for the csv upload 500 internal server error 

 

but still have the same problem cant upload bulk data 

 

right now the .user,ini setting  i have are this 

 

<?php
memory_limit = 768M;
default_socket_timeout = 100000;
max_execution_time = 100000;
max_input_time = -1;
post_max_size = 2000M;
upload_max_filesize = 2000M;
max_input_vars = 10000;
suhosin.get.max_vars = 10000;
suhosin.post.max_vars = 10000;
 
?>
 
 
my file size is 17mb of the csv uploading containg 7k plus products and this is just the sample file total uploads are more than 1 lac 
 
can any one give the solution for this what to change 
 
thanks in advance
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...