You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: