Manually uninstalling RSForm!

If for some reason the automatic uninstallation fails, follow these steps to manually remove RSForm! from your Joomla!
  1. Locate your Joomla!/components/ folder. Delete the folder named com_forme.
  2. Locate your Joomla!/administrator/components/ folder. Delete the folder named com_forme.
  3. Connect to your MySQL database and remove all of the _forme tables. For example, if your Joomla! database prefix is "jos", remove all tables that start with jos_forme.
    For instance, use this SQL script:
    DROP TABLE `jos_forme_config`, `jos_forme_data`, `jos_forme_fields`, `jos_forme_forms`
  4. Browse the _components table. Delete all records that have the value com_forme in the option column. For instance, use this SQL script:
    DELETE FROM `jos_components` WHERE `option`='com_forme'

One person found this article helpful.


Was this article helpful?

Yes No
Sorry about that