spamboo08 Posted January 19, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 25 Reputation: 1 Joined: 09/09/16 Last Seen: November 25, 2018 Share 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 Link to comment Share on other sites More sharing options...
0 chatterboy Posted January 19, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 309 Reputation: 26 Joined: 11/26/12 Last Seen: November 22, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 spamboo08 Posted January 20, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 25 Reputation: 1 Joined: 09/09/16 Last Seen: November 25, 2018 Author Share 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! Link to comment Share on other sites More sharing options...
0 Chaos92 Posted January 20, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1822 Reputation: 288 Joined: 08/03/12 Last Seen: 5 hours ago Share Posted January 20, 2017 get fluxcp rathena from here https://github.com/rathena/FluxCP 1 Link to comment Share on other sites More sharing options...
0 Akkarin Posted January 20, 2017 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: Monday at 02:17 PM Share 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 Link to comment Share on other sites More sharing options...
0 spamboo08 Posted January 21, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 25 Reputation: 1 Joined: 09/09/16 Last Seen: November 25, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
0 Akkarin Posted January 21, 2017 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: Monday at 02:17 PM Share 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? Link to comment Share on other sites More sharing options...
0 spamboo08 Posted January 21, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 25 Reputation: 1 Joined: 09/09/16 Last Seen: November 25, 2018 Author Share Posted January 21, 2017 9 hours ago, Akkarin said: Are you using a custom theme? yes sir. Link to comment Share on other sites More sharing options...
0 Chaos92 Posted January 21, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1822 Reputation: 288 Joined: 08/03/12 Last Seen: 5 hours ago Share Posted January 21, 2017 54 minutes ago, spamboo08 said: yes sir. is it work by using default theme or still give an error ? Link to comment Share on other sites More sharing options...
0 spamboo08 Posted February 5, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 25 Reputation: 1 Joined: 09/09/16 Last Seen: November 25, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
9 answers to this question
Recommended Posts