devryan / GamePanelX-V3

The Original Free and Open Source Game Control Panel
https://www.gamepanelx.com
Other
131 stars 94 forks source link

GamePanelX Installation error #182

Closed cailir closed 6 years ago

cailir commented 6 years ago

When I try to install GamePanelX it says:

Error: You do not have MySQL support (mysql_connect) built into PHP! Rebuild your PHP install with MySQL support and try again.

But I have Mysql PHP installed on my ubuntu!

MrRSEV commented 6 years ago

you should install php-curl:

will2therich1 commented 6 years ago

Hi @cailir

Are you using PHP7? GPX doesn't currently support this see pr #181

cailir commented 6 years ago

Yes, I`m using PHP7

will2therich commented 6 years ago

Hi @cailir Please try my PHP7.0 branch https://github.com/will2therich/GamePanelX-V3/tree/PHP7.0

Ta

will2therich commented 6 years ago

Hi @cailir

Have you had any luck with the php7 branch?

will2therich commented 6 years ago

@devryan This can probs be closed

mmasko commented 5 years ago

Hi @cailir

Have you had any luck with the php7 branch?

Will, just letting you know, I am working with your php7 branch, and I still get the PHP error mentioned here. I did install php-curl as suggested and restarted apache. image

mmasko commented 5 years ago

Hi @cailir

Have you had any luck with the php7 branch?

Everything I have found points to mysql_connect being removed from PHP version 7 and replaced with mysqli_connect().

alextwothousand commented 4 years ago

@devryan This can probs be closed

Hi there, I used your branch, however, when logging in it doesn't redirect me to the actual panel. I redirects me BACK to the homepage. Any fix for this?