extremeplayer32 Posted July 1, 2020 Posted July 1, 2020 so i was making a website for my game https://internplanet.gq and i had no idea why it says internplanet.gq is currently unable to handle this request, all the connections were right. so i decided to scan the problem and it says 500 Internal Server Error. Does this have to do with the hosting?
wolstech Posted July 1, 2020 Posted July 1, 2020 @Seekier: Game servers themselves are not, but websites for game servers are welcome so long as they aren't those nonsense "free skin giveaway" sites (which are actually phishing in most cases). I don't see the error OP mentions though...I get a blank white page.
Krydos Posted July 1, 2020 Posted July 1, 2020 I don't see the error OP mentions though...I get a blank white page.@Wolstech, this what I get: @extremeplayer32, you'll need to set your nameservers to ns1.heliohost.org and ns2.heliohost.org before we'll be able to help you. We can't troubleshoot anything while you're using cloudflare.
Seekier Posted July 1, 2020 Posted July 1, 2020 Oh my bad, @extremeplayer32 so sorry for the misinterpretion. @Wolstech thanks for the clarification.
extremeplayer32 Posted July 1, 2020 Author Posted July 1, 2020 I don't see the error OP mentions though...I get a blank white page.@Wolstech, this what I get: @extremeplayer32, you'll need to set your nameservers to ns1.heliohost.org and ns2.heliohost.org before we'll be able to help you. We can't troubleshoot anything while you're using cloudflare. i changed it now
Krydos Posted July 1, 2020 Posted July 1, 2020 Take a look at your error_log on that domain: PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() That error is caused by trying to use php 7+ on software that doesn't support it. The easiest way to fix this is to change your php version to 5.6 which still has the mysql_connect function. The better solution if you wrote this software yourself is to change all the mysql connections to mysqli connections.
extremeplayer32 Posted July 2, 2020 Author Posted July 2, 2020 Take a look at your error_log on that domain: PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() That error is caused by trying to use php 7+ on software that doesn't support it. The easiest way to fix this is to change your php version to 5.6 which still has the mysql_connect function. The better solution if you wrote this software yourself is to change all the mysql connections to mysqli connections. Is there any way to change the php version to 5.6?
Sn1F3rt Posted July 2, 2020 Posted July 2, 2020 Yep use the MultiPHP Manager in cPanel to set the PHP version for your website.
extremeplayer32 Posted July 2, 2020 Author Posted July 2, 2020 Yep use the MultiPHP Manager in cPanel to set the PHP version for your website.thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now