Hi all,
I am running unraid for the first time and have installed the FressRSS container on it with minimal configuration. DB is SQLite and it has its own IP on my network. The problem I am seeing is that now that the instance is up and running I want to add some feeds - however when I click the subscription or + button I get a server 500 error.
Digging in to the logs nginx is throwing the following into the error.log:
2022/08/11 14:48:03 [error] 201#201: *1023 FastCGI sent in stderr: "PHP message: PHP Warning: In
valid argument supplied for foreach() in /usr/share/webapps/freshrss/app/views/javascript/nbUnrea
dsPerFeed.phtml on line 7PHP message: PHP Warning: Invalid argument supplied for foreach() in /u
sr/share/webapps/freshrss/app/views/javascript/nbUnreadsPerFeed.phtml on line 12" while reading r
esponse header from upstream, client: 192.168.0.122, server: _, request: "GET /i/?c=javascript&a=
nbUnreadsPerFeed HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.0.62"
To me that reads like it might be throwing an error because there are no feeds yet? Anyone have suggestions please?