Jump to content

Recommended Posts

Posted

@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.

Posted

I don't see the error OP mentions though...I get a blank white page.

@Wolstech, this what I get:

c95399f5cde4d6a0433146383323f3a6.png

 

@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.

Posted

 

I don't see the error OP mentions though...I get a blank white page.

@Wolstech, this what I get:

c95399f5cde4d6a0433146383323f3a6.png

 

@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

Posted

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.
Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...