Hello,
I'm running SME 6.01.
I've got a crontab entry that runs a script to extract various RSS feeds and write to an HTML file.
My Contrab Entry looks like this:
/home/e-smith/files/ibays/rss/html/donow >> /dev/null 2>&1
The actual script for "donow" is :
/usr/bin/php -q /home/e-smith/files/ibays/rss/html/crawlrss.php > /home/e-smith/files/ibays/rss/html/index.html
It runs every 4 hours ok. And the html file is created. But there is no content.
When I run the script from the shell, got no problems. Even when I "sudo -u root" its ok from the shell.
Anyone know why cron is having problems?
Thanks!