Jump to content

is currently unable to handle this request


extremeplayer32

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

 

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

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...