spamboo08 Posted January 19, 2017 Posted January 19, 2017 hi there everyone! i am getting this error when trying to register on my server but even after getting this error the account is registered. any ideas how to fix this? all help is grealy appreciated and thanks in advance
0 chatterboy Posted January 19, 2017 Posted January 19, 2017 (edited) restore your last work before it happen. Or try to re install. And if you try all of those then the best solution is to use a clean flux cp (Back at One) Edited January 19, 2017 by chatterboy 1
0 spamboo08 Posted January 20, 2017 Author Posted January 20, 2017 5 hours ago, chatterboy said: restore your last work before it happen. Or try to re install. And if you try all of those then the best solution is to use a clean flux cp (Back at One) we tried restoring and even reinstalling but no luck the error still exist. any other ideas how to solve this? thanks!
0 Chaos92 Posted January 20, 2017 Posted January 20, 2017 get fluxcp rathena from here https://github.com/rathena/FluxCP 1
0 Akkarin Posted January 20, 2017 Posted January 20, 2017 The error tells you it's a Login error. If you're using an old theme that doesn't have email confirmation that could be a cause. You could also check your error logs.. The error message comes from: if (!$loginAthenaGroup->isAuth($username, $password)) { throw new Flux_LoginError('Invalid login', Flux_LoginError::INVALID_LOGIN); } Essentially this means your username and/or password is wrong. Check for MD5 usage in FluxCP configs and within your database. This is the more likely cause. 1
0 spamboo08 Posted January 21, 2017 Author Posted January 21, 2017 (edited) 9 hours ago, Akkarin said: The error tells you it's a Login error. If you're using an old theme that doesn't have email confirmation that could be a cause. You could also check your error logs.. The error message comes from: if (!$loginAthenaGroup->isAuth($username, $password)) { throw new Flux_LoginError('Invalid login', Flux_LoginError::INVALID_LOGIN); } Essentially this means your username and/or password is wrong. Check for MD5 usage in FluxCP configs and within your database. This is the more likely cause. Hi akkarin thank you for your reply... I made sure MD5 is false and my fluxcp latest which is working from last 2 months and all of sudden I am getting this issue. And the problem is happening when creating new account only, and the account is actually getting created but something stopping it to login automatically after creating account. I can login normally. I checked logs I don't find anything which I can fix.. edit: im adding this image hoping it could help me get the fix. thanks again. Edited January 21, 2017 by spamboo08
0 Akkarin Posted January 21, 2017 Posted January 21, 2017 Issues like this don't just randomly popup, they are caused by a configuration issue. This one in particular is about the username and password not matching the credentials in the database. Are you using a custom theme?
0 spamboo08 Posted January 21, 2017 Author Posted January 21, 2017 9 hours ago, Akkarin said: Are you using a custom theme? yes sir.
0 Chaos92 Posted January 21, 2017 Posted January 21, 2017 54 minutes ago, spamboo08 said: yes sir. is it work by using default theme or still give an error ?
0 spamboo08 Posted February 5, 2017 Author Posted February 5, 2017 case solved. it seems that there was missing table in the sql that hives the error. thank you all for the help. i request admin to close thread
Question
spamboo08
hi there everyone! i am getting this error when trying to register on my server
but even after getting this error the account is registered.
any ideas how to fix this?
all help is grealy appreciated and thanks in advance
9 answers to this question
Recommended Posts