Is there a way I can disable third-party products/add-ons/plugins? I can't get to my site now because of a database error so I can't uninstall it the conventional way.
Disable Products
Collapse
X
-
I can't even access the /index.php page. The entire site is a database error. I need a way to disable the product/add-on/plugin through the database or something. The .php files are fine, it's because of the product and I don't know how to uninstall it without access to the Admin CP.Comment
-
But have you tried to access
/forums/admincp/ ?
If you can't do that either, you can access your files through the control panel provided by your hosting company (Cpanel, etc), or through FTP client. Then you would need to navigate to where the XML file is stored and delete the offending add-on.
(just my opinion, I'm no expert)Comment
-
If you cannot log into the Admin CP then to disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
This will disable all hooks and allow you to log in properly with no hooks running.
Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
If you cannot log into the Admin CP then to disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
This will disable all hooks and allow you to log in properly with no hooks running.
http://www.vbulletin.com/docs/html/disable_plugins
Now that I've gained access to the Admin CP, can I now remove define('DISABLE_HOOKS', true); from the config.php file to enable my plugins?Comment
-
Yes.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment