nerdbaggy / StatusPage

Public Status Page for UptimeRobot
http://projects.spencerl.com/statuspage/
MIT License
240 stars 61 forks source link

Blank screen: Undefined index messages on FreeBSD 11 system #45

Open leodus opened 7 years ago

leodus commented 7 years ago

Hi, I have installed StatusPage on a FreeBSD 11 system using my UptimeRobot account. nginx is used as web server and is setup to serve static an PHP pages. I get a blank web page with the text "An error has occurred." The error log of ngnix shows:

2017/04/08 21:40:56 [error] 49814#0: 8 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: action in /var/www/data/status.site/statuspage/checks.php on line 16 PHP message: PHP Notice: Undefined index: responsetime in /var/www/data/status.site/statuspage/statusPage.php on line 57 PHP message: PHP Notice: Undefined index: log in /var/www/data/status.site/statuspage/statusPage.php on line 68 PHP message: PHP Notice: Undefined index: timezone in /var/www/data/status.site/statuspage/statusPage.php on line 93 PHP message: PHP Notice: Undefined index: timezone in /var/www/data/status.site/statuspage/statusPage.php on line 94 PHP message: PHP Notice: Undefined index: responsetime in /var/www/data/status.site/statuspage/statusPage.php on line 57 PHP message: PHP Notice: Undefined index: log in /var/www/data/status.site/statuspage/statusPage.php on line 68 PHP message: PHP Notice: Undefined index: timezone in /var/www/data/status.site/statuspage/statusPage.php on line 93 PHP message: PHP Notice: Undefined index: timezone in /var/www/data/status.site/statuspage/statusPage.php on line 94 PHP message: PHP Notice: Undefined index: responsetime in /var/www/data/status.site/statuspage/statusPage.php on line 57 PHP message: PHP Notice: Undefined index: log in /var/www/data/status.site/statuspage/statusPage.php on line 68 PHP message: PHP Notice: Undefined index: timezone in /var/www/data/status.site/statuspage/statusPage.php on line 93 PHP message: PHP Notice: Undefined index: timezone in /var/www/data/status.site/statuspage/statusPage.php on line 94 PHP message: PHP Notice: Undefined index: responsetime in /var/www/data/status.site/statuspage/statusPage.php on line 57 PHP message: PHP Notice: Undefined index: log in /var/www/data/status.site/statuspage/statusPage.php on line 68 PHP message: PHP Notice: Undefined index: timezone in /var/www/data/status.site/statuspage/statusPage.php on line 93 PHP message: PHP Notice: Undefined index: timezone in /var/www/data/status.site/statuspage/statusPage.p 2017/04/08 21:40:56 [error] 49814#0: 8 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: timezone in /var/www/data/status.site/statuspage/statusPage.php on line 93 PHP message: PHP Notice: Undefined index: timezone in /var/www/data/status.site/statuspage/statusPage.php on line 94" while reading upstream, client: A.B.C.D, server: status.domain.com, request: "GET /statuspage/checks.php?callback=StatusPage&_=1491680463694 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "status.domain.com", referrer: "http://status.domain.com/"

What in my configuration is wrong here? I would really like to have my own Uptime Robot statuspage.

Thank you in advance.

With kind regards, Lars Wittebrood