Registration page problem

12/23/2011 01:27 Demonz54#1
Hi, i have a problem with my registration page.
This message appear: Failed to create a new account, please try again later
My sql database informations in the config file are correct.
WampServer is online.

Please help me, thanks.
01/16/2012 21:33 andya78#2
its in your users master design go the users master right click it and click on design i had it working myself but i accidently dropped the table and trying to remember how i did it.. if i remember il update this post
01/16/2012 22:34 stonebridge46#3
To fix this error, you need to modify Users_Master table to have UserUID as primary key and set it to identity / auto increment -> and after this is done, change rowid to accept null values and save changes. Then try creating account via webpage again and it should be working.
01/18/2012 03:59 Bаne#4
Remove the line in the web script that blocks out the SQL error, so we can read it, (if StoneBridge did not work)
01/30/2012 06:43 andya78#5
[Only registered and activated users can see links. Click Here To Register...] theres the design of users master
02/01/2012 16:07 mr.outc4st#6
i did some crazy thing like made the useruid an identity and the row id a formulated column with a value added to the value of the useruid field and it worked for me maybe u can try same :)