
05-26-2002, 06:14 AM
|
|
|
Join Date: Oct 2001
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by wintz
When i try to steal i get the below error
Invalid SQL: INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,showsignature,iconid,messageread ,folderid,receipt) VALUES (NULL,64,64,DMINID,'Crime','Toby!
Sorry, you were robed for the sum 50.
',1022246379,'Case-Sensitive Forums','',0,0,0)
mysql error: Unknown column 'DMINID' in 'field list'
mysql error number: 1054
any ideas how to fix this? thanks
|
you need to set DMINID to your admin id in the command.
the info to installed missed out the A on a few lines
|