Forsaken Website[Help]

04/30/2013 04:20 brent2121#1
i used forsaken website but i got ann error

SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'OldPassword'., SQL state S0022 in SQLExecDirect in C:\xampp\htdocs\\register.php on line 34


i tried everthing replace oldpassword , insert new column oldpassword on mssql
nothung happen ,

anyone can fix this?
04/30/2013 20:53 Lumi#2
Can you show us the the line where the error comes?
05/01/2013 06:26 brent2121#3
Here's the line 34 that can cause error ,
and when i register icant login on the site ,on the account tbl this information not restored account, password, isuse, member, id_no1, id_no2, realname, reload, OldPassword,TempPassword cash



heres the line 35 ,where the user successfully register to insert the information that they register , but i cant to login
05/01/2013 14:31 W.o.F#4
it have readme.txt on that file?

make a column

TempPassword
and
OldPassword
05/01/2013 14:42 brent2121#5
have no readme.text on the file
05/01/2013 14:53 W.o.F#6
You can fix it just add TempPassword and OldPassword

by adding column
05/01/2013 14:56 brent2121#7
i put OldPassword and Tempassword error

odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement., SQL state 21S01 in SQLExecDirect in C:\xampp\htdocs\ProjectX\register.php on line 34