Hi,

I have my tiny rss updated today. It was a clean install, deleted all the local files, updated the old config file, the install script updated the databases. The only problem I have is a notice:

filename: include/sessions.php:120

session_start(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)

  1. include/sessions.php(120): session_start()
  2. backend.php(27): require_once(/var/www/tt-rss/include/sessions.php)

Remote IP: (my ip)
Request URI: /tt-rss/backend.php
User agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0

My config is the following:

putenv (‘TTRSS_DB_TYPE=mysql’);
putenv (‘TTRSS_DB_HOST=localhost’);
putenv (‘TTRSS_DB_USER=(my user)’);
putenv (‘TTRSS_DB_NAME=tiny_rss’);
putenv (‘TTRSS_DB_PASS=(my pass)’);
putenv (‘TTRSS_DB_PORT=’);
putenv (‘TTRSS_MYSQL_CHARSET=UTF8’);
putenv (‘TTRSS_SINGLE_USER_MODE=true’);
putenv (‘TTRSS_SELF_URL_PATH=(my path)’);

But aside that tt-rss works as expected. So should I do something, should I worry about this? I tried google it, but I didnt find any solution. Please advice.

my advice would be switching to a supported (i.e. docker) setup since you couldn’t even figure out this trivial php configuration issue on whatever is that you’re running on your server (no, don’t describe what flavor of arch is it, i don’t care) solution for which is literally one stackoverflow search away.

servers run by incompetents like yourself, being a common vector for all sorts of malevolent activity by much more competent third parties, is a constant source of worry for people like me.

this particular php warning though, no, not really.

Okay, if its not worryable, than be it. Thanks.