The WordPress message “Sorry, you are not allowed to access this page.” usually appears when your account does not have the required permission (capability) — but it can also be caused by security plugins, corrupted updates, or incorrect file permissions.
Sometimes an expired login cookie or cached redirect causes permission-related messages.
Plugins that can cause this message include:
If you cannot access wp-admin to disable them:
httpdocs/wp-content/plugins.plugin-name → plugin-name.disabled).A broken plugin update can trigger permission messages even if your role is correct. Check:
wp-content/debug.log (if debug is enabled)Wrong permissions can block admin PHP files. Recommended values:
siteurl and home match your domain (in the database wp_options table).$table_prefix in wp-config.php matches the tables in the database.Restore from a backup made before the issue started, or open a support ticket and include: (/tickets/create/step1)