Cron jobs CPANEL

General support regarding TimeTrex, such as
configuring policies/taxes or processing payroll.
Locked
stombaugh
Posts: 5
Joined: Tue Feb 15, 2011 1:50 pm

Cron jobs CPANEL

Post by stombaugh »

Hello, How do I setup TimeTrex cron Job to run using Cpanel?
retched
Posts: 43
Joined: Mon Jan 24, 2011 1:08 am

Re: Cron jobs CPANEL

Post by retched »

You could use wget to access it.

You would set up a time of 1 minute or 5 minutes, then use the command:

wget -q "http://www.yourwebsite.com/<directory_to_timetrex>/maint/cron.php" -O /dev/null
(Make sure to change the necessary parts to match your setup.)

You can also ask that your website host also set up the same for you. Shouldn't be too hard.
Locked