Manually uninstalling RSLens!

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

  1. Locate your Joomla!/templates/ folder. Delete the folder named rslens.
  2. Locate your Joomla!/plugins/editors-xtd/ folder. Delete the folder named rstemplate_shortcode.
  3. Locate your Joomla!/plugins/system/ folder. Delete the folder named rstemplate.
  4. 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 rslens in the template column. For instance, use this SQL script:
    •   DELETE FROM `jos_template_styles` WHERE `template`='rslens'
      
    • browse the jos_extensions table. Delete all records that have the value rslens in the element column. For instance, use this SQL script:
    •   DELETE FROM `jos_extensions` WHERE `element`='rslens' OR `element`='rstemplate' OR `element`='pkg_rslens' OR 
        `element`='rstemplate_shortcode'
      

Was this article helpful?

Yes No
Sorry about that