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…
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!
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
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/
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
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
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.