Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1023

General Questions/New to Joomla! 4.x • Re: Manually uninstall a plugin

$
0
0
If you are dealing with a Community Builder plugin, use phpMyAdmin provided by your host to access the database. Locate the table _extensions and run the following query, which will list all Community Builder plugins. Use your own table prefix:

Code:

SELECT * FROM r27bv_extensionsWHERE name LIKE 'Community Builder%' AND type = 'plugin'
Identify the row of the plugin, edit the row and change the column 'enabled' from 1 to 0, then apply the change.

Statistics: Posted by toivo — Mon Sep 02, 2024 8:35 am



Viewing all articles
Browse latest Browse all 1023

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>