Feed-on-Feeds
Feed-on-Feeds copied to clipboard
FeedOnFeeds is a lightweight server-based RSS feed aggregator and reader
PHP 8.x
Running FoF with PHP 8.0 or 8.1 shows a lot of Deprecation warnings and one Fatal Error in the PDO Log class. It inherits the PDO class but the function...
It would be nice if certain plugins could be set to be disabled by default. For example, the new `plain.php` plugin (which also really should be a render plugin, not...
Seeing in our logs that FoF SimplePie is trying to get retrieve our RSS feed. That goes well. Then it follows with two requests. Both are blocked, as we don't...
Update everything to work with PHP 8.3 A lot of stuff has been deprecated or made stricter with return type annotations. Also, the SimplePie ad-hoc autoloader stopped working, so I...
Fixes issue #58 on a clean install on mysql 15.
Attempting a new install on a server running PHP 8.3.6 and mysql 15.1 results in this error: ``` table fof_item_tag [CREATE TABLE IF NOT EXISTS fof_item_tag ( user_id INT(11) NOT...