vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Properly removing TMS (https://vborg.vbsupport.ru/showthread.php?t=294831)

Hostboard 02-06-2013 01:40 PM

Properly removing TMS
 
TMS has been giving me some issues due to not installing properly. Re-installing did not work and uninstalling does not either (both giving db errors)

So I am attempting a manual removal. So far I have:

DROP tables:
'templateedit' and 'templateditlocation'

Deleted fields:
'templateeditlist' from the 'style' table
'edited' from the 'template' table
'TMS' from the 'product' table

Then delete the uploaded files.

However I still get a DB error when I try to access the AP's main screen:

Code:

Database error in vBulletin 4.1.12:
Invalid SQL:
  SELECT templateedit.version AS editversion, template.version AS templateversion
  FROM templateeditlocation AS templateeditlocation
  LEFT JOIN templateedit AS templateedit ON (templateedit.varname=templateeditlocation.varname AND templateedit.styleid=-1)
  LEFT JOIN template AS template ON (template.title=templateeditlocation.template AND template.styleid = -1)
  LEFT JOIN product AS product ON (product.productid=templateeditlocation.product)
  WHERE templateedit.active = 1
  AND (templateeditlocation.product = 'vbulletin' OR product.active = 1) 
  AND templateeditlocation.varname != 'tmsbranding';
MySQL Error  : Table 'forum4.templateeditlocation' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, February 6th 2013 @ 08:38:41 AM
Error Date    : Wednesday, February 6th 2013 @ 08:38:41 AM
Script        : http://www.MyDomain.com/forums/admin...ex.php?do=home
Referrer      : http://www.MyDomain.com/forums/admincp/index.php?do=nav
IP Address    : xxx.xxx.xxx.xxx
Username      : UserID
Classname    : vB_Database_MySQLi
MySQL Version : 5.1.66-0ubuntu0.10.04.3

Something is still hooked into VB. What did I miss/need to do to fully remove it?

Seven Skins 02-06-2013 07:42 PM

Look into the XML or PHP installation file for the hack, it may give you the answer.


All times are GMT. The time now is 05:04 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.01541 seconds
  • Memory Usage 1,711KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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