Joomla Error – Plugin Uninstall: Folder field empty, cannot remove files Updated on June 8, 2023 by Brad Markle 1 Minutes, 17 Seconds to Read When trying to remove an extension in Joomla 2.5, sometimes you may get the following error: Plugin Uninstall: Folder field empty, cannot remove files What causes this error? According to reports in the Joomla forums, this error most likely is caused by differences in table structures between Joomla 1.5 and later versions of Joomla. How to get around this error To uninstall an extension when receiving this error, one solution is to remove the extension’s entry from within your Joomla 2.5 database. While this may not generally be the cleanest method, it gets the job done. Log into your Joomla 2.5 admin backend Find the id of the plugin you wish to remove. To do this, in the top menu click Extensions and then click Extension Manager. Then, click the Manage tab. In the list of extensions on the page, find the ID of the extension under the ID column. In this example, we are going to delete the Authentication – GMail plugin, which has an ID of 400 Log into phpMyAdmin and open the _extensions table of your Joomla 2.5 database Browse the table until you find the extension that you want to remove. The ID that you found in step 2 will be the same as the extension_id column in your extensions table. When you find the entry, click “Delete”. Congratulations, you have successfully uninstalled a Joomla 2.5 extension using phpMyAdmin! Please be aware however that this simply deletes the extension from the database. If there are any residual files form the extension still on the server, you will still need to remove them. Share this Article Related Articles How to Use the Free Mini Frontpage Extension for Joomla 4.0 How to Change a Joomla 2.5 User’s Email Address How to Configure Joomla 2.5 to Send Email Using SMTP How to Edit a Joomla 3 Template How to install Phoca Gallery for Joomla 2.5 Creating a Menu Item for your Joomla 3 Component Changing Email Settings in Joomla 3.1 Using the Redirect Manager in Joomla 3.1 How to add Bootstrap to a Joomla 3.1 Template How to Use Bootstrap 5.0 Alerts in Joomla 4.0