-
My hosting provider says the cron job isn't working because the PHP version I'm running in /usr/local/bin/php doesn't match the PHP version the website is using.
They recommend using the cURL command to directly access the site's PHP.
I have no idea how to do that.
Thank you very much.
-
Hello @Claudio Acosta , I guess they meant it that way, but I don't know why they didn't just change the version. Leonid will explain it to you exactly how it's done when he gets here.I don't know what certificate you are using.
curl -s -k https://xxxxx.xx/public_html/periodic/cron.php
And you might need to enable cURL ---- go to developer--cURL - trust unsigned certificates or not verified hosts.
-
Thank you very much @PavelS
I solved it by changing the PHP execution path to /opt/alt/php-fpm83/usr/bin/php
I was finally able to delete an account.
Thanks.
-