View Single Post
  #12  
Old 12-21-2011, 04:30 AM
eva2000 eva2000 is offline
Senior Member
 
Join Date: Dec 2004
Location: Brisbane, Australia
Posts: 142
that was it need to update instructions from rrdgraph_install.php

from

Code:
* * * * * /usr/local/lsws/fcgi-bin/lsphp5 /path/to/ls_stats/update.php
to

Code:
* * * * * /usr/local/lsws/fcgi-bin/lsphp5 /path/to/ls_stats/update.php >/dev/null 2>&1
Reply With Quote