cancel
Showing results for 
Search instead for 
Did you mean: 

Cron job not generating sitemap

Cron job not generating sitemap

I try to set up automatic generation of Google sitemaps.

 

I generated a Sitemap (Catalog → Google Sitemap) and set up the configuration like below. However the sitemap is not generated automatically. In general the cronjob works (it sends emails and newsletters).

 

Running cron.sh manually creates some warnings:

user@host.com:$ ./cron.sh
./cron.sh: line 39: which: command not found
./cron.sh: line 45: expr: command not found
./cron.sh: line 46: ps: command not found
user@host.com:$ ./cron.php: line 1: ?php: No such file or directory
./cron.php: line 2: /backup: Is a directory
./cron.php: line 3: LICENSE.html: command not found
./cron.php: line 4: LICENSE.html: command not found
./cron.php: line 5: LICENSE.html: command not found
./cron.php: line 6: LICENSE.html: command not found
./cron.php: line 7: syntax error near unexpected token `('
./cron.php: line 7: ` * This source file is subject to the Open Software License (OSL 3.0)'

Does anyone have an idea?