Posted December 19, 20204 yr Hi and how to configure, I have almost no traffic, and this message constantly comes out, and if you choose the recommended crowns how to configure there even on the hosting you need to register I did not understand where to register this command in what file Quote
December 19, 20204 yr Ask your hosting provider if it's a managed server that you are using. However, if you are using an un-managed hosting then all you have to do is the following: crontab -e Then you have to add the following row on the document that will open on the command line: * * * * * (/usr/bin/php -d memory_limit=-1 -d max_execution_time=0 /path/to/your/forum/applications/core/interface/task/task.php therandomhashyougetwhenclickingoncronoption) Then close it and save it.
December 20, 20204 yr Author i wrote to the hosting company and added how to check that the crown is now working
December 21, 20204 yr On 12/20/2020 at 3:28 PM, Alexandr.P said: i wrote to the hosting company and added how to check that the crown is now working You can start by checking if the Tasks are running when they are supposed to They are on the same page as the cron setup page.
December 21, 20204 yr Author thank you)) all figured out, good works😉 Edited December 21, 20204 yr by Alexandr.P