| Author |
Message |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Fri Jan 04, 2008 11:17 am |
|
I try to register as a new user for testing purposed and this comes up
Registration Error!
ERROR: Invalid Nickname
How can i fix this...i have used search function and not able to find answer like i was able to for other issues. Thanks for your help
Here is my site to see what is happening
|
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Fri Jan 04, 2008 11:30 am |
|
Only found a few threads with some info and none seem to help at the moment. Seems threads ended with no final result unless im just not getting it right. I'm not using any special characters and such.
Here is 1 thread
|
|
|
|
 |
Susann Moderator

Joined: Dec 19, 2004 Posts: 3143 Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Fri Jan 04, 2008 12:00 pm |
|
This is a thread with a final result:
Maybe it helps. Did you changed the original your account files ? |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Fri Jan 04, 2008 12:05 pm |
|
I never changed any of Your_account file
Was i supposed to? |
|
|
|
 |
Susann Moderator

Joined: Dec 19, 2004 Posts: 3143 Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Fri Jan 04, 2008 12:13 pm |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Fri Jan 04, 2008 12:14 pm |
|
I just installed newest version Full Raven Nuke so not sure why this is coming up. Only other module that i have installed is Treasury and that's it. |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Fri Jan 04, 2008 12:22 pm |
|
| Susann wrote: | | custard change $display_errors = FALSE to TRUE in your config.php and see if there is more information. Check also the tables nuke_users. Are there duplicate entries ? Does the nuke_users_ temp table exist in your database ? |
This is what you had posted on the other site...
I looked in my database and i do have
nuke_users
nuke_users_temp
there are only 2 users on Nuke users. Myself and anonymous |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Fri Jan 04, 2008 4:50 pm |
|
still cant figure it out.... |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Sat Jan 05, 2008 7:01 am |
|
You should not be having this problem.
Were all older files removed before uploading the latest version?
I only ask because there must be a conflict somewhere. |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Sat Jan 05, 2008 6:29 pm |
|
What older files?
I installed the FULL NEWEST Version of Raven. I never had to Update since this was my 1st install of Raven. |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2415 Location: Iowa, USA
|
Posted:
Sat Jan 05, 2008 6:36 pm |
|
But did you do it over the top of another Nuke install?
Give us an example of a username that isn't working. |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Sat Jan 05, 2008 7:23 pm |
|
I never installed raven nuke until this week. this was my 1st time so i never installed it over another Nuke.
I tired different usernames. I tried ALAN, SILENTTOM etc... and put my correct email address. Stil nothing coming up. I had a friend try to register as well and same thing . INVALID Nickname for his as well. |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Sat Jan 05, 2008 9:02 pm |
|
I tried this
| montego wrote: | All you need to do is this:
| Code: |
ALTER TABLE `nuke_users_temp` ADD `requestor` varchar(25) NOT NULL default '' AFTER `time`;
| |
Well i did that and when i would try to register. Only Blank page would come up. So i pu the original index file back in its place and worked again but still saying Registration error, Invalid Nickname |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2415 Location: Iowa, USA
|
Posted:
Sat Jan 05, 2008 10:27 pm |
|
First of all, I would re-upload modules/Your_Account/index.php with a good FTP client like FileZilla.
If the problem persists, find this line of code in the above file:
| Code: |
if ((!$username) || (empty($username)) || (ereg('[^a-zA-Z0-9_-]',$username))) $stop = '<center>'._ERRORINVNICK.'</center><br />';
|
Change it to this just so we can see what it thinks the $username is:
| Code: |
if ((!$username) || (empty($username)) || (ereg('[^a-zA-Z0-9_-]',$username))) $stop = '<center>'._ERRORINVNICK .': ' . $username . '</center><br />';
|
Then try and register and report back what it says now. |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Sat Jan 05, 2008 11:07 pm |
|
Still says Same thing.... |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Sun Jan 06, 2008 2:37 am |
|
| Gremmie wrote: |
| Code: |
if ((!$username) || (empty($username)) || (ereg('[^a-zA-Z0-9_-]',$username))) $stop = '<center>'._ERRORINVNICK .': ' . $username . '</center><br />';
|
Then try and register and report back what it says now. |
is there a few to many spaces in this code or am i just trippin or does it even matter? |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2415 Location: Iowa, USA
|
Posted:
Sun Jan 06, 2008 1:52 pm |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Sun Jan 06, 2008 7:08 pm |
|
Yes i tried it...exactly how you wrote the code and same thing comes up....
INVALID NICKNAME |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2415 Location: Iowa, USA
|
Posted:
Sun Jan 06, 2008 7:23 pm |
|
But you didn't see the colon? At the very least I would expect:
INVALID NICKNAME:
(Note the trailing colon). Did you see that?
If so, that means somehow the $username is getting unset or cleared.
If you didn't see the colon, the wrong file is running/getting modified. |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Sun Jan 06, 2008 7:39 pm |
|
We have a Colon...
Is that good?
this is what came up
ERROR: Invalid Nickname: |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2415 Location: Iowa, USA
|
Posted:
Sun Jan 06, 2008 9:19 pm |
|
Wow, you installed RavenNuke 2.10.01 and this is happening? I'm at a loss on this one. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Mon Jan 07, 2008 6:06 am |
|
Try this:
1. Re-download the package (I am trying to rule out a corrupt download and/or unpacking process)
2. Get yourself FileZilla from sourceforge.net (free and I've NEVER had an issue with it)
3. Use FileZilla to re-upload ALL your RavenNuke files per the instructions given.
I am thinking that we need to rule out a corrupted file somewhere. |
|
|
|
 |
okatvrider Hangin' Around

Joined: Jan 02, 2008 Posts: 43
|
Posted:
Mon Jan 07, 2008 11:38 am |
|
Ok so let me get this....
Delete my site and all databases that refer to the site...
Then re-install everything all over again? |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2415 Location: Iowa, USA
|
Posted:
Mon Jan 07, 2008 12:22 pm |
|
I would just delete the files and then re-upload them using FileZilla. Leave the database alone for now. |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Mon Jan 07, 2008 2:34 pm |
|
If you get stuck email me and I'll try and slot you in tomorrow morning provided you are not hosting with Goddady |
|
|
|
 |
|
|
|
|