Mysql Syntax Error

03/31/2016 20:18 .Kamino#1
Moin,
habe bei mir die 6 Steine in Waffen sowie Rüstungen eingefügt.
Es klappt auch soweit alles, aber wenn ich dann irgendein Item
ins Lager tu und das Lager schließe, wieder aufmache ist das Item verschwunden.
In der Syserr steht dann folgendes:
Code:
SYSERR: Mar 31 16:17:57 :: ChildLoop: AsyncSQL: query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'VALUES(10000123, 59999, 3, 10, 1, 19, 1, 1, 1, 0, 0, 0, 9, 15, 15, 10, 0, 0, 0, ' at line 1 (query: REPLACE INTO item  (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2, socket3, socket4, socket5, attrtype0, attrvalue0, attrtype1, attrvalue1, attrtype2, attrvalue2, attrtype3, attrvalue3, attrtype4, attrvalue4, attrtype5, attrvalue5, attrtype6, attrvalue6, VALUES(10000123, 59999, 3, 10, 1, 19, 1, 1, 1, 0, 0, 0, 9, 15, 15, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) errno: 1064)
03/31/2016 21:45 mrapc#2
So PI mal Augenmaß würde ich Tippen das er nicht alle Werte richtig übergibt/nicht genug werte übergibt:
' at line 1 (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2, socket3, socket4, socket5, attrtype0, attrvalue0, attrtype1, attrvalue1, attrtype2, attrvalue2, attrtype3, attrvalue3, attrtype4, attrvalue4, attrtype5, attrvalue5, attrtype6, attrvalue6, //16 Werte

VALUES(10000123, 59999, 3, 10, 1, 19, 1, 1, 1, 0, 0, 0, 9, 15, 15, 10, 0, 0, 0, //19 Werte
VALUES(10000123, 59999, 3, 10, 1, 19, 1, 1, 1, 0, 0, 0, 9, 15, 15, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) //26 Werte

oder er bei:
attrtype3, attrvalue3,
bei deinem Item einen Fehler hat (Null, ungülter Wert o.ä.)