nerdbaggy / StatusPage

Public Status Page for UptimeRobot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update errors if cache is expired.

mcyrulik opened this issue · comments

I have the page set to refresh every 60 seconds, and the cache set to expire every 5 minutes. If I leave the page open for longer than that and watch the phpfastcache files, the cache updates, but the xmlhttp request that is sent is aborted after 7 seconds.

the request that fails is /statuspage/checks.php?callback=StatusPage&action=update&_=1431380894015

Looking into this now

I think I fixed this issue by checking on some php warning as this might be the cause:
http://screencast.com/t/usF0wPnse

Check this pull request: #31

[UPDATE] Auto updating still seems to be broken.