Hi everyone I need to know how can I fix crons problem I’ve read all problems here but i didn’t know how to fix it can anyone help me?
I use namecheap shared hosting and install the system on subdomain…
Thanks for all
Hi,
Can you share the cron command you’re using?
cd /home/lenya1979/invoice.lenyainteriors.com && /opt/alt/php81/usr/bin/php -d register_argc_argv=On artisan schedule:run >> /dev/null 2>&1
But i don’t know how to change it
And need to know if I purchase white label it will work on all system or only in one company in the system??
I suggest running the command without the >> part from the command line to check for errors.
The white label license is applied to all companies created under the main account.
How can I change it ? I’m new in the field thanks for helping me
You’ll need to ask your webhost for advice
If can you tell me in which field in cpanel can change I’ll do that?
And need to know the system like clients and invoices is ultimate ??
You’ll want to ask them how to configure and test the cron
Sorry, I’m not sure what you mean by ‘ultimate’?
Sorry meant unlimited?
And i asked them and now I can edit the crons jobs
Please can you send me the right command to run it thank you so much for helping me
Yes, the app is unlimited.
It will depend on your specific server, the command above looks correct to me but you can test it by running it in the command line with the >> part.
cd /home/lenya1979/invoice.lenyainteriors.com && /opt/alt/php81/usr/bin/php -d register_argc_argv=On artisan schedule:run
This is right??
You can run that from the command line to check for any errors, the >> part will hide any errors
Ok thank you…
But i don’t know how to fix or test is …
Will I face problems if it is not activated ??
As already explained, you can run the command from the command line to test it
The crons are required to use the app
I tested it and all things right…
But the app still need to enable crons
How often is the cron set to run?
From 10 minutes ago
And the system installed from 16 hour ago
Please share the cron configuration, it should be set to run every minute (ie, * * * * *)