- Locate your Joomla!/components/ folder. Delete the folder named com_rstickets.
- Locate your Joomla!/administrator/components/ folder. Delete the folder named com_rstickets.
- Connect to your MySQL database and remove all of the
_rstickets tables. For example, if your Joomla! database prefix is "jos", remove all tables that start with jos_rstickets.
For instance, use this SQL script:
DROP TABLE `jos_rstickets_custom_fields`, `jos_rstickets_custom_fields_value`, `jos_rstickets_departments`, `jos_rstickets_events`, `jos_rstickets_files`, `jos_rstickets_groups`, `jos_rstickets_plugins`, `jos_rstickets_searches`, `jos_rstickets_settings`, `jos_rstickets_staff`, `jos_rstickets_staff_to_department`, `jos_rstickets_tickets`, `jos_rstickets_ticket_message`, `jos_rstickets_ticket_notes` - Browse the
_components table. Delete all records that have the value com_rstickets in the option column. For instance, use this SQL script:
DELETE FROM `jos_components` WHERE `option`='com_rstickets'






