I have a problem after upgrading InvoiceNinja to version 5.9.1-C160. After the upgrade, my crone queue and thus the sending of recurring invoices stopped working.
Evidently there is something wrong with the command for crone.
I have entered a test task and it works fine. The only thing that doesn’t work is the queue in InvoiceNinja. An analysis in the program itself shows “Queue not enabled”.
the entry in the crone looks like this:
/usr/local/bin/php83 /home/workshop/domains/inv.m5.systems/public_html/artisan schedule:run >> /dev/null 2>&1
Test:
/usr/local/bin/php83 -r ‘echo “Test cron”;’ >> /home/workshop/test_cron.txt 2>&1
Do you have any idea what is wrong?
I edited the cron command to:
/usr/local/bin/php83 /home/workshop/domains/inv.m5.systems/public_html/artisan schedule:run
the result is an error message
In Input.php line 173:
Call to undefined function Symfony\Component\Console\Input\escapeshellarg()