How to Fix a 403 Error Caused by Plugins Print

  • WordPress, Plugins, phpMyAdmin, 403 Error
  • 526

A 403 Forbidden Error usually means that your web server is blocking access to certain files or directories. This can happen due to incorrect file permissions, security settings, or conflicts caused by plugins. If you're experiencing a 403 error after installing or updating a plugin, follow these steps to identify and resolve the issue.

Steps to Fix a 403 Error Caused by Plugins

STEP 1: Access your WordPress Dashboard and go to Plugins > Installed Plugins.

LyteHosting - WordPress Dashboard - Plugins - Installed Plugins

STEP 2: Deactivate all plugins at once.

LyteHosting - WordPress - Deactivate Plugins

STEP 3: Reactivate each plugin one at a time, refreshing your website after each activation.

STEP 4: If the error reappears, the most recently activated plugin is likely the cause.

Use the Database to Disable Plugins (If You Can’t Access the WordPress Dashboard):

STEP 1: Open phpMyAdmin from your hosting control panel.

cPanel - Databases Section - phpMyAdmin

STEP 2: Locate your WordPress database and find the wp_options table.

phpMyAdmin - WordPress Database - wp_options

STEP 3: Edit the active_plugins row and temporarily disable all plugins.

phpMyAdmin - Edit active_plugins

STEP 4: Try accessing your website again.

Uninstall the Problematic Plugin:

If a specific plugin is causing the issue, remove it completely and look for an alternative.


Was this answer helpful?

« Back