Artunj Posted December 11, 2015 Share Posted December 11, 2015 Hi I am trying to import my products through csv file. When I am uploading not more than 5 products it is ok. However if it is more than 5 products there is coming 404 not found page. is it hosting issue or how to solve it? Link to comment Share on other sites More sharing options...
satkauskas Posted December 28, 2015 Share Posted December 28, 2015 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 More sharing options...
satkauskas Posted December 30, 2015 Share Posted December 30, 2015 solution is found. drop a message here if needed. 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