nerdbaggy / StatusPage

Public Status Page for UptimeRobot

Home Page:http://projects.spencerl.com/statuspage/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined index error

jbanner6736 opened this issue · comments

The status page seems to be working fine. When clicking the icon to view the charts or stats it does not show anything except no data available.

In the error logs it throws

PHP Notice: Undefined index: responsetime in /var/html/status/statuspage/statusPage.php on line 57
PHP Notice: Undefined index: action in /var/html/status/statuspage/checks.php on line 16

Just checked this, seems to be working ok on two of my installs getting the graph and stats info.

You running the latest version

I went through this again to try and debug,

Seems if I set in phpfastcache

"securityKey" => "auto",
"htaccess" => true,
"path" => "/opt/status/data",

All is well and works like it should, if I remove the path it no longer works.

John