Author |
Message |
Doulos
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/181553f049aa2a5924cda.jpg)
Joined: Jun 06, 2005
Posts: 732
|
Posted:
Tue Mar 27, 2007 7:41 pm |
|
When registering, users are getting this message after clicking the "Finish" button on the "New User Registration: Final Step" page:
Registration Error
gfx_chk = 0; and Enable Visual Confirmation (in forums) is set to 'No' (I tried both of these the other way as well as requiring user activation)
I have checked all the files in the main nuke folder, as well as all the files in these folders - admin, Your Account, Forums, Groups. All files are identical to the ones in the RN2.10 package I unpacked.
Registration works perfect on my local fresh install of RN210, but not on the local or production sites that were upgraded from RN20202. (I did not try a new registration on the upgraded test site before running rndb_upgrade.php on my old 20202 db. Once it seemed to have worked , I went ahead and upgraded the prod site also.)
I then tried not requiring activation and that still sends users through the email activation process.
All the tables in the db are the same as RN210, so I REALLY hope I am not going to have to go through every table on my db to see if some field or other didn't get upgraded correctly.
Any ideas would be greatly appreciated.
I am at a loss as to what is causing this |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
Sells PC To Pay For Divorce
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined:
Posts: 5661
|
Posted:
Wed Mar 28, 2007 4:16 am |
|
i just tried it and yep is a bit weird....
but i think you messed it up a bit...
but we have no way of knowing what you did..
to solve this a full login is recommended... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jakec
Site Admin
![](modules/Forums/images/avatars/502a2d1345d88a86ddb4a.png)
Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Wed Mar 28, 2007 5:56 am |
|
Quote: |
I then tried not requiring activation and that still sends users through the email activation process.
|
What are you using to do this? Are you using a hack, or MOD, like CNBYA, or AM? |
|
|
|
![](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 Mar 28, 2007 7:21 am |
|
The issue is with your _users_temp table (not sure what your prefix is). I am guessing this based on where that language define is being used and its in the FinishNewUser function.
Check your table structure to make sure it matches this:
Code:
`user_id` int(10) NOT NULL auto_increment,
`username` varchar(25) collate latin1_general_ci NOT NULL default '',
`user_email` varchar(255) collate latin1_general_ci NOT NULL default '',
`user_password` varchar(40) collate latin1_general_ci NOT NULL default '',
`user_regdate` varchar(20) collate latin1_general_ci NOT NULL default '',
`check_num` varchar(50) collate latin1_general_ci NOT NULL default '',
`time` varchar(14) collate latin1_general_ci NOT NULL default '',
`requestor` varchar(25) collate latin1_general_ci NOT NULL default '',
|
|
_________________ 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) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 28, 2007 7:22 am |
|
Sorry... just ignore the "collate" statements. ![Embarassed](modules/Forums/images/smiles/icon_redface.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 28, 2007 7:47 am |
|
well i was busy with Ezekiel yesterday.
he uses cnbya and i tried to explain him that he has to set the user configuration of that , but he didnt understood what i was talking about.
thing yesterday was,if the size of security code wasnt set or whatever the login will never work..
but that was yesterday.. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 28, 2007 8:58 am |
|
Sure wish folks would tell us when they are using something other than the core RavenNuke(tm) files! ![Evil or Very Mad](modules/Forums/images/smiles/icon_evil.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 28, 2007 11:00 am |
|
some like to use cnbya.
i tried it yesterday with current RN and works without any problems...
so why Ezekiel has problems with it i dont know. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Doulos
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 28, 2007 12:18 pm |
|
I am not using cnbya, I tried installing cnbya, but couldn't get it working in the time I had available so I reinstalled the rn20202 Your_Account files over the top ( I thought that I reversed the cnbya install completely but I may have missed something). This was all before the upgrade to rn210. Registrations, logons (with or without gfx code), everything worked fine - before upgrade. I work 12-14 hours a day so I don't have much time to fix things when I mess up.
I will not take anymore of your time until I have made a more complete check of my files and db tables. I will report back when I know something more.
Thanks
E |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Doulos
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 28, 2007 12:19 pm |
|
I am not using cnbya, I tried installing cnbya, but couldn't get it working in the time I had available so I reinstalled the rn20202 Your_Account files over the top ( I thought that I reversed the cnbya install completely but I may have missed something). This was all before the upgrade to rn210. Registrations, logons (with or without gfx code), everything worked fine - before upgrade. I work 12-14 hours a day so I don't have much time to fix things when I mess up.
I will not take anymore of your time until I have made a more complete check of my files and db tables. I will report back when I know something more.
Thanks
E
I am however, PM'ing you a logon Hitwalker, just incase you wish to take a look. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 28, 2007 12:21 pm |
|
thats nice, are interested to see what you've done.... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Doulos
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 28, 2007 1:39 pm |
|
Hitwalker and Montego, thanks very much for all your time and help. I began going through the db table by table and decided I didn't have time for that right now - I need sleep. So I decided to skip to the bottom and look at the nuke_users_temp table as suggested by Montego. Bingo !!! It still had 24 extra entries ("custom1" - "custom24"). I deleted these and all is well with new user registrations.
Thanks again.
E |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 28, 2007 1:48 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
huntor
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jun 13, 2006
Posts: 54
|
Posted:
Sun Apr 08, 2007 4:26 pm |
|
I am also having the registration problem. I did no mods just upgraded form the 2.2*** to the 2.10 Once I get to putting in the keycode and hit finish I get the Registration Error!
Not sure what is wrong. Now if I setup a brand spanking new installation of the 2.10 works fine. Seems to be an issue with the upgrade. And I did run the rndb_upgrade.php to upgrade the tables. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
huntor
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Apr 08, 2007 10:37 pm |
|
After looking at what was posted above at the tables. I added this into the
nuke_users_temp.
It was missing this line
`requestor` varchar(25) collate latin1_general_ci NOT NULL default '',
After I added that line works great now!!!!! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
vgfh
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Feb 14, 2007
Posts: 1
|
Posted:
Tue Apr 10, 2007 7:34 am |
|
huntor wrote: | After looking at what was posted above at the tables. I added this into the
nuke_users_temp.
It was missing this line
`requestor` varchar(25) collate latin1_general_ci NOT NULL default '',
After I added that line works great now!!!!! | Yeah, I had this problem as well. Is it something to do with the update scripts not putting the field in there?
Exactly same problem, exactly same fix. Thanks guys. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Apr 10, 2007 7:36 am |
|
I'll have to look back through our notes to figure out why we commented it out. There was a reason... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
quattro
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/5352406344f574b9dbbb3.gif)
Joined: Aug 16, 2006
Posts: 4
|
Posted:
Wed Apr 11, 2007 7:41 am |
|
Hello guys,
this solved it for me too and i'm using only your files( hum, well i updated the old) So if there was a reason not to use this line then i don't know what i let myself in for for using it.....
But thanks for this fix |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 13, 2007 6:34 am |
|
quattro, hey, like I said, there was a reason... doesn't mean it was a good one.
Still have not had a chance to look it up, but it is on my list. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Apr 17, 2007 7:04 am |
|
Ok, I have researched the "requestor" issue and have found that it comes from the Resend Email hack that was added as a part of the 2.10.00 release. In the HowToInstall manual, the following step addresses this:
Quote: |
7. Add Resend Email Tables - This is an add-on from Raven and it is required. Use the same installSQL.php script noted above and execute Step 2 ONLY (make sure it says "Resend Email" on it!).
|
So, it just looks like you missed a step in the upgrade process is all. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|