-
Notifications
You must be signed in to change notification settings - Fork 89
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
Panel installation problem #3
Comments
It means that you have put the right credentials of database and in config
php
Read the instructions again
…On Tue, 29 Dec, 2020, 3:38 am deeppinkflowers, ***@***.***> wrote:
when I press installation button in install.php it says "Problem in
executing the SQL query CREATE TABLE admin ( id int(11) UNSIGNED NOT
NULL, username text NOT NULL, password text NOT NULL, email text NOT
NULL, role text NOT NULL, s2fa varchar(10) NOT NULL, secret varchar(100)
NOT NULL, sqenable varchar(10) NOT NULL, question text NOT NULL, answer
text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;"
What did I do wrong? Please help me sir
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANORYIUYKQAL54GOA75H2HLSXD6WTANCNFSM4VMQ2FOQ>
.
|
Thank you for reply Sir Warning: Cannot modify header information - headers already sent by (output started at /storage/ssd5/500/15786500/public_html/classes/Auth.php:63) in /storage/ssd5/500/15786500/public_html/classes/Utils.php on line 33" Is this mean authentication incorrect? |
hello! I tell you that this first sql error is because the database has already been installed and you are trying to install it again, and then you must delete the "install.php" file. And the second sql error is because you are trying to go to index.php without first logging in, you must first put login.php in the url and it will work perfectly |
when I press Start installation button in install.php it says "Problem in executing the SQL query CREATE TABLE
admin
(id
int(11) UNSIGNED NOT NULL,username
text NOT NULL,password
text NOT NULL,email
text NOT NULL,role
text NOT NULL,s2fa
varchar(10) NOT NULL,secret
varchar(100) NOT NULL,sqenable
varchar(10) NOT NULL,question
text NOT NULL,answer
text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;"What did I do wrong? Please help me sir
The text was updated successfully, but these errors were encountered: