fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.36k stars 343 forks source link

Upgrade to Ubuntu 22.04 LTS breaks Selfoss #1333

Closed mrichtarsky closed 2 years ago

mrichtarsky commented 2 years ago

Hi,

after upgrading my server to Ubuntu 22.04 LTS Selfoss has trouble with read flags of articles. On load, all articles are grayed out. Clicking on 'Unread', the articles are still shown and remain grayed out. Clicking on 'Mark as read' apparently has no effect.

Ubuntu switched from php8.0 to 8.1, perhaps this broke something?

jtojnar commented 2 years ago

Thanks for reporting. We had a similar issue with PHP 8.1 (https://github.com/fossar/selfoss/issues/1330) but that should be fixed now. What version of selfoss do you use?

mrichtarsky commented 2 years ago

I tried with the latest release and also with one from about three months old. My original version was probably half a year old. All of them showed the same behavior. Should I try with HEAD?

mrichtarsky commented 2 years ago

1330 looks exactly like it. Not sure how you create releases, the fix was merged on Apr 8, latest release I tried is from a few hours ago so I suppose it contains it? Anyway I will try again.

jtojnar commented 2 years ago

We release the snapshots every time the CI succeeds. But cloudsmith sometimes does not update the latest tag for some reason. Could you try the fresh one on https://cloudsmith.io/~fossar/repos/selfoss-git/packages/?

mrichtarsky commented 2 years ago

The latest release selfoss-2.19-4fc98f6.zip works for me. Not sure where I went wrong in my earlier attempts. Thanks for the help, this great project and sorry for the noise!