Hi @drewilson23,
I hope this message finds you well.
The “403 – Forbidden” error generally points to a server-side or security-related change rather than a WordPress issue.
Do you have any Security related plugin active on this website? If yes, can you please deactivate the plugin temporarily and see if that helps to resolve the issue?
Please bring this issue to the notice of the hosting support team and see if the Web Application Firewall at the hosting end causes an issue. Additionally, please check if there are any permission issues and if the server has enough storage left to run the database operations.
If the website is running on an Apache server, please check the .htaccess file and ensure there aren’t any conflicting rules added.
I hope that helps to diagnose the issue further. Please feel free to ask here if you require any clarification.
Best Regards,
Nebu John
Hi Nebu,
I don’t currently have any security-related plugins enabled on the site. I tried adding a new user again today, and it’s working normally now, so I’m not entirely sure what was causing the issue before.
I appreciate the troubleshooting steps and will keep them in mind in case it happens again.
Thanks
@drewilson23
Check if a plugin like Wordfence is creating this issue. Try deactivating
check if .htaccess is not corrupted
wp-admin/ must be readable & executable by the web server
enable logging only (no display):
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
Reproduce the error, then check:
/wp-content/debug.log
Look for:
- Permission denied
- REST API blocked
- Nonce verification failed