Describe the problem you’re having:
Сommand executionion: /opt/home/venk # sudo -u nobody php-fcgi /opt/share/www/tt-rss/update.php --update-schema
just display help screen with current errors, scheme does not apply.
Include steps to reproduce the problem:
sudo -u nobody php-fcgi /opt/share/www/tt-rss/update.php --update-schema
or
php-fcgi /opt/share/www/tt-rss/update.php --update-schema
or
php-fcgi ./update.php --help
the result is the same: output html page with current errors.
tt-rss version (including git commit id):
git log
[33mcommit 53061d150814cf5939d1d4dc165d8270ca764109[[m
Author: Andrew Dolgov <noreply@fakecake.org>
Date: Mon Dec 6 13:20:18 2021 +0300
- add HOOK_POST_LOGOUT
- auth_remote: add config option AUTH_REMOTE_POST_LOGOUT_URL
Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:
Keenetic Entware, PHP 7.4.26 (cgi-fcgi), MariaDB Server version: 10.6.4-MariaDB.
Please provide any additional information below:
update.php cant read argements.
fox
2
you shouldn’t use cgi php executable to run cli software. the rest you can look up on google.
i’m closing this because it’s not related to tt-rss.