Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #18  
Old 07-01-2009, 05:25 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 19,180
BMR777 is on a distinguished road
Default RE: Registration Error

I think the problem is that you added a new field to the users table for the user's age. You made it so that there is the right number of fields, but they're not in the right order. :)

Find:

PHP Code:
mysql_query("INSERT INTO ".$prefix."users VALUES ('', '$username', '$pass1','$email','3','1', '$date', '0','','','','','','')"); 
Replace With:

PHP Code:
mysql_query("INSERT INTO ".$prefix."users VALUES ('', "", '$username', '$pass1','$email','3','1', '$date', '0','','','','','')"); 
Try that and see if new users can register. Since you put the age field before the username field and your age table only allows 3 characters, all usernames were being cut to 3 characters, thus they could never log in. The fields also most certainly did not match up.

Try that and see if it works better. :)
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Registration Validation? Kyttias Questions and Supports 1 04-13-2015 09:05 PM
Registration issue ilrak Questions and Supports 4 11-08-2014 12:21 AM
Forum Registration Alaric Questions and Supports 24 06-05-2013 12:12 PM
reCaptcha on Registration John1 Questions and Supports 2 09-09-2010 12:12 AM
Registration exactly33 Suggestions and Feature Requests 1 01-05-2009 12:37 PM


All times are GMT -5. The time now is 08:53 PM.

Currently Active Users: 1016 (0 members and 1016 guests)
Threads: 4,082, Posts: 32,047, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636