[Help] Cron Jobs

cajkan

Active Member
Hello guys,

Ive read this page - http://visiolist.com/docs/cron-jobs

And i think - maybe i have this issue.
Heres screenshot from user stats page:
cron_zps4ad64d34.jpg


On some days, results are 0

Can you please verify that i have this cron job issue?

Thanks
 
Well, just try it out. To your settings_sql.php add
$CONF['cron'] = '1';

Then go into cpanel and add a cron job pointing to your cron.php running once a day.
The path may look something like this, but you better check back with your host, as its not the same on every hosting.
/usr/bin/php /home/YOUR_ACCOUNT/public_html/cron.php
 
Back
Top