The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
unromovable plug-in
i have installed plug-in is called "Browser on Who's Online" (i found it from here)
while i am uninstalling it following error is occured and the proccess is failed how can i uninstall it ??????????????? HTML Code:
Database error in vBulletin 3.5.3: Invalid SQL: ALTER TABLE `session` DROP `browser`;; MySQL Error : Can't DROP 'browser'; check that column/key exists Error Number : 1091 Date : Sunday, January 15th 2006 @ 06:19:10 AM Script : http://www.xforum.com/admincp/plugin.php Referrer : http://www.xforum.com/admincp/plugin.php?do=productdelete&productid=browser_on_wol&s= Classname : vb_database |
#2
|
||||
|
||||
Well the quickest way would probably be to create a column called browser in your session table for the uninstall code to remove. This isn't necessarily the "proper" way (which would be to edit the products uninstall code).
|
#3
|
|||
|
|||
add
$db->hide_errors(); in the beginning of the product uninstall code |
#4
|
|||
|
|||
Quote:
This basically allows vB to skip passed the errors. |
#5
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|