My problem is I can't remember where I got the mods HOWTO, and I can't remember what changed, and I can't find why this keeps coming up. The only place I knew to look was includes/user_cpregister.php. This is the only line I can figure that might be causing a problem, but I don't see anything wrong with it.
- Code: Select all
if ($mode == 'register' && ($userdata['session_logged_in'] || $username == $userdata['username']))
{
message_die(GENERAL_MESSAGE, $lang['Username_taken'], '', __LINE__, __FILE__);
}
Any help, ideas, suggestions welcomed!
