-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feeds no longer sync to Reeder for iOS after updating TT-RSS and Fever #31
Comments
Same here, not working anymore with v17.4 |
The Apache error.log shows: PHP Fatal error: Call to undefined function get_article_enclosures() in /var/www/html/tt-rss/plugins/fever/fever_api.php on line 561 Looks like |
Change line 561 of fever_api.php from
to
to fix that issue. It appears there are some more ...
|
…S v17.4. Rename get_article_enclosures() to Article::get_article_enclosures() and ccache_update() to CCache::update().
I applied @cdoenges's code locally and it works perfectly. 👍 |
worked well for me too, thanks for the solution! |
I combined this and the changes from #33 and it works. Now if only somebody made a Fever theme … |
I recently updated to the most recent v17.4 of TT-RSS, and the most recent version of tinytinyrss-fever-plugin. Before updating everything worked 💯, and I was able to sync to Reeder 3 on iOS. Since updating, however, I'm no longer able to do so.
Everything is configured the same as before, and I've tried updating my fever password, but no dice.
{"api_version":3,"auth":0}
I'm not seeing any errors in Reeder, either, it just said "nothing synced yet," or something along those lines.
The text was updated successfully, but these errors were encountered: