tgstation / tgstation13.org

Website for tgstation13
GNU General Public License v2.0
6 stars 44 forks source link

Fetching player details fails due to new database schema #50

Closed Cyprex closed 5 years ago

Cyprex commented 5 years ago

When trying to open a players detail page like: https://tgstation13.org/tgdb/playerdetails.php?ckey=Booktower a blank page is returned. Inspecting the response via the developer console shows that the request fails with a 500 Internal Server Error response code. The response is empty, firefox shows a blank page instead of an error message.

If adminobservers have insufficient permissions an error message indicating that should be returned. Additonally, a 500 internal server error response should display an error page, I'm guessing browsers use their own if none is supplied? Currently it responds the full response header followed by a few newlines.

Jordie0608 commented 5 years ago

This isn't related to permissions, the page just isn't being served up. The playerdetails and ban pages have yet to be updated for the recent changes to the database schema, they are non-functional for everyone.

Cyprex commented 5 years ago

I see, thank you!

Cyprex commented 5 years ago

I believe this has been fixed.