Why cant members register in my forum they get this error message:
Sorry, but this username has already been taken.
I even tried and got the same result.
kindpeacho Nuke Soldier
Joined: May 16, 2004
Posts: 26
Posted:
Fri Sep 22, 2006 4:29 pm
You are already logged in when you get that message.
If you are positive you are not logged in --
go into your Modules/Forums/usercp_register.php and around line (for me) 235 - 243 take out.
Code:
//
// Let's make sure the user isn't logged in while registering,
// and ensure that they were trying to register a second time
// (Prevents double registrations)
//
if ($mode == 'register' && ($userdata['session_logged_in'] || $username == $userdata['username']))
{
message_die(GENERAL_MESSAGE, $lang['Username_taken'], '', __LINE__, __FILE__);
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum