![]() |
|
SOLVED MFGG's online high-score site is down - Printable Version +- MFGG Forums (https://forums.mfgg.net) +-- Forum: MFGG (https://forums.mfgg.net/forumdisplay.php?fid=4) +--- Forum: Suggestions (https://forums.mfgg.net/forumdisplay.php?fid=11) +---- Forum: Resolved Suggestions (https://forums.mfgg.net/forumdisplay.php?fid=19) +---- Thread: SOLVED MFGG's online high-score site is down (/showthread.php?tid=2156) |
MFGG's online high-score site is down - Q-Nova - 11-05-2019 https://highscores.mfgg.net/ I've went to MFGG's online high-score site a few times lately, and it's telling me that there's an internal server error. It's been like this for a while now -- the first time I saw the error, I thought the staff was aware of it and would eventually fix it -- but nothing seems to have been done with it, so I decided to report the problem to the Suggestions board. Hopefully this will get fixed someday.
RE: MFGG's online high-score site is down - GeneralGuy - 11-05-2019 Huh, I never even knew this existed. What's the high score for? RE: MFGG's online high-score site is down - VinnyVideo - 11-05-2019 @Q-Nova Thanks for pointing this out. I believe it's been down for a few weeks. I asked @HylianDev about it, since he developed the system and he knows PHP better than I do. We suspect the new server is running a different version of PHP and some bit of code needs to be modified to get it to run properly. @GeneralGuy Some games on MFGG use this site to keep track of record scores! Cheerwine Deluxe 3 is one such example. RE: MFGG's online high-score site is down - Q-Nova - 01-03-2020 Excuse me, but has there been any progress made with this? It's still down, so I decided to remind @VinnyVideo and @HylianDev about this. RE: MFGG's online high-score site is down - HylianDev - 01-06-2020 looks like there are two issues. first issue: https://highscores.mfgg.net/ has a bad certificate. seems like when the cert was updated, whoever did it did not include the highscores subdomain. simple fix: instead use https://mfgg.net/highscores/ second issue: 500 error on mfgg.net/highscores haha. that will need to be debugged. it is probably a small syntax-related issue, but who knows for sure. |