Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Giray Posted March 21, 2021 Posted March 21, 2021 Hi. Found this cron job sitting in my cPanel. Not sure if it's IPS or left by a dev. Thoughts on what it is? Secondly, I'm concerned that is references php73. I've upgraded to 7.4, should I be changing that to php74? Thanks /opt/cpanel/ea-php73/root/usr/bin/php -d memory_limit=-1 -d max_execution_time=0 /home/xxxx/public_html/applications/core/interface/task/task.php 0661e7caa8e82410fc3aa669001eddae xxxx is obviously my cPanel username 😇
Nathan Explosion Posted March 21, 2021 Posted March 21, 2021 It's your configured task method. ACP, type "tasks" in to the search bar...click on 'tasks method'... if your method is set to CRON then modify your cron job as per the instructions in the ACP if your method is not set to CRON then either a) delete the CRON job or b) change to use the CRON job and update it as per the instructions in the ACP. Giray 1
Recommended Posts