TinyTinyRSS is a RSS reader installed on mussel. The URL is https://secure.ucc.asn.au/reader/ It is located on disk at /usr/local/tt-rss/tt-rss It used to be owned by www-data user. This changed at some point so it stopped working. On 2018-12-10 RME chowned it to webservices. Now it works again. On 2019-02-01 RME added a cronjob to mussel to update the feeds: 30 * * * * sudo -H -u webservices php /usr/local/tt-rss/tt-rss/update.php --feeds ---- 2019-08-29 It stopped working again. Might have been the upgrade to PHP7. After you login you got a blank screen. * I went into config.php and changed LOG_DESTINATION to '' This is not strictly necessary but let me see the error in the apache logs (rather than presumably being logged to postgres) > tail /var/log/apache2/error.log Error was PHP Fatal error: Uncaught Error: Call to undefined function imap_open() IMAP appears to be required for our auth. I ran > aptitude install php7.0-imap and > apache2ctl graceful It works! Change logging back to 'sql' mode. ---- 2020-05-09 It stopped working again. Probably the upgrade to Debian 10. I ran > aptitude install php7.3-imap and > apache2ctl graceful