Knowledgebase: Installation questions
What steps are needed for cl_cron.php (file for daily Cron Job) to be working ?
Posted by - NA - on 19 March 2004 04:33 PM
In your hosting account control panel you should be able to setup daily Cron Job for cron/cl_cron.php.
For example in CPanel you click "Cron jobs", select "Once a day" in "Add New Cron Job" section, enter proper command line and click "Add New Cron Job" button.

Some examples of command line:

a) wget -q -O - http://www.example.com/cron/cl_cron.php (replace "www.example.com" with your website URL)
b) /usr/bin/php -q /var/www/cron/cl_cron.php
(replace "/var/www/" with full path to your website files, path to PHP can be /usr/local/bin/php as well)

Comments (0)
Help Desk Software by Kayako Fusion