If the cron for the Vincentini pluing ever fails, change the cron command to the following:
curl -v "https://www.vincentiniplumbing.com/_tools/cron_fgoaw" 2>&1 | mail -s "Cron job output" YOUREMAILHERE@omahamediagroup.com
Change the cron settings from 5 0 * * 3 to * * * * *
This will force the cron to run every minute and generate an email log of the operation.
When you receive the email, change the cron settings back to 5 0 * * 3
In the email log, look for the following (should be around line 23):
< HTTP/1.1 200 OK
< Date: Thu, 25 May 2023 16:41:01 GMT
< Server: Apache
< X-Frame-Options: SAMEORIGIN
If this fails there is probably an issue with the server timestamp and the EE time. You'll need to modify the following template:
_tools/cron_fgoaw
Remove the initial conditional, if (date('D') === 'Tue' || date('D') === 'Wed'), and let the cron run.
Adjust the cron job time so the cron fires Wednesday at 12:05am local.
Add the appropriate conditionals to the template.