(adsbygoogle = window.adsbygoogle || []).push({});
I've been trying to setup a cron job that automatically posts news stuff to my blog (I can fetch the automatically, but it's effort :p)
The code I've used is the following:
*/20 * * * * /usr/bin/curl https://kopitecrew.com/wp-content/plugins/wp-o-matic/cron.php?code=397b9508
^That is meant to do it every 20 minutes, I've inserted the command using Cron Job tool in the cpanel.
I get the following email from the cron demon (reports all errors)
/bin/sh: https://kopitecrew.com/wp-content/plugins/wp-o-matic/cron.php?code=397b9508: No such file or directory
The fact of the matter is, it definitely exists, I've checked the cron.php file (even added the code to it manually myself) and done everything I could think of, but still, nothing!
If you have any knowledge on crontabs/cronjobs, please let me know!!
Thanks!