I have an error in the admin panel:
The cron has not run in more than 12 hours; make sure it’s setup and check logs at storage / logs / cron.log.
What I don’t know is what instruction I have to execute in the cpanel of my hosting
public_html / cron / cron.php ??? - It doesn’t work
public_html / cron / artisan ??? - It doesn’t work
public_html/artisan schedule:run ??? - It doesn’t work
public_html/crontab -e ??? - timeout: failed to run command âpublic_html/crontabâ: No such file or directory
etc…
I have installed phpvms7 in the root of public_html
What instruction do I have to put ???
Thanks
How did you solve it? Your answer may just help someone in the future.
If I’m honest, I don’t know. My provider is Hostinger
I’ve been trying all afternoon to get the cron running in the hostinger cpanel, without much success.
They had to do something, because they have solved it, the warning message no longer appears in the admin panel of phpvms7
I look at the hostinger cpanel, and I don’t see anything activated related to cron. I don’t know what they did.
They told me that what I had to do was the following:
What you should do is generate the PHP file that executes the cron and configure the cron with the advanced functions
Interesting - thanks for coming back to post.