Jump to content

Importing Producst Through Csv Import - 404 Not Found


Artunj

Recommended Posts

  • 3 weeks later...

Try to update PHP. INI  and the second file:

Overrided Setting of AdminImportController.php
@ini_set('memory_limit', '1024M');
@ini_set('max_execution_time', 0);
@ini_set('max_input_time', -1);
@ini_set('max_input_vars', 20000);

 

update for more  :) e.g. max execution time ; )

file path: controllers/admin/AdminImportController.php

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...