tontof / kriss_feed

A simple and smart (or stupid) feed reader
279 stars 52 forks source link

No more feeds's updates #417

Closed djizuss closed 4 years ago

djizuss commented 4 years ago

It look like that Debian have depreciated php5-curl that is used by Krissfeed to update feeds

tontof commented 4 years ago

Can you update to PHP7 ? PHP5 is deprecated: https://www.php.net/supported-versions.php Maybe you can try to uninstall php5-curl as KrISS feed can use fopen instead if it does not find curl

djizuss commented 4 years ago

So: it was just that php was updated from 5 to 7, but php5-curl was still running A reboot was the solution :) i'm sorry for that and I thank you

tontof commented 4 years ago

No problem