• Whenever Im trying to update I just get the following message from update-core.php

    {“success”:false,”data”:{“reason”:”not authorized request”}}

    Im on 6.0.6 and wanting to go to 6.4.2.

    Any ideas?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Adamr,

    The error message indicates an issue with your server’s permissions or configuration. Here are some possible causes and solutions:

    1. 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.
    2. 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.
    3. 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).
    4. 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.
    5. 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).
    6. 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"
    }
    }

    Thread Starter adamr85

    (@adamr85)

    What version are you currently on?

    I’m on 6.4.2

    Thread Starter adamr85

    (@adamr85)

    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

    Thread Starter adamr85

    (@adamr85)

    Thanks! Just deactivated and now working fine for me. Ive logged a ticket with the developer for the plugin.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Update Failure’ is closed to new replies.