Problem

12/03/2013 17:28 julian38#1
wo ich mir auf der HP ein acc machen wolte kommt disser fehler cod






Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL into column 'votepoints', table 'ACCOUNT_DBF.dbo.ACCOUNT_TBL_DETAIL'; column does not allow nulls. INSERT fails., SQL state 23000 in SQLExecDirect in D:\xampp\htdocs\flyff2\register.php on line 36
12/03/2013 20:29 ©ross#2
Du packst irgendwo KEIN wert rein wo ein wert rein muss.

Genau übersetzt steht in der Fehlermeldung:
"Feld akzeptiert kein Nullwert. Einfügen fehlgeschlagen".
12/05/2013 09:24 raventh1984#3
change votepoints value.

Open ACCOUNT_TBL_DETAIL
Right click on ACCOUNT Choose Edit/Modify
Add the end of votepoints you see an checkbox allow nulls. Check it save it and done.

Or go to your register.php
and change your query to votepoints = '0'