I have been having this error for about an Year now , I have been downloading invoices and sending them manually
The issue has been there ever since the first installation . the application was installed using the Softaculous installed on a Namecheap hosting.
The above cron job was added automatically during the installation . What am i miss to get the crons running ?
hillel
2
Hi,
Which version of the app are you using? The cron is using PHP 8.1 but the latest version of the app requires PHP 8.2.
There’s more info on the crons here: Free Source Available Invoicing, Expenses & Time-Tracking | Invoice Ninja
HI @hillel
ah that might be the issue , im using PHP version 8.3
i changed the cron for the following
the issue is still there
hillel
5
If you have access to the command line I suggest running the cron without the >> part to check for any errors.
I also suggest reviewing the docs linked above.