[FIX] WordPress can’t update “The update cannot be installed because we will be unable to copy some files”

H3ll0,. back again,.

kali ini gara2 mau benerin website yang kena hack, alhasil coba update versi worpressnya karena udh habis file2 core nya wkwk.

malah nemu error pas 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

ternyata solusinya simple, cukup rubah setingan security apachenya

pastikan bisa akses ssh dengan akses root ya 🙂

ketikan command berikut
chcon -R --type httpd_sys_rw_content_t /var/www/example.com;

kemudian refresh , dan tara wordpress berhasil diiupdate

credit : https://bytefreaks.net/applications/wordpress/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

Leave a Reply

Your email address will not be published. Required fields are marked *