Known Bugs

All versions

  • Tags consisting entirely of numbers may not display correctly.

1.4.2 and below

  • Option ENABLE_SIMPLEPIE is described confusingly in config.php - what it actually means is that when enabled tt-rss will use SimplePie library by default instead of Magpie. Notions about Digest MD5 support and the nature of support being experimental are obsolete.

1.3.0

  • Articles are being constantly marked as unread, when purging is disabled (link).
  • MySQL schema fails to import (see #229)

1.2.23

  • You may need to force-refresh the stylesheet in Preferences, if you experience weird graphical issues (see #208)

1.2.18

1.2.6 and lower

  • Tag browser doesn't work for users with UID not equal to 2. Fix: apply [changeset:1508 this patch].

1.1

  • In vanilla 1.1 XML import fails to work. It was fixed just a few hours after I released 1.1, so if you downloaded b0rked version - just download it again (the fixed one is marked 1.1.p1 at the bottom of the page). Sorry for the mess, but I can't force myself to do a formal release for one bugfix right now.
  • #3 -- Another XML import bug, see ticket for details (affects 1.1 and 1.1.p1).
  • Tag counters may display incorrectly when browsing by tags, they may spontaneously reset to zero, etc. See changeset:693.

1.0.7

  • When upgrading from 1.0.6 schema, column "update_interval" is not being created in update script.
begin;
alter table ttrss_feeds add column update_interval integer;
update ttrss_feeds set update_interval = 0;
alter table ttrss_feeds alter column update_interval set not null;
alter table ttrss_feeds alter column update_interval set default 0;
commit;
  • Another schema update issue here.

Also available in: HTML TXT