
01-17-2007, 06:47 PM
|
|
|
Join Date: Sep 2006
Location: Not From This Planet
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Gave me this error:
Quote:
Database error in vBulletin 3.6.4:
Invalid SQL:
CREATE TABLE `shout` (
`sid` int(15) NOT NULL auto_increment,
`s_by` int(15) NOT NULL default '0',
`s_time` int(15) NOT NULL default '0',
`s_shout` text NOT NULL,
`s_data` text NOT NULL,
`s_me` tinyint(2) NOT NULL default '0',
PRIMARY KEY (`sid`)
) TYPE=MyISAM;;
MySQL Error : Table 'shout' already exists
Error Number : 1050
Date : Wednesday, January 17th 2007 @ 08:41:42 PM
Script : http://*****.*****.com/admincp/plugi...=productimport
Referrer : http://*****.*****.com/admincp/plugin.php?do=productadd
IP Address : **.***.***.***
Username : ****
Classname : vb_database
|
|