@Friendica Support I'm logged into my server running Friendica 2022.10 over ssh, trying to start the worker daemon manually.
$ cd web/talkabout.cf/public_html
$ php bin/daemon.php
The only output I get is:
Starting worker daemon.
But the daemon silently fails with error code 255, no pidfile is created and no tasks are performed until I run
$ php bin/worker.php
which runs normally. My error logs show nothing out of the ordinary related to the daemon. Is there another log I'm missing? Is there a way to get more verbose output from the daemon to determine what is causing the error? FOr now I have added a cron job that successfully runs worker.php, but I did want the daemon running instead. Thanks for any help.
Hypolite Petovan and Peter Vágner like this.