stephanediondev / readerself

Replaced by a new version
https://github.com/stephanediondev/feed
Other
158 stars 26 forks source link

Subscribed Feeds but no items #10

Closed XmlmXmlmX closed 10 years ago

XmlmXmlmX commented 10 years ago

Hey, don't know what I am doing wrong. My subscription list is filled with feeds, but I don't get any items on the home site. Do I understand right, if I set the cron job to /index.php hourly?

Greetings, Sebastian

stephanediondev commented 10 years ago

Hi

You have to add on cron/crontab a call to index.php with parameters

cd /path-to-installation && php index.php refresh items

To test you can launch in a browser

/refresh/items
XmlmXmlmX commented 10 years ago

Thank you :+1: