Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

Manually uninstalling RSEvents!

Manually uninstalling RSEvents!
If for some reason the automatic uninstallation fails, follow these steps to manually remove RSEvents! from your Joomla!
  1. Locate your Joomla!/components/ folder. Delete the folder named com_rsevents.
  2. Locate your Joomla!/administrator/components/ folder. Delete the folder named com_rsevents.
  3. Connect to your MySQL database and remove all of the _rsevents tables. For example, if your Joomla! database prefix is "jos", remove all tables that start with jos_rsevents. For instance, use this SQL script: DROP TABLE `jos_rsevents_categories`, `jos_rsevents_config`, `jos_rsevents_designs`, `jos_rsevents_events`, `jos_rsevents_extras`, `jos_rsevents_files`, `jos_rsevents_groups`, `jos_rsevents_groups_acl`, `jos_rsevents_group_permissions`, `jos_rsevents_locations`, `jos_rsevents_subscriptions`, `jos_rsevents_subscription_tickets`, `jos_rsevents_tickets`
  4. Browse the _components table. Delete all records that have the value com_rsevents in the option column. For instance, use this SQL script: DELETE FROM `jos_components` WHERE `option`='com_rsevents'
  5. Joomla! 1.6 / 1.7 / 2.5: Browse the _extensions, _assets and _menus tables and erase all com_rsevents entries. For instance, use this SQL queries:
    DELETE FROM `jos_extensions` WHERE `element`='com_rsevents'
    DELETE FROM `jos_menus` WHERE `link` LIKE '%com_rsevents%'
    DELETE FROM `jos_assets` WHERE `name` LIKE '%com_rsevents%'
Feedback