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

Panel installation problem #3

Open
deeppinkflowers opened this issue Dec 28, 2020 · 3 comments
Open

Panel installation problem #3

deeppinkflowers opened this issue Dec 28, 2020 · 3 comments

Comments

@deeppinkflowers
Copy link

deeppinkflowers commented Dec 28, 2020

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

@PushpenderIndia
Copy link
Owner

PushpenderIndia commented Dec 29, 2020 via email

@deeppinkflowers
Copy link
Author

Thank you for reply Sir
I have one more problem. When I try to access hosted website it show me this error "Notice: Trying to get property 's2fa' of non-object in /storage/ssd5/500/15786500/public_html/classes/Auth.php on line 63

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?

@Skldaskla2a
Copy link

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

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

3 participants