
11-27-2006, 10:00 PM
|
|
|
Join Date: Sep 2006
Location: Not From This Planet
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
getting the following error
Quote:
Database error in vBulletin 3.6.4:
Invalid SQL:
CREATE TABLE `vbuserbar` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`userid` INT( 10 ) NOT NULL ,
`usergroupid` INT( 10 ) NOT NULL ,
`name` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`url` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`path` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`createdate` INT( 10 ) NOT NULL ,
`modifieddate` INT( 10 ) NOT NULL ,
`groupid` INT( 10 ) NOT NULL ,
INDEX ( `userid` , `usergroupid`, `name`)
) TYPE = MYISAM;
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 'COLLATE utf8_unicode_ci NOT NULL,
`url` VARCHAR( 255 ) CHARACT
Error Number : 1064
Date : Monday, November 27th 2006 @ 03:54:23 PM
Script : http://*********/admincp/plugin.php?do=productimport
Referrer : http://*********.com/admincp/plugin.php?do=productadd
IP Address :*********
Username : *********
Classname : vb_database
|
|