Manually uninstalling RSJuno!
If for some reason the automatic uninstall process fails, follow these steps to manually remove RSJuno! from your Joomla! installation:
- Locate your Joomla!/templates/ folder. Delete the folder named rsjuno.
- Locate your Joomla!/plugins/editors-xtd/ folder. Delete the sub-folder named rstemplate_shortcode.
- Locate your Joomla!/plugins/system/ folder. Delete the folder named rstemplate.
- 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 rsjuno in the template column. For instance, use this SQL script:
- browse the jos_extensions table. Delete all records that have the value rsjuno in the element column. For instance, use this SQL script:
DELETE FROM `jos_template_styles` WHERE `template`='rsjuno'
DELETE FROM `jos_extensions` WHERE `element`='rsjuno' OR `element`='rstemplate' OR `element`='pkg_rsjuno' OR `element`='rstemplate_shortcode'
One person found this article helpful.