Error
Unfortunately, you do not have the permission to view this article.

Manually uninstalling RSReina!

If for some reason the automatic uninstall process fails, follow these steps to manually remove RSReina! from your Joomla! installation:

Delete RSReina! Files
  • Locate your Joomla!/templates/ folder. Delete the folder named rsreina.
  • 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.
Delete RSReina! from database
  • 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 rsreina in the template column. For instance, use this SQL script:

    DELETE FROM `jos_template_styles` WHERE `template`='rsreina'
  • browse the jos_extensions table. Delete all records that have the value rsreina in the element column. For instance, use this SQL script:

    DELETE FROM `jos_extensions` WHERE `element`='rsreina' OR `element`='rstemplate' OR `element`='pkg_rsreina' OR `element`='rstemplate_shortcode'

Was this article helpful?

Yes No
Sorry about that