tt-rss Won't Start After an Update: Enabling the PHP intl Module
Watch out when you update TinyTiny RSS
When I updated tt-rss, also known as TinyTinyRSS, to the latest version with git pull, it stopped starting up with the error below
PHP UConverter class is missing, it’s provided by the Internationalization (intl) module.
The environment it was running in at that point:
nginx : 1.16.1 PHP(php-fpm) : 7.3 mysql : 5.5.62 Since it is an error related to Internationalization (intl), I checked the package involved, but it was already installed (php73-php-intl)
[Read More]