I'm guessing you will have to manually edit the sql database table to disable the plugin.. hmn.. now just gotta find out how or where is it the setting.. cause only site restore didin't fix it for me.. it give me more errors.. so the settings are in sql tables..
Run below sql query to disable the product (if your prefix is other than vbulletin) change to prefix_product in the code below
UPDATE `vbulletin_product` SET `active` = '0' WHERE `productid` = 'c_ct_v1' LIMIT 1 ;
then u should be able to remove/uninstall it
let me know if it works.......
|