Author |
Message |
wolfseye
Hangin' Around
![](modules/Forums/images/avatars/584c346047b1687c11182.jpg)
Joined: Feb 06, 2008
Posts: 27
|
Posted:
Wed Feb 13, 2008 7:03 pm |
|
I tested with a friend today if he can register on my Website. He gets always a Registration Error. No more Infos.
I know, that thing is like dozends of times in the forums here already, but usually it has something in addition, like Registration Error - Invalid Username or whatever else, but it just says Registration Error. Tried with some other friend that works some time with NUKE now. We checked in all the places where there is some setting concerning User Activation.
All should work, but it isn´t.
What is the Problem or could it be ?
Wolfseye |
|
|
![ICQ Number ICQ Number](themes/RavenIce/forums/images/lang_english/icon_icq_add.gif) |
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
Former Moderator in Good Standing
![](modules/Forums/images/avatars/803d73f6452557b947721.jpg)
Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Wed Feb 13, 2008 7:30 pm |
|
Can we confirm it is not just an error with his account by trying on your site?
My guess is that it is a table problem, esp if yours does not match the standard v2.20.00 tables |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wolfseye
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Feb 13, 2008 7:32 pm |
|
evaders99 wrote: | Can we confirm it is not just an error with his account by trying on your site?
My guess is that it is a table problem, esp if yours does not match the standard v2.20.00 tables |
My Installation is a fresh 2.20.00 Ravennuke, no Update, just a clean full install. So I doubt I forgot something that wasn´t ment. And its not just a problem for one person, I also tried with 2 other peoples, for them it also doesn´t work.
Wolfseye |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Wed Feb 13, 2008 8:56 pm |
|
If we could see the problem, it would help. It could also be that you don't have a working captcha... It would be best if we could try it ourselves as this is working fine for many others already. So, its got to be something in your environment / setup / install. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wolfseye
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Feb 14, 2008 4:27 am |
|
montego wrote: | If we could see the problem, it would help. It could also be that you don't have a working captcha... It would be best if we could try it ourselves as this is working fine for many others already. So, its got to be something in your environment / setup / install. |
Got it now working. The Install did not write one enty in the users_temp table. A friend of mine did that for me then and now it works.
It was that like with "requestor".
Wolfseye |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
Site Admin
![](modules/Forums/images/avatars/125904890252d880f79f312.png)
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Thu Feb 14, 2008 4:38 am |
|
Thanks for letting us know you are workng now.
I hope you don't mind, I have altered your post 'subject' so we can more easily identify posts we need to follow up on. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Feb 14, 2008 6:34 am |
|
Actually, this IS an issue and we need to correct the download IMO. I am lobbying to get the download corrected as well as we should post the fix as a sticky.
Sorry about that wolfseye. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
Site Admin/Owner
![](modules/Forums/images/avatars/45030c033f18773153cd2.gif)
Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Thu Feb 14, 2008 7:50 am |
|
Montego wrote: | I am lobbying ... |
Well, that's unique verbiage
I will be posting the fix shortly. Sorry for the miscue. This one fell through the cracks between the new and old installer. In the interim, you can just run this code snippet from the SQL tab in phpMyAdmin. Replace ????? with your config setting for $user_prefix (usually is nuke).
ALTER TABLE `?????_users_temp` ADD `requestor` VARCHAR( 25 ) NOT NULL;
So, if your setting for $user_prefix is nuke then your statement will look like this.
ALTER TABLE `nuke_users_temp` ADD `requestor` VARCHAR( 25 ) NOT NULL;
If you receive an error that the column already exists then don't worry about it ![Wink](modules/Forums/images/smiles/icon_wink.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wolfseye
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Feb 14, 2008 9:15 am |
|
Its no problem, I am just glad it was not my own stupidity or beeing new to NUKE that imagined that but something you can fix so others don´t have the same problem. I am glad i could help this way to find something that isn´t working right.
Thank you for your replies etc.
Wolfseye |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Anders
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jun 16, 2004
Posts: 159
Location: Sweden
|
Posted:
Fri Mar 07, 2008 2:45 pm |
|
Now after 2 weeks running i got this problem 2 need to run TegoNuke Mailer then it works did try that raven did put in but dont work ........did have distro 2.20.00
and have update today... but seems to have same prob still |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Mar 07, 2008 4:50 pm |
|
Use phpMyAdmin and look at the users_temp table. Is there a column named requestor? If there is then you don't have the same issue that was discussed here. If there isn't then you need to use the ALTER statement above. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Anders
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Mar 07, 2008 8:15 pm |
|
ok i have requestor but what can it be then? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Mar 07, 2008 10:25 pm |
|
Since this thread pertains to a specific registration error that is now fixed, please open up a new thread for your issue. Thanks. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|