Manually uninstall RSEvents!Pro
If for some reason the automatic uninstallation fails, follow these steps to manually remove RSEvents!Pro from your Joomla!:
- Locate your Joomla! /administrator/components/ folder. Delete the folder named com_rseventspro.
- Locate your Joomla! /components/ folder. Delete the folder named com_rseventspro.
- 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. For instance, use this SQL script:
- For Joomla! 3.x: Browse the _extensions, _assets and _menus tables and erase all com_rseventspro entries. For instance, use this SQL queries:
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`
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.