Question

Whenever I tried to Update my wordpress it shows Error

The Error is:

**Downloading update from https://downloads.wordpress.org/release/wordpress-5.7.1-new-bundled.zip…

The authenticity of wordpress-5.7.1-new-bundled.zip could not be verified as no signature was found.

Unpacking the update…

The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.: wp-admin/includes/update-core.php

Installation failed.**

Please help, I appreciate any help from you…


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
May 10, 2021
Accepted Answer

Hi there,

It sounds like that the user that the Apache service is running as does not have permissions to your WordPress core files.

What you could do is set the ownership of the files to the Apache user.

If you have not changed the Apache user you could run the following command:

sudo chown -R www-data:www-data /var/www/html

If you have changed the user, you would need to change the www-data:www-data part with the user that you are using.

Let me know how it goes. Regards, Bobby

alexdo
Site Moderator
Site Moderator badge
May 10, 2021

Hello, @newwayelegant

I will recommend checking the ownership of the /var/www/html directory as per @bobbyiliev comment.

Also, check the permissions of the files and the directories in the public_html folder.

Regards, Alex

I’m not sure but here are some ideas, Try upgrade from wp CLI command or increase the memory if possible, similar case, https://wordpress.org/support/topic/5-6-update-critical-error/page/2/

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.