Manually uninstalling RSForm!
If for some reason the automatic uninstallation fails, follow these steps to manually remove RSForm! from your Joomla!
- Locate your Joomla!/components/ folder. Delete the folder named com_forme.
- Locate your Joomla!/administrator/components/ folder. Delete the folder named com_forme.
- 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` - 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.