Jump to content
  • 0

account registering error on flux


spamboo08

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  09/09/16
  • Last Seen:  

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

16145115_1749185608731049_1162245445_o.png

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

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 by chatterboy
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  09/09/16
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1535
  • Reputation:   236
  • Joined:  08/03/12
  • Last Seen:  

get fluxcp rathena from here https://github.com/rathena/FluxCP

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

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.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  09/09/16
  • Last Seen:  

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.

received_1412832978749637.jpeg

Edited by spamboo08
Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  09/09/16
  • Last Seen:  

9 hours ago, Akkarin said:

 

Are you using a custom theme?

yes sir.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1535
  • Reputation:   236
  • Joined:  08/03/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  09/09/16
  • Last Seen:  

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

×
×
  • Create New...