Quote:
Originally Posted by ehaze
WP-o-Matic and cron jobs... (hostgator)
for the life of me i cant get the jobs to run.
wp-o-matic says to put this in my cron tab:
*/10 * * * * /usr/bin/ftp http://sub.domain.com/wp-content/plu...n.php?code=101
tried it and doesn't update the blog
also tried:
/usr/local/bin/php /accountname/public_html/subdomain/wp-content/plugins/wp-o-matic/cron.php?code=101
/usr/bin/php /home/accountname/public_html/subdomain/wp-cron.php
ideas?
|
i found the answer to this issue. i asked hostgator to turn on curl then used the following command.
/usr/bin/curl
/accountname/public_html/subdomain/wp-content/plugins/wp-o-matic/cron.php?code=101
my blogs updated this morning