I use the excellent FeedWordPress on my blog in order to syndicate RSS into blog posts. Everything works great, except I cannot get my hosting company to run a scheduled task to automatically update the feeds.
I have followed the
instructions which says you should "use the following line in your crontab:
25 * * * * cd $HOME/www/wp/wp-content ; php -q update-feeds.php
And I have altered the path to match my Web host, but this simply generates an acess denied message.
I don't have a great deal of knowledge with cron, so any help would be greatfully received.