Hi Adamr,
The error message indicates an issue with your server’s permissions or configuration. Here are some possible causes and solutions:
- Insufficient File Permissions: WordPress core files and folders need specific permissions to be updated. Ensure all files and folders within the WordPress directory have the following permissions:
– Files: 644
– Folders: 755
You can check and modify file permissions using an FTP client or your web hosting control panel’s file manager.
- Faulty .htaccess file: The .htaccess file can sometimes interfere with the update process due to incorrect rewrite rules. Try renaming the .htaccess file temporarily and see if the update proceeds. If it does, you can create a new .htaccess file with only the essential rewrite rules.
- Outdated PHP Version: Older PHP versions might not support the latest WordPress versions. Ensure your PHP version is compatible with WordPress 6.4.2 (currently PHP 8.0 or later).
- Plugin Conflict: Some plugins might conflict with the update process. Try disabling all plugins and attempting the update again. If successful, reactivate plugins one by one to identify the culprit.
- Corrupted Files: Corrupted core files can also cause update problems. Consider downloading a fresh copy of WordPress 6.4.2 and replacing the existing files on your server (excluding wp-config.php and .htaccess).
- Hosting Provider Restrictions: Some hosting providers might have restrictions or limitations on updating WordPress. Contact your hosting provider and confirm if they allow automatic updates and if there are any specific requirements.
By systematically investigating these potential causes and implementing the recommended solutions, you should be able to resolve the “not authorized request” error and update your WordPress installation to 6.4.2.
I have the same Problem cant update, delete or activate any wordpress plugin I get always
{
"success": false,
"data": {
"reason": "not authorized request"
}
}
What version are you currently on?
Difficult to troubleshoot without being able to de-activate plugins etc. I am probably going to try re-uploading the core WordPress files…
I found out that the problem is caused by the Backup Migration Pluggin
Thanks! Just deactivated and now working fine for me. Ive logged a ticket with the developer for the plugin.