PDA

View Full Version : Unistalling Mods


Shotgunmaniac
06-25-2010, 07:15 PM
I was previously using 3.8.5, and upgraded to 4.0.

I am having the following errors while uninstalling mods as they are conflicting with my shoutbox.

Database error in vBulletin 4.0.0:

Invalid SQL:
ALTER TABLE VBpost DROP COLUMN mh_pbc_colorschemeid;

MySQL Error : Can't DROP 'mh_pbc_colorschemeid'; check that column/key exists
Error Number : 1091
Request Date : Friday, June 25th 2010 @ 08:11:32 PM
Error Date : Friday, June 25th 2010 @ 08:11:32 PM

Database error in vBulletin 4.0.0:

Invalid SQL:
ALTER TABLE VBforum DROP closedthreaddec;

MySQL Error : Can't DROP 'closedthreaddec'; check that column/key exists
Error Number : 1091
Request Date : Friday, June 25th 2010 @ 08:12:33 PM
Error Date : Friday, June 25th 2010 @ 08:12:33 PM

Any help would be really appreciated. Thanks in advance.

Rafa-el
06-25-2010, 09:03 PM
The information is here MySQL Error : Can't DROP 'mh_pbc_colorschemeid'; check that column/key exists

So the uninstaller can't run 'cause these tables don't exist, so try making new tables with empty data via phpMyAdmin, that will allow the uninstaller to run.

ChopSuey
06-28-2010, 11:43 AM
Disable all hooks via config.php then remove them via admincp...

Don't forget all the files too!