
01-20-2010, 07:36 PM
|
|
|
Join Date: Dec 2006
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
The update cause a database error when i tried to up,load the xml file:
Quote:
Database error in vBulletin 4.0.1:
Invalid SQL:
DROP TABLE IF EXISTS `gcbos`;
CREATE TABLE
`gcbos`
(
`gcbosid` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
`displayuserid` INT(10) UNSIGNED NOT NULL,
`userid` INT(10) UNSIGNED NOT NULL,
`dateline` INT(10) UNSIGNED NOT NULL,
`recipientid` INT(10) UNSIGNED NOT NULL,
`type` TINYINT UNSIGNED NOT NULL,
`message` TEXT NOT NULL
);
MySQL Error : 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 'CREATE TABLE
`gcbos`
(
`gcbosid` INT UNSIGNED NOT NULL AUTO_INCREMENT PR' at line 2
Error Number : 1064
Request Date : Wednesday, January 20th 2010 @ 03:34:42 PM
Error Date : Wednesday, January 20th 2010 @ 03:34:42 PM
Script : http://www.pastors-source.com/vb/adm...=productimport
Referrer : http://www.pastors-source.com/vb/adm...?do=productadd
IP Address : 68.205.204.98
Username : Revmitchell
Classname : vB_Database
MySQL Version : 5.0.89
|
|