Hi all,
I've never used acon jobs before.
I added one, how can I check it's running ok?
*/10 * * * * wget http://tropicalfishnet.x10.mx/wp-content/plugins/buddystream/import.php -O /dev/null -q
Does that look ok?
If I follow the link it does what it's meant to but the cron job doesn't seem to be running.
Thanks.
---------- Post added at 06:13 PM ---------- Previous post was at 04:49 PM ----------
I think wget is wrong. trying again with usr/bin/php /home/tropic81/public_html//wp-content/plugins/buddystream/import.php -O /dev/null -q set to run every 10 mins
I've never used acon jobs before.
I added one, how can I check it's running ok?
*/10 * * * * wget http://tropicalfishnet.x10.mx/wp-content/plugins/buddystream/import.php -O /dev/null -q
Does that look ok?
If I follow the link it does what it's meant to but the cron job doesn't seem to be running.
Thanks.
---------- Post added at 06:13 PM ---------- Previous post was at 04:49 PM ----------
I think wget is wrong. trying again with usr/bin/php /home/tropic81/public_html//wp-content/plugins/buddystream/import.php -O /dev/null -q set to run every 10 mins
Last edited: