PHP7.4 deprecations

Hello,
suddenly i got the same errors as mentioned in the first post. I updated the functions in feeds.php and colors.php.
Now im getting this error:
Uncaught Error: Class ‘UrlHelper’ not found in …/tinyrss/tinyrss/classes/rssutils.php:467 Stack trace: #0 …/tinyrss/tinyrss/classes/feeds.php(835): RSSUtils::update_rss_feed() #1 …/tinyrss/tinyrss/backend.php(123): Feeds->update_debugger() #2 {main} thrown

I tried to fix / replace all old functions with the new ones which refer to URIHELPER. That didnt work.
Any ideas?

Did you actually try using the latest code from git master ?

in order to repleace the functions? - yes, i did
its not self hostet, i installed it via softaculous.
when i try to replace the complete rssutils.php file the website wont start anymore.

i have a few ideas but you are not going to like them. :man_facepalming:

lol…tell me more :wink:

What files and folder can be overwritten without affecting the functionality or cant be as config files etc.

You can’t just start replacing random files in the hopes of fixing things.

Don’t do that. Do this:

i cant access the server via ssh.
i downloaded the latest files from github and replaced the functions mentioned earlier in this thread.