PDA

View Full Version : Another Uninstall Problem


FixedBit
03-09-2008, 04:56 AM
I have searched these forums and found that yes, other people had the same problem as me but no one actually received an answer other than the newest one Brian asked if someone had a module installed but the link is dead when clicked.

I thought, since it worked for every other product I wanted to uninstall, that I could just go into the admincp and uninstall vbdynamics. I did so and then it all came tumbling down. I got sql errors, checked email and as others have reported I get the

Invalid SQL:


SELECT languageid,
phrasegroup_adv_portal AS phrasegroup_adv_portal,
phrasegroup_calendar AS phrasegroup_calendar,
phrasegroup_postbit AS phrasegroup_postbit,
phrasegroup_adv_dyna AS phrasegroup_adv_dyna,
phrasegroup_global AS phrasegroup_global,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 1;

MySQL Error : Unknown column 'phrasegroup_adv_dyna' in 'field list'
Error Number : 1054
Date : Sunday, March 9th 2008 @ 12:48:11 AM

Script : http://www.fixedbit.com/

Since I figured it might be one of the files still in like cron or something, i deleted all the vbdynamics files, and that didnt help any.

I know I hate to make a new thread about this but since posting in someone elses current thread about the same problem might not be noticed I decided this was best to do.

Any help is greatly appreciated.

Brian
03-11-2008, 02:07 PM
If you're receiving that error on your regular forum pages (or any page outside of the dynamics folder) then it's because you've installed another hack or CMPS module that is still trying to pull the phrasegroups from vBa Dynamics.

Our Sponsors
 

FixedBit
03-11-2008, 10:10 PM
I am going to post this for anyone else that has this problem since I fixed it by disabling the the plugins in the vbulletin config file, then went into the admin panel and found 3 plugins still installed for vBdynamics.

I disabled the three plugins and it works fine now.

incendrix
05-01-2008, 06:52 PM
where in the vb config file can youu disable plugins?

Our Sponsors
 

Brian
05-02-2008, 01:05 PM
You can disable plugins by adding this line to your includes/config.php file, just above the ?> tag at the end of the file.
define('DISABLE_HOOKS', true);