prestashop-plugin icon indicating copy to clipboard operation
prestashop-plugin copied to clipboard

PHP timing out on checkout

Open jusasiiv opened this issue 6 years ago • 0 comments

On at least one case, when going through checkout to /controllers/front/validation.php the PrestaShop minifier script will time out PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/prestashop/vendor/matthiasmullie/minify/src/Minify.php

Temporary solution was to add set_time_limit(300); to the /vendor/matthiasmullie/minify/src/Minify.php file.

Needs to be investigated what causes the issue and provide a solution.

jusasiiv avatar Oct 29 '19 11:10 jusasiiv