can anyone please help me figure out why the other alternate commands not working in Hestia CP > USER > CRON?
I’ve been using this command below all the time and it’s working fine:
php /home/biobrus/web/biobrusinka.cz/public_html/wp-content/plugins/mailster/cron.php 2b7fff1e83eba2fc16b4e92250308d66 > /dev/null
Cause, I am being asked by the Mailster support team member to use this URL https://www.biobrusinka.cz/mailster/2b7fff1e83eba2fc16b4e92250308d66 instead of that full path below, you know.
/home/biobrus/web/biobrusinka.cz/public_html/wp-content/plugins/mailster/cron.php 2b7fff1e83eba2fc16b4e92250308d66 > /dev/null
Can you give me the example how the whole command should look like, please?
Yes, this is what works fine as I mentioned in my previous posts but I cannot get the wget, curl or GET commands (Alternative URLs) working with this URL Mailster 3.2.0 - Cron
I am just wondering why only this php option works fine but not the others?
php /home/biobrus/web/biobrusinka.cz/public_html/wp-content/plugins/mailster/cron.php 2b7fff1e83eba2fc16b4e92250308d66 > /dev/null
Do you think it might be just something related to WordPress or even the Mailster plugin? Because, it’s still not working for me as you can see on the printsreen below:
Alright, it looks like I got this working only under my admin user CRON jobs, but I still cannot figure out why it doesn’t work under the other user’s profile when I set this up in their CRON jobs. Do you happen to know what might be blocking it from running the wget commands?