Manually uninstall RSSeo!

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

  1. Locate your Joomla!/administrator/components/ folder. Delete the folder named com_rsseo.
  2. Connect to your MySQL database and remove all of the _rsseo tables. For example, if your Joomla! database prefix is "jos", remove all tables that start with jos_rsseo.
  3. For instance, use this SQL script:
      DROP TABLE `jos_rsseo_competitors`, `jos_rsseo_competitors_history`, `jos_rsseo_config`, `jos_rsseo_keywords`,
      `jos_rsseo_pages`, `jos_rsseo_redirects`
    
  4. For Joomla! 3.x: Browse the _extensions, _assets and _menus tables and erase all com_rsseo entries. For instance, use this SQL queries:
  5.   DELETE FROM `jos_extensions` WHERE `element`='com_rsseo'
      DELETE FROM `jos_menus` WHERE `link` LIKE '%com_rsseo%'
      DELETE FROM `jos_assets` WHERE `name` LIKE '%com_rsseo%'
    

One person found this article helpful.


Was this article helpful?

Yes No
Sorry about that