I know you’ll probably shout at me for being a hipster and running a bleeding edge .0 release of PHP. But I thought I would just report a couple of things so that you are aware and before other people come asking about it.
TTRSS works perfectly fine with 7.4.0 with two exceptions.
The favicon color script appears to be broken and none of the feeds have colors any longer. There is an error logged in the console on every feed update which is E_DEPRECATED. It looks like hexdec on line 208 of colors.php is getting some input that it doesn’t like. I’m assuming it’s the # character.
Invalid characters passed for attempted conversion, these have been ignored
- include/colors.php(208): hexdec(#cc66cc)
- classes/feeds.php(371): _color_unpack(#cc66cc)
- classes/feeds.php(557): format_headlines_list(-3, ForceUpdate, adaptive, 30, , 0, , 1, , , default)
- backend.php(123): view()
The other issue is this line is being logged in my PHP error log.
PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /www/ttrss/backend.php on line 7


this is ancient code though.

