Method 1: Edit file wp-config.php:
Add the following to wp-config.php:
set_time_limit(300);
Method 1: Edit file wp-config.php:
Add the following to wp-config.php:
set_time_limit(300);
Method 2: Edit file .htaccess:
Make sure you back up .htaccess before you edit it.
Add the following to .htaccess:
php_value max_execution_time 300
Method 3: Editing php.ini
Add the following to php.ini:
max_execution_time = 300
Hello limaanapaula1919,
Below are some of the methods which can help you to increase max_execution_time.
Method 1: Edit file wp-config.php:
Add the following to wp-config.php:
set_time_limit(300);
Method 2: Edit file .htaccess:
Make sure you back up .htaccess before you edit it.
Add the following to .htaccess:
php_value max_execution_time 300
Method 3: Editing php.ini
Add the following to php.ini:
max_execution_time = 300
More information can be found at https://ww.wp.xz.cn/support/article/common-wordpress-errors/
Let me know if this helps.
Regards,
Kartik
Thank you for your replay. as I am new here I have some problems to find pages like that. Where can I find wp-config.php? I just can’t see it.
Thank you.
Thank you limaanapaula1919
Okay just a time
At first you login your website cpanel>>
Next go into public.html>
you can see> your website files
Now you will find here wp-config.php
And add that code. Thats it
There are 3 methods given to modify 3 different files:
Do we need to modify all of them or only one file is sufficient? Which one?
Thanks.