Skip to content
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

php7 / mysqli support #172

Open
vini0404 opened this issue Jun 8, 2017 · 8 comments
Open

php7 / mysqli support #172

vini0404 opened this issue Jun 8, 2017 · 8 comments

Comments

@vini0404
Copy link

vini0404 commented Jun 8, 2017

I get this error. I am using php 7.0 with mysqli on ubuntu.
Error: You do not have MySQL support (mysql_connect) built into PHP! Rebuild your PHP install with MySQL support and try again.

related to:
#155
will this ever getting fixed?

@will2therich
Copy link

Hi @vini0404
Dont mean to self-advertise or anything (I can remove if you wish)
See my fork here that currently works on PHP 7.0 Let me know if you encounter any issues
https://github.com/will2therich/FlareServers-GamePanel

Ta,
Will

@devryan
Copy link
Owner

devryan commented Jul 11, 2017

@will2therich I just opened an issue in your project, looks great. If there are any feature-complete items I can merge them into the main GamePanelX codebase if they prove stable

@ghost
Copy link

ghost commented Jul 13, 2017

This is an important error, because the app is designed under MYSQL and not MySQLi, need to start development to MySQLi

@ghost
Copy link

ghost commented Jul 14, 2017

Im developing MySQLi Version, merge with my branch.

@will2therich
Copy link

Hi @devryan
In regards to feature-complete items, so far PHP 7.0 support seems to be proving stable however will let you know how it continues to roll, I have integrated a system that blocks login after 5 attempts, maintenance mode functionality and sub user support(more work to do) currently had no issues with any however they need further testing.

Thanks,
Will

@will2therich
Copy link

Oh and one more thing I have also implemented SHA-256 encryption with personal and sitewide salt keys

@miloncse
Copy link

@will2therich i downloaded your version still getting same error.
php version 7.0.15

@will2therich
Copy link

@miloncse
My bad the installer was still looking for mysql_connect and no mysqli_connect!
Sorted in the latest change

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

4 participants