PDA

View Full Version : URGENT - ANYONE - where are plugin xml files stored


El Burro
07-23-2007, 08:11 AM
Hi

My forums crashed

I stupidly installed a plugin from vb.org on my live forum.

Where are these .xml files stored .. I can't find it.
If I can find it and delete I hope I'll be okay?

set_forumlanguage_plugin.xml

Thanks
El Burro

Marco van Herwaarden
07-23-2007, 09:36 AM
XML files are not stored but imported into the database.

You can temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Once this is done, you should be able to access your admincp (and board) and uninstall any offending plugins/products.

El Burro
07-23-2007, 09:55 AM
THanks Marco

I've fixed this

It is caused by the language browser plugin being uploaded twice!

The fix for any future problems anyone has is to ...

In phpMYadmin go to the table "datastore" and look there for the record named "pluginlist". Delete this record.

Then you can login to your board again.

Login into admin-cp, go to the plugin-manager, Delete the duplicate entry of the plugin, and click on "Save Active Status", to rebuild the entry in the datastore.

Marco's way may be a better option?

This is the error message in case anyone has the same problem and does a search

Fatal error: Cannot redeclare rk_getenvvar()