Cron jobs not working Hestia v1.8.11 Ubuntu 22.04 (x86_64)

Previously cron ran normally every minute, but now it no longer runs, I think it is due to the v1.8.11 update, I’m not sure.
Could you guide me how to make cron work in Moodle?
cron:
/usr/bin/php8.2 /home/user/web/domain.com/public_html/admin/cli/cron.php
moodle says:


Logs:
CRON[17978]: (synapsenova) CMD (sudo /usr/bin/php8.2 /home/user/web/domain.com/public_html/admin/cli/cron.php)
also I try another way:
CRON[18214]: (synapsenova) CMD (php /home/user/web/domain.com/public_html/admin/cli/cron.php)
If I try to run cron.php script manually I get:
!!! Excepción - Call to undefined function pcntl_signal() !!!

I managed to solve it
I just had to remove pcntl_signal from the php.ini

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.