HI ISPconfig has stopped.So i restarted again.But now statistics are not generating.It shows old statistics.Is this a seperate service?Then How do i start?
/etc/init.d/cron stop Make sure all cron processer are stopped "killall -9 cron" then Run "crontab -e" save the cron file and then run /etc/init.d/cron start Should work properly, it's usually the cron which is malfunctioning.
My server's traffic is also not working (debian sarge HOWTO). I've just completed the above suggestion regarding cron (as root). I'll let you know if anything changes. Cheers! Ken UPDATE: Mine is now working properly since doing the above. Thanks!