Manually uninstalling RSBaron!
If for some reason the automatic uninstallation fails, follow these steps to manually remove RSBaron! from your Joomla! installation:
- Locate your Joomla!/templates/ folder. Delete the folder named rsbaron.
- Connect to your MySQL database (for example, if your Joomla! database prefix is "jos") and:
- browse the jos_template_styles table. Delete all records that have the value rsbaron in the template column. For instance, use this SQL script:
- browse the jos_extensions table. Delete all records that have the value RSBaron in the element column. For instance, use this SQL script:
DELETE FROM `jos_template_styles` WHERE `template`='rsbaron'
DELETE FROM `jos_extensions` WHERE `element`='rsbaron'