PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
Doulos
Life Cycles Becoming CPU Cycles


Joined: Jun 06, 2005
Posts: 535

PostPosted: Tue Mar 27, 2007 7:41 pm Reply with quote Back to top

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
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Mar 28, 2007 4:16 am Reply with quote Back to top

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...
View user's profile Send private message
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3028
Location: United Kingdom

PostPosted: Wed Mar 28, 2007 5:56 am Reply with quote Back to top

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?
View user's profile Send private message
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Wed Mar 28, 2007 7:21 am Reply with quote Back to top

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 '',
View user's profile Send private message Visit poster's website
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Wed Mar 28, 2007 7:22 am Reply with quote Back to top

Sorry... just ignore the "collate" statements. Embarassed
View user's profile Send private message Visit poster's website
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Mar 28, 2007 7:47 am Reply with quote Back to top

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..
View user's profile Send private message
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Wed Mar 28, 2007 8:58 am Reply with quote Back to top

Sure wish folks would tell us when they are using something other than the core RavenNuke(tm) files! Evil or Very Mad
View user's profile Send private message Visit poster's website
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Mar 28, 2007 11:00 am Reply with quote Back to top

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.
View user's profile Send private message
Doulos
Life Cycles Becoming CPU Cycles


Joined: Jun 06, 2005
Posts: 535

PostPosted: Wed Mar 28, 2007 12:18 pm Reply with quote Back to top

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
View user's profile Send private message
Doulos
Life Cycles Becoming CPU Cycles


Joined: Jun 06, 2005
Posts: 535

PostPosted: Wed Mar 28, 2007 12:19 pm Reply with quote Back to top

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.
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Mar 28, 2007 12:21 pm Reply with quote Back to top

thats nice, are interested to see what you've done....
View user's profile Send private message
Doulos
Life Cycles Becoming CPU Cycles


Joined: Jun 06, 2005
Posts: 535

PostPosted: Wed Mar 28, 2007 1:39 pm Reply with quote Back to top

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
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Mar 28, 2007 1:48 pm Reply with quote Back to top

nice ezekiel,good luck.
View user's profile Send private message
huntor
Hangin' Around


Joined: Jun 13, 2006
Posts: 48

PostPosted: Sun Apr 08, 2007 4:26 pm Reply with quote Back to top

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.
View user's profile Send private message
huntor
Hangin' Around


Joined: Jun 13, 2006
Posts: 48

PostPosted: Sun Apr 08, 2007 10:37 pm Reply with quote Back to top

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!!!!!
View user's profile Send private message
vgfh
New Member
New Member


Joined: Feb 14, 2007
Posts: 1

PostPosted: Tue Apr 10, 2007 7:34 am Reply with quote Back to top

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.
View user's profile Send private message
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Tue Apr 10, 2007 7:36 am Reply with quote Back to top

I'll have to look back through our notes to figure out why we commented it out. There was a reason...
View user's profile Send private message Visit poster's website
quattro
New Member
New Member


Joined: Aug 16, 2006
Posts: 4

PostPosted: Wed Apr 11, 2007 7:41 am Reply with quote Back to top

Hello guys, Wave
this solved it for me too and i'm using only your files( hum, well i updated the old) Shocked 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
View user's profile Send private message Visit poster's website
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Fri Apr 13, 2007 6:34 am Reply with quote Back to top

quattro, hey, like I said, there was a reason... doesn't mean it was a good one.

ROTFL

Still have not had a chance to look it up, but it is on my list.
View user's profile Send private message Visit poster's website
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9071
Location: Arizona

PostPosted: Tue Apr 17, 2007 7:04 am Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum