In the file ss_get_mysql_stats.php, we need to add date_default_timezone_set.
Just now I found if you don't add this, the data receive from the db server
will produce some more words that will cause non in the picture.
And the script executed in the command line will display these:
Strict Standards: date(): It is not safe to rely on the system's timezone
settings. Please use the date.timezone setting, the TZ environment variable or
the date_default_timezone_set() function. In case you used any of those methods
and you are still getting this warning, you most likely misspelled the timezone
identifier.
add date_default_timezone_set("xxx/xxx") in the configuration region.
Original issue reported on code.google.com by tongton...@gmail.com on 10 Feb 2011 at 10:48
Original issue reported on code.google.com by
tongton...@gmail.com
on 10 Feb 2011 at 10:48