Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 8, 2024Nov 8 I don't have much traffic at the moment it seems, and I am receiving this message. Any suggestions on how to fix this?
November 8, 2024Nov 8 Community Expert I'm not sure what I can say to you other than what it saus in the message there. As it says, you should set up cron or web service
November 8, 2024Nov 8 You could use cron jobs if you host supports it (most do!) or use a web service like easycron
November 9, 2024Nov 9 Hi @coolnet560, This guide may shed some light on setting up a cron job successfully, but the description once 'Use cron (recommended)' is selected should be self explanatory and get you out of trouble.
November 10, 2024Nov 10 Author Hi @coolnet560, This guide may shed some light on setting up a cron job successfully, but the description once 'Use cron (recommended)' is selected should be self explanatory and get you out of trouble. Thank you for your help. I had my hosting provider enable the cron job.
November 11, 2024Nov 11 Author Unfortunately, it seems I am getting an error message. Sent in a ticket to them to fix it. /opt/alt/php81/usr/bin/php -d memory_limit=-1 -d max_execution_time=0 /home/therecom/forums.therecommunity.net/applications/core/interface/task/task.php 9ffd090fc92a79cd541bc9eeb89397c2
November 11, 2024Nov 11 Community Expert Check the file itself can be executed by your system. Other than that though, it would be something your hosting company would need to look into
November 11, 2024Nov 11 You may have forgotten to include the random number at the end of the cron command, or the path to your PHP executable and task.php file may be incorrect.
November 11, 2024Nov 11 Author Check the file itself can be executed by your system. Other than that though, it would be something your hosting company would need to look into You may have forgotten to include the random number at the end of the cron command, or the path to your PHP executable and task.php file may be incorrect. I looked at the command settings and it seems that the * means every minute. I did change it to 01 and left the stars for the rest. See what happens tomorrow I guess. Have to be honest my hosting provider is clueless. 😂
November 11, 2024Nov 11 Community Expert looked at the command settings and it seems that the * means every minute. Every minute is what you would want 🙂 . Changing that to 01 would just run it on the first minute of every hour.
November 11, 2024Nov 11 Author Every minute is what you would want 🙂 . Changing that to 01 would just run it on the first minute of every hour. If that's the case, any suggestions on the error? I see this in the email "Cron <therecom@webhosting2018> /opt/alt/php81/usr/bin/php -d memory_limit=-1 -d max_execution_time=0 /home/therecom/forums.therecommunity.net/applications/core/interface/task/task.php" Incorrect Key. How do I fix that? Edited November 11, 2024Nov 11 by coolnet560
November 11, 2024Nov 11 Community Expert Based on your screenshot, you are missing the key at the end of the command: 9ffd090fc92a79cd541bc9eeb89397c2 Edit the cronjob and be sure to past the entire line of text in it.
November 11, 2024Nov 11 Author Based on your screenshot, you are missing the key at the end of the command: 9ffd090fc92a79cd541bc9eeb89397c2 Edit the cronjob and be sure to past the entire line of text in it. Thank you. Added that. I guess they forgot to add the key.