SOLVED by JustAMacUser
The SSH code I needed was "/usr/local/php53/bin/php /home/user/mydomain.com/rss/update.php --feeds --quiet"
Cron Job is working now!
I couldn't have done it without JustAMacUser
I'm using an unsupported service, a shared hosting site, DreamHost.
DreamHost provides a Cron Job tab, which I will eventually set up, but currently I am using SSH to see if the command works, which it's failing and that's where I need assistance.
Per the UpdatingFeeds wiki the code is:
Code: Select all
*/30 * * * * /usr/bin/php /home/user/public_html/tt-rss/update.php --feeds --quiet
I'm attempting the command below but it is failing:
Code: Select all
/usr/local/php5/bin/php /home/myuser/mydomain.com/tt-rss/update.php --feeds --quiet
I was instructed by DreamHost's support that php is located in the "/usr/local/php5/bin/php" directory, hence the change.
The error I am receiving is:
Code: Select all
Could not open input file: /home/myuser/mydomain.com/tt-rss/update.php
Any help would be great.
