Reply 348260 to: I can’t increase Max execution time with the hosting company

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
February 28, 2023 at 06:26

Hello, Shawn Lisk,

We apologize for the inconvenience, but the administrative login details you provided are not functioning correctly (see link: https://postimg.cc/kRCQWgVz).

You may have received a message such as “Maximum execution time of 30 seconds exceeded” or “Maximum execution time of 60 seconds exceeded”. This indicates that the process is taking too long to complete and is timing out. There are several ways to address this error.

Method 1: Edit the file wp-config.php:
Add the following line to wp-config.php:

set_time_limit(300);

Method 2: Edit the file .htaccess:
Before making any changes, please back up the .htaccess file.
Add the following line to .htaccess:

php_value max_execution_time 300

Method 3: Editing php.ini
Add the following line to php.ini:

max_execution_time = 300

We hope this information is helpful.

Best Regards,
8Theme’s Team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.