Manually uninstalling RSBooking!

If for some reason the automatic uninstallation fails, follow these steps to manually remove RSBooking! from your Joomla!:
  1. Locate your Joomla! /administrator/components/ folder. Delete the folder named com_rsbooking.
  2. Locate your Joomla! /components/ folder. Delete the folder named com_rsbooking.
  3. Locate your Joomla! /media/ folder. Delete the folder named com_rsbooking.
  4. Connect to your MySQL database and remove all of the _rsbooking tables. For example, if your Joomla! database prefix is "jos", remove all tables that start with jos_rsbooking.
  5. For instance, use this SQL script:
      DROP TABLE `jos_rsbooking_additional_services`, `jos_rsbooking_bookings`, `jos_rsbooking_bookings_assets`, `jos_rsbooking_categories`, `jos_rsbooking_configuration`, `jos_rsbooking_countries`, `jos_rsbooking_coupons`, `jos_rsbooking_default_emails`, `jos_rsbooking_emails`, `jos_rsbooking_facilities`, `jos_rsbooking_facilities_data`, `jos_rsbooking_fields`, `jos_rsbooking_fields_groups`, `jos_rsbooking_fields_values`, `jos_rsbooking_groups`, `jos_rsbooking_hosters`, `jos_rsbooking_logs`, `jos_rsbooking_media`, `jos_rsbooking_payments`, `jos_rsbooking_price_plans`, `jos_rsbooking_properties`, `jos_rsbooking_property_dates`, `jos_rsbooking_property_services`, `jos_rsbooking_property_service_dates`, `jos_rsbooking_property_tabs`, `jos_rsbooking_regions`, `jos_rsbooking_reports`, `jos_rsbooking_reviews`, `jos_rsbooking_reviews_categories`, `jos_rsbooking_reviews_values`, `jos_rsbooking_rules`, `jos_rsbooking_rules_assets`, `jos_rsbooking_schedule`, `jos_rsbooking_statuses`, `jos_rsbooking_taxes`, `jos_rsbooking_translations`, `jos_rsbooking_variations`
    
    
  6. Browse the _extensions, _assets and _menus tables and erase all com_rsbooking entries. For instance, use this SQL queries:
  7.   DELETE FROM `jos_extensions` WHERE `element`='com_rsbooking'
      DELETE FROM `jos_menu` WHERE `link` LIKE '%com_rsbooking%'
      DELETE FROM `jos_assets` WHERE `name` LIKE '%com_rsbooking%'
    

Was this article helpful?

Yes No
Sorry about that