I got a problem with my register page. I used a script of dkunderground, but after I pressed the register button I get an error:
Code:
Warning: mssql_query() [function.mssql-query]: message: Cannot insert explicit value for identity column in table 'USER_PROFILE' when IDENTITY_INSERT is set to OFF. (severity 16) in C:\xampp\htdocs\register.php on line 142 Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\register.php on line 142 Warning: mssql_query() [function.mssql-query]: message: Cannot insert explicit value for identity column in table 'Tbl_user' when IDENTITY_INSERT is set to OFF. (severity 16) in C:\xampp\htdocs\register.php on line 143
Tnx,
Sven
*EDIT*
Problem fixed, the db backup I used had user_id colums in Tbl_user and USER_PROFILE as INT value and not varchar. switched this and all works fine now






