PDA

View Full Version : Editing plugins outside of vb


Disasterpiece
01-16-2012, 01:21 PM
Hi

As it happens, something in my testvb went horribly wrong and I'm sitting here with a fatal php error in some plugin/template I haven't yet found out which and I can't login into my admincp.

Reason is, the vb is bridged to another database via a plugin, so disabling the whole plugin system is not an option, otherwise there wouldn't be an account to log into.

Hypothetically, how would I edit plugins inside the database manually and which caches/datastore whatever do I have to edit as well? Only disabling plugins in the plugins table doesn't seem to do the trick and I'm a little lost here.

Lynne
01-16-2012, 09:37 PM
plugin table and datastore table (title=pluginlist. Be VERY careful as the data is serialized in there!!!!!!). And disable any caching you are listing in the config.php file.