Error after installation in settings dialog
Closed this issue · 7 comments
Hi,
first of all thanks for the nice plugin! Should come in handy now as Google Reader shuts down...
But I have a problem with it: After installing the plugin as instructed in the README, I only get a very generic error message in the settings dialog: "Es ist ein Fehler aufgetreten."
Any clues what causes this? Can I somehow debug it?
You could check your Apache error_log and also try to see if the "Network" tab in the Chrome Developer Tools shows an error. Do you use the latest TT-RSS version with the current version of the plugin?
with tt-rss 1.7.8, I get "PHP Fatal error: Call to undefined method PluginHost::getInstance() in /home/xxx/html/rss/plugins/af_feedmod/init.php on line 144"
@projekt21 It's because gothfox made various changes to the tt-RSS PluginHost and FeedMod is already updated. Try to use 8ba6cb2 .
Right. Works.
Thanks for the fast reply!
Ok, started debugging and found the same issue as @projekt21:
PHP Fatal error: Call to undefined method PluginHost::getInstance() in /var/www/vhosts/.../news/plugins/af_feedmod/init.php on line 144, referer: https://.../prefs.php
But I am already using the latest revisions of af_feedmod (1.0) and tt-rss (1.7.8), so I am quite puzzled right now ;-)
Oh, I am sorry! Just clicked on the revision link and checked the modification, compared to my code and thought "Oh, ok. That's what I already have." Stupid me!
Now it is working like a charm :)