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:Identify the row of the plugin, edit the row and change the column 'enabled' from 1 to 0, then apply the change.
Code:
SELECT * FROM r27bv_extensionsWHERE name LIKE 'Community Builder%' AND type = 'plugin'
Statistics: Posted by toivo — Mon Sep 02, 2024 8:35 am