-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
cli tool fails user-info.php #2291
Copy link
Copy link
Closed
Milestone
Description
I'm trying to install FreshRSS 1.13.1 and I'm using cli tools to check if a user exists before trying to create it:
>php cli/user-info.php -h --user myuser
* myuser 2019-03-22T22:10:11+01:00 5.77 MiB 4 categories 20 feeds 909 reads 1 unreads 2 favourites
PHP Fatal error: Call to a member function execute() on boolean in /path/to/FreshRSS-1.13.1/app/Models/TagDAO.php on line 190
>echo $?
255It seems that the user is found, but there is also an error that is outputted and the return code is 255 instead of 0.
The script output would be more easily readable if there was headers outputted. It could be an option to output the headers or not (--headers true or --headers false).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels