Skip to content

GamePanelX Installation error #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cailir opened this issue Dec 17, 2017 · 9 comments
Closed

GamePanelX Installation error #182

cailir opened this issue Dec 17, 2017 · 9 comments

Comments

@cailir
Copy link

cailir commented Dec 17, 2017

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
Copy link

MrRSEV commented Dec 19, 2017

you should install php-curl:

  • apt-get update
  • apt-get upgrade
  • apt-get install php-curl
  • service apache2 restart

@will2therich1
Copy link

Hi @cailir

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

@cailir
Copy link
Author

cailir commented Dec 19, 2017

Yes, I`m using PHP7

@will2therich
Copy link

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

Ta

@will2therich
Copy link

Hi @cailir

Have you had any luck with the php7 branch?

@will2therich
Copy link

@devryan This can probs be closed

@cailir cailir closed this as completed Mar 17, 2018
@mmasko
Copy link

mmasko commented Jan 19, 2019

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
Copy link

mmasko commented Jan 19, 2019

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants