[help]User name already exists, please choose a different user name.

08/31/2011 22:32 venon321#1
Sorry but I used the search engine and found nothing
I'm already working on it five days without success

Here I am with my SS Problem

==
[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]

Ja did the changes in DB USE SDATA

==
[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]

==
[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]


I'm using abrasive_registrationODBC


abrasive_registration.rar

abrasive_registrationODBC.rar



I've used multiple servers php
Server
Wamp
Xampp
All of the same error

Someone has any idea what can this be?
08/31/2011 23:05 JohnHeatz#2
Posting this on two different threads won't get you an answer :facepalm:

But, as I said on the other thread you posted this:

Quote:
Originally Posted by JohnHeatz View Post
check if it actually exists on your dbo.UsersMaster:

Code:
Select * from dbo.UsersMaster where UserID = 'username_to_check'
You showed everything on your screenshots but that...
09/01/2011 00:20 venon321#3
Quote:
Originally Posted by JohnHeatz View Post
Posting this on two different threads won't get you an answer :facepalm:

But, as I said on the other thread you posted this:

sorry
I posted it because it is part of the size of the abrazo
And I posted here because it is still a discussion on Shaiya

================================================== =======

Originally Posted by JohnHeatz View Post
check if it actually exists on your dbo.UsersMaster:

Code:

Select * from dbo.UsersMaster where UserID = 'username_to_check'

You showed everything on your screenshots but that...

================================================== =======

My DB User.Master has only two account
09/01/2011 01:51 RebeccaBlack#4
If I remember correctly, the only way that error is thrown, is if the user you're trying to make exists..

Did you modify anything in register.php?
09/01/2011 03:12 venon321#5
Quote:
Originally Posted by RebeccaBlack View Post
If I remember correctly, the only way that error is thrown, is if the user you're trying to make exists..

Did you modify anything in register.php?
Did you modify anything in register.php? >>> NOT

not

I thank you RebeccaBlack
The more I read all these topics and no solved my problem
09/01/2011 08:42 viper4513#6
just to add a few things if you havnt fixed it yet...

try make a user in your database, using the same fields that the php query would use, with the same values.


If that works, then try make one using your php script, username and password being "phptest"
Also, not sure if it's just cuz you're using the ODBC script and i didnt, but in your "db.config.php" file, you have a database value, mine doesnt..

That might have something to do with it?
09/01/2011 18:50 venon321#7
the problem is here >>



$errors[] = 'User name must consist of numbers and letters only.';
}else if(odbc_num_rows($result)){
$errors[] = 'User name already exists, please choose a different user name.';
}
05/12/2019 02:41 Earthly#8
Quote:
Originally Posted by venon321 View Post
the problem is here >>



$errors[] = 'User name must consist of numbers and letters only.';
}else if(odbc_num_rows($result)){
$errors[] = 'User name already exists, please choose a different user name.';
}
no help for this issue? why does it think the username exists?
05/12/2019 09:22 {Skrillex}#9
Quote:
Originally Posted by Earthly View Post
no help for this issue? why does it think the username exists?
Mate.. This thread is 8 years old. This Script is outdated. Search for newer scripts. If you need help contact me with private message function.

Regards