Can anyone help me with setting up cron job for RSS2Blog version 3. I am using hostgator, and the command that I am using is: /usr/bin/php -q /home/jvenning/public_html/ rss3/post.php is there something wrong with the command>? P.S jvenning is the username is there a shorter command that may work?
Not positive but this path does not look correct? /home/jvenning/public_html/ rss3/post.php There is a space in the path for one! Also, does the file post.php live in a folder called _rss3? Boulder
post.php lives in folder rss not _rss are you saying the path should be /home/jvenning/public_html/rss3/post.php ? no spaces
Right! yea no spaces... Also does the folder rss3 live inside public_html? Is the folder called rss or rss3 make sure to list it right name in cron entry? Boulder
yes its inside public_html rss2blog folder is called rss3 so the cron line should be /home/jvenning/public_html/rss3/post.php right?
Yes, it should be that if that is the name of the folder where post.php lives.. along with the beginning like - /usr/bin/php -q /home/jvenning/public_html/rss3/post.php If you go in cPanel and go to post.php and click on edit post.php, you will see the exact path to that file above the text editor. Boulder