php timeout error
« on: January 31, 2017, 07:33:05 PM »
Hi I have set up a crontab in my linux CentOS box to start the sitemap generation process.

But the process runs for a couple of hours before failing with a timeout error.

Kindly advise how I can resolve this.

The following is the error I get,

<h4>An error occured: </h4> <script> top.location = 'index.php?op=config&errmsg=The+process+has+been+interrupted+%28Time+limit+exceeded+-+9000+-+9004%29'
« Last Edit: January 31, 2017, 08:05:11 PM by joe44 »
Re: php timeout error
« Reply #1 on: February 01, 2017, 06:08:39 AM »
Hello,

you need to increase Maximum running time setting in generator configuration (or set it to "0" for unlimited).
Re: php timeout error
« Reply #2 on: February 01, 2017, 04:49:56 PM »
Thank you very much!