Website keeps timing out whilst making the changes Resolved Requested: 4 years and 8 months ago Hi, we have quite a large site and have set Go Live Update Urls to do it’s job but the page keeps timing out – what should I do?
OnPoint Plugins 4 years and 8 months ago Hi Patrick, One option would be to run one section at a time like so: Uncheck all the boxes. Check one box at a time. Click “Update URLs” If that doesn’t work, you could temporarily increase you site’s timeout by adding one of the following to your site’s wp-config.php file: ini_set('max_execution_time', 300); //300 seconds = 5 minutes set_time_limit(300); //300 seconds = 5 minutes Have a great night! Mat Lipe
Hi Patrick,
One option would be to run one section at a time like so:
If that doesn’t work, you could temporarily increase you site’s timeout by adding one of the following to your site’s wp-config.php file:
ini_set('max_execution_time', 300); //300 seconds = 5 minutes
set_time_limit(300); //300 seconds = 5 minutes
Have a great night!
Mat Lipe
Thanks Matt, that’s great!