Author Topic: Cron help please  (Read 523 times)

0 Members and 1 Guest are viewing this topic.

Offline w3mpf

  • Member
  • *
  • Posts: 41
    • W3MPF Weather
Cron help please
« on: May 26, 2015, 03:30:10 PM »
I am trying to set up a cron for my wxriverpage.php Everything else I have set up correctly. I have done some reading on crons and cannot seem to pull it off.
I tried using easycrons.com and also setting up a cron from within my cPanel.
Any pointers/advice?
I am using godaddy.

w3mpf.net/wxriverpage.php

Does the screen shot I am attaching look right? (for anyone that is familiar with cPanel)


Offline MesquiteWx

  • Forecaster
  • *****
  • Posts: 610
    • Mesquite Weather
Re: Cron help please
« Reply #1 on: May 26, 2015, 03:49:37 PM »
You need to put the commands and the full path.

For example here is mine.....

Code: [Select]
php -q /home4/mesquiu0/public_html/River/river-fetch.php >/dev/null 2>&1

 

anything