vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   unromovable plug-in (https://vborg.vbsupport.ru/showthread.php?t=105388)

zodehala 01-15-2006 10:28 AM

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


Paul M 01-15-2006 12:30 PM

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). :)

akanevsky 01-15-2006 01:40 PM

add
$db->hide_errors();
in the beginning of the product uninstall code

Deviation 01-15-2006 09:22 PM

Quote:

Originally Posted by Psionic Vision
add
$db->hide_errors();
in the beginning of the product uninstall code

Yep. If there are multiple versions of uninstall code add it above all of them.

This basically allows vB to skip passed the errors.

zodehala 01-19-2006 04:44 PM

Quote:

Originally Posted by Psionic Vision
add
$db->hide_errors();
in the beginning of the product uninstall code

thanks guy


All times are GMT. The time now is 03:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00935 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete