Quote Originally Posted by wsworx View Post
Hi lat9

No, I only have the one cron job running.
The only difference I see now between the previous cron job setup and the way the new landing page for Sitemap XML indicates wording is listed below:

Current Cron job:
Code:
0 5 * * * php -f <path to shop>/cgi-bin/sitemapxml.php rebuild=yes ping=yes
New sitemap example:
Code:
0 5 * * * php -f <path to shop>/cgi-bin/sitemapxml.php rebuild=yes
I will correct that, but it doesn't seem like just removing the "ping" statement is going to help this situation.
I agree; it's something to do with using the php form of invocation for the cron-job. Try the following instead:

GET 'https://your_domain/index.php?main_page=sitemapxml&rebuild=yes'