mehdi09 Posted May 16, 2013 Share Posted May 16, 2013 Hello everyone, I know there are several post about it, but I have not found the solution, which is why I allow myself to post one again. When I try to generate too many combinations of variations for a product (6x12x12x12x12x12 about 1.5 million combinations) a 500 error occurs. I tried the method htaccess: php_value upload_max_filesize 400M => increases the size of the download php_value post_max_size 200M php_value max_execution_time 6000 => execution time of the script php_value max_input_time 6000 php_value memory_limit 400M => Memory allocated to script and the method by editing the file config.inc.php ini_set ('upload_max_filesize', '400M '); ini_set ('php_value post_max_size', '200M '); ini_set ('php_value max_execution_time', '0 '); ini_set ('php_value max_input_time', '6000 '); ini_set ('php_value memory_limit' '400M '); ini_set ('default_charset', 'utf-8'); I think that I'm close to the solution, but I don't understand a lot what I'm editing. I attached these two files. Htaccess and config.inc.php Thank you really if you can help me. Sincerely, config.inc.php htaccess.txt Link to comment Share on other sites More sharing options...
Pronux Posted March 12, 2014 Share Posted March 12, 2014 Same problem here. Did you find a solution? Link to comment Share on other sites More sharing options...
Recommended Posts