Manually uninstall RSEvents!Pro

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

  1. Locate your Joomla! /administrator/components/ folder. Delete the folder named com_rseventspro.
  2. Locate your Joomla! /components/ folder. Delete the folder named com_rseventspro.
  3. Connect to your MySQL database and remove all of the _rseventspro tables. For example, if your Joomla! database prefix is "jos", remove all tables that start with jos_rseventspro.
  4. For instance, use this SQL script:
      DROP TABLE `jos_rseventspro_cards`, `jos_rseventspro_categories`, `jos_rseventspro_config`, `jos_rseventspro_countries`,
      `jos_rseventspro_coupons`, `jos_rseventspro_events`, `jos_rseventspro_files`, `jos_rseventspro_groups`,
      `jos_rseventspro_group_permissions`, `jos_rseventspro_locations`, `jos_rseventspro_payments`, `jos_rseventspro_sync`,
      `jos_rseventspro_tags`, `jos_rseventspro_taxonomy`, `jos_rseventspro_tickets`, `jos_rseventspro_users`,
      `jos_rseventspro_user_tickets`
    
  5. For Joomla! 3.x: Browse the _extensions, _assets and _menus tables and erase all com_rseventspro entries. For instance, use this SQL queries:
  6.   DELETE FROM `jos_extensions` WHERE `element`='com_rseventspro'
      DELETE FROM `jos_menus` WHERE `link` LIKE '%com_rseventspro%'
      DELETE FROM `jos_assets` WHERE `name` LIKE '%com_rseventspro%'
    

2 persons found this article helpful.


Was this article helpful?

Yes No
Sorry about that