Login:
Password:
Remember password Show my name in the online users list
Forgot password?
I am struggling to get cron to generate the google sitemap - I have the following entry in my crontab:
*/20 * * * * /usr/bin/php -f /home/charleshobson/public/www/cron.php
If I run cron.php manually from the command line I dont see any errors but the sitemap.xml is still not created/updated
Can anyone give me any pointers?
Thanks
Toby
Raptor Commerce Creators of the Supermenu extension for Magento
I have the same problem. Cron is running without errors but sitemap is not being generated AFAICT
Did you manage to solve this?
as usual i found something after digging through the forum a bit more. (forum search could be improved here… the snippet shown is mostly ‘Magento is the eCommerce software platform for growth that promises to revolutionize the industry’ etc etc)
looks like a line was missing from the sitemap config.xml (no idea why). Have a look at http://www.magentocommerce.com/boards/viewreply/62646/ actual path for me was app/code/core/Mage/Sitemap/etc/config.xml
Did it solve the problem for you ? I’ve added these lines, and my crons are running, but my google sitemaps are not generated…
Essential modules : Enhanced grid / Mass Product Relater/ Fooman Speedster / PDF Customiser / Simple order export
I just checked and yes, my sitemap is being generated. Not sure if it was this or something else though.. sorry.