Important Note: Please do not forget to take a backup before doing these operations.
If you’re getting ” Maximum execution time of 30 seconds exceeded ” or ” Maximum execution time of 60 seconds exceeded errors “, it means that the process you’re doin takes a while than expected and is expired. You don’t need to worry. We’ll show you 3 different ways to fix this error.
1 – Please copy paste the followinh snippet code in your WP-config.php file.
set_time_limit(300);
2 – Please copy paste the following snippet code in your .htaccess file
php_value max_execution_time 300
Note: You may consider to take a backup of your .htaccess file just in case.
3 – Edit your Php.ini file and copy paste the following snippet code there:
max_execution_time = 300

If you have any questions about this article or other topics, please click the button below. Your questions will be answered soon.

To see all our themes and experiences, you can go to our themeforest profile by clicking the button below. Click and see now.