barrosa Posted April 1, 2013 Share Posted April 1, 2013 Hi! I am importing products for prestashop but i get an error 500 after five minutes approximately. This is my configuration on php.ini max_execution_time = 9000 max_file_uploads = 2000 max_input_vars = 5000 max_input_time = 5000 memory_limit = 900M post_max_size = 900M And i changed this lines for tracking the errors without results because i receive the Internal Server Error page: config.inc.php ini_set('display_errors', 'on'); ini_set('memory_limit','900M'); defines.inc.php define('_PS_MODE_DEV_', true); Please can you help me with this? Thank you very much! Link to comment Share on other sites More sharing options...
tomerg3 Posted April 1, 2013 Share Posted April 1, 2013 It could be a timeout in your Apache server (assuming you host actually uses the php.ini you created, which you can check using phpinfo()) Check with your host. Link to comment Share on other sites More sharing options...
barrosa Posted April 1, 2013 Author Share Posted April 1, 2013 The php.ini loads correctly, you can check in: http://tienda19.com/test.php Link to comment Share on other sites More sharing options...
tomerg3 Posted April 1, 2013 Share Posted April 1, 2013 Then it must be an Apache timeout, ask your host to look into that. Link to comment Share on other sites More sharing options...
nehasweety Posted February 28, 2015 Share Posted February 28, 2015 Hi, I'm also struggle with this error. when i import the products, only first ten product has import and shown 500 internal server error. i already increased the memory limit and execution time, but still i getting this error. please help me to solve this issue. Link to comment Share on other sites More sharing options...
tomerg3 Posted March 1, 2015 Share Posted March 1, 2015 Did you confirm they have increased in phpinfo()? IF so, check with your host if they use FastCGI, as it has a separate timeout. Otherwise, you would have to check the main Apache error log to find the root cause. Link to comment Share on other sites More sharing options...
Recommended Posts