-
Notifications
You must be signed in to change notification settings - Fork 94
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
Problems with Database #183
Comments
Hi @wasn325 What database are you using? Ta |
Mysql: 5.7.20 |
You seem to have the Setting in sql sql_mode=only_full_group_by |
Changed it and it works. Thank you :) But if I try to make a Template this happenes: Failed: Failed to insert template and I don't know the reason |
Hmm @wasn325 That seems to be an error when the template is inserted into the database. |
There is only a problem: Error: Failed to create user: Field 'last_updated' doesn't have a default value |
@will2therich Are you still here? |
Hi @wasn325 My apologies, Ive been trying to figure out what can cause this. |
@wasn325 |
The Problem is not PHP. I tested freemysqlhosting.net and it worked, but I do not want anyone to have access to the data |
Ou and your php7 Branch has a problem at adding a server: Failed: Failed to insert server: Field 'simplecmd' doesn't have a default value And if I add a template the sites is like frozen : starting... |
The current code base hasn't been tested much on anything past Percona/MySQL 5.6. Past that the defaults do change - after @will2therich fix, @wasn325 did you cleanly drop the database and reinstall the panel from scratch? If not it'd have half it's stuff not properly setup |
I dropped the tables and the database and created a new one, reinstalled it and so on... |
@will2therich @devryan are you still here? |
Hi @wasn325 Sorry for the late reply (I help for free nothing to do with GPX!) Thanks! |
I am gettings these Error messages.
game setup:
Failed to query for games: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'gpx.d.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
creating a server:
Failed to query for games: Expression #8 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'gpx.n.ip' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
when I log in:
Login Failed: Failed to query for plugins: Expression #1 of ORDER BY clause is not in SELECT list, references column 'gpx.plugins.name' which is not in SELECT list; this is incompatible with DISTINCT
The text was updated successfully, but these errors were encountered: