Log in

View Full Version : Shoutbox installation error


True african
10-10-2008, 10:51 AM
I have Upload 'vbshout.php' to your 'FORUMS ROOT DIRECTORY' .............but when i try to Add/Import Product on Plugin System -> Manage Products i get this error Database error in vBulletin 3.7.3:

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
Request Date : Friday, October 10th 2008 @ 11:49:10 AM
Error Date : Friday, October 10th 2008 @ 11:49:10 AM
Script : http://blacksupremacysounds.com/forum/admincp/plugin.php?do=productimport
Referrer : http://blacksupremacysounds.com/forum/admincp/plugin.php?do=productadd
IP Address : 41.207.68.2
Username : Simplesimon
Classname : vb_database
MySQL Version : 5.0.51a-community

What should i do to enable the shoutbox to work ?

MysCha
10-10-2008, 10:58 AM
from ur error messagage

u already have install vbshout
so, u need uninstall this plugin first
then install again

True african
10-10-2008, 11:30 AM
from ur error messagage

u already have install vbshout
so, u need uninstall this plugin first
then install again

Were do i uninstall it from ? coz i cant see the plug in on [Add/Import Product] ?

MysCha
10-10-2008, 11:32 AM
MySQL Error : Table 'shout' already exists


or u need manual drop table on ur sql :D

True african
10-10-2008, 11:48 AM
or u need manual drop table on ur sql :D

can u please explain how to do that in a layman's language

MysCha
10-10-2008, 11:49 AM
lol
what is layman language ?

True african
10-10-2008, 11:56 AM
lol
what is layman language ?

Simple way instructions on how to do that :)

MysCha
10-10-2008, 12:01 PM
go to phpmyadmin
find database where u install ur forum
find table shout, check list and drop them

True african
10-10-2008, 12:34 PM
go to phpmyadmin
find database where u install ur forum
find table shout, check list and drop them

I have managed to find vbshout.php..................These are the options i see when i click the file ..............
File Type: PHP script text

Show File
Delete File
Edit File
Change Permissions
Rename File
Copy File
Move File

What do u mean by check list and drop them ?

MysCha
10-10-2008, 12:38 PM
OMG

u must see on PHPMYADMIN this is for manage ur SQL

--------------- Added 1223646216 at 1223646216 ---------------

u need drop table SHOUT

True african
10-10-2008, 02:57 PM
OMG

u must see on PHPMYADMIN this is for manage ur SQL

--------------- Added 1223646216 at 1223646216 ---------------

u need drop table SHOUT

Were exactly is PHPMYADMIN ?is it on MySQL? Databases ?

Lynne
10-10-2008, 03:01 PM
I would go post about this in the modification thread. They know the modification best and may be able to fix this without you going into phpMyAdmin.