On friendica.utzer.de I got 4000 items in the queue, some of them date back to 16th Feb.
How can I check why these items are still in the queue and not processed? I had briefly upgraded to PHP8, maybe this is the reason, but how can I check what is going on?
Roland Häder likes this.
utzer [Friendica]
•Valvin
•Roland Häder likes this.
utzer [Friendica]
•Roland Häder likes this.
Valvin
•utzer [Friendica]
•Hypolite Petovan
•Roland Häder likes this.
utzer [Friendica]
•Roland Häder likes this.
Hypolite Petovan
•/usr/bin/php
compiled as acgi-fcgi
module which tripped the PHP SAPI check at the start ofbin/worker.php
file. And one in/usr/local/bin/php
correctly compiled as acli
module and the one we ended putting in the configuration variable.utzer [Friendica]
•@Hypolite Petovan hmm ok, I just got two,
/usr/bin/php
(php 8.x) and/usr/bin/php7
. And the worker ran with/usr/bin/php
. Don't know why, the daemon was started with/usr/bin/php7
and the config value was set to that as well.In the end I got frustrated and uninstalled the 8.x version to see what errors come, but didn't figure that out, so I
ln -s
the 7.x version to/usr/bin/php
to have it running well.Hypolite Petovan
•Roland Häder
•utzer [Friendica]
•@Hypolite Petovan of course I killed all php processes, restarted httpd, mariadb, php-fpm and the daemon. 😉
I think it might be borken, my guess is that at some point there is a call that starts a php process without the set path.
utzer [Friendica]
•utzer [Friendica]
•Roland Häder
•utzer [Friendica]
•