PDA

View Full Version : Vbshout


HabboLand
07-02-2006, 04:33 PM
When i go to upload the product VBshout... i get this error


Database error in vBulletin 3.5.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 : Sunday, July 2nd 2006 @ 06:31:24 PM
Script : http://www.habbopaperforum.com/forum/admincp/plugin.php
Referrer : http://www.habbopaperforum.com/forum/admincp/plugin.php?do=productadd
IP Address : 86.27.101.202
Username : Vibe
Classname : vB_Database

Help?!

rogersnm
07-02-2006, 04:41 PM
Did you have it installed previously?

HabboLand
07-02-2006, 09:07 PM
yeah but uninstalled it

peterska2
07-02-2006, 10:18 PM
set allow overwrite to YES

Paul M
07-03-2006, 12:33 AM
yeah but uninstalled it
However, the table was not removed. You need to drop the table (sql command = DROP TABLE shout).

HabboLand
07-03-2006, 07:38 AM
However, the table was not removed. You need to drop the table (sql command = DROP TABLE shout).

ok thanks but how do i do that

HabboLand
07-06-2006, 09:44 PM
bumpyyy

peterska2
07-06-2006, 09:48 PM
set allow overwrite to YES

You just need to do this if you are reinstalling

rogersnm
07-07-2006, 09:13 AM
When you import the product underneath where you choose the file it will have 2 boxes - yes and no. The defualt is no change it to yes.