Thứ Ba, 19 tháng 3, 2024

Wordpress wp-admin login access alway not allow access - SOLVED

 

Access to the WordPress wp-admin login is frequently denied, causing frustration. Here's a step-by-step troubleshooting guide:

  1. Check .htaccess: Ensure there are no misconfigurations or rules blocking access in the .htaccess file.

  2. Review Plugins: Deactivate plugins one by one to identify any conflicts causing the access issue.

  3. Verify User Account and Password: Double-check the correctness of the user credentials, ensuring there are no typos or errors.

  4. Inspect Folder and File Permissions: Ensure appropriate permissions are set for folders and files to allow access.

The root cause often lies in a database table, particularly in the mater_options table, where the prefix might be incorrectly set. To resolve this:

  1. Access the mater_options table in the database.
  2. Find the line with the ID 95.
  3. Change the value from O34BC_user_roles to prefix__user_roles, where 'prefix' represents the correct prefix for your WordPress installation.

By following these steps, you can rectify the login access issue and regain control of your WordPress admin panel.


 




0 nhận xét:

Đăng nhận xét