If you cannot access the Joomla admin panel, you can disable plugins directly from the database.
Here are the steps:
Log into Your Database
Open phpMyAdmin from your hosting control panel (e.g., cPanel, Plesk).
Select Your Joomla Database
Choose the database used for your Joomla installation. In the left side pane, click the name of the Joomla database. A list will appear.
Find the Plugins Table
Look for the table named #__extensions (the prefix #__ may vary).
If you installed Joomla using Softaculous, the database name will be username_joomXXX, where username is your account username, and XXX is a three-digit number.
Locate the Plugin
You can find the plugin by searching for its name in the name or element column. The value for enabled plugins is 1, and for disabled plugins, it is 0.
Disable the Plugin
Edit the row and change the value of the enabled column from 1 to 0.
Click Save or Go to apply the changes.
Check Your Website
Reload Joomla’s admin panel and check if the plugin is now disabled.
You can use this database method even with little knowledge of databases or code.
Comment