The authenticity of wordpress-6.0.1.zip cannot be verified as no signature was found.
Extraction of the update in progress …
The update cannot be installed because some files cannot be copied. This is usually due to file permissions preventing it .: wp-admin / includes / update-core.php
Installation failed.
So I decided to update wordpress manually from FTP. I login in my server via WinSCP with user where the website is hosted, and when I try to delete the directory wp-admin or whatever directory it’s not possible. Why??? I’am the owner of the website. The FTP client return me this error: 550 Delete operation failed.
Can someone have this issue, or can someone help me?
CHMOD 755 public_html/ -R will do if recursively (including all subfolders).
Of course in WordPress I think the documentation says that folders should be one value for CHMOD and all files should be a different value. I thought files were 644 and folders were 755. I’d go Google it
Ok so i delete the the folders via ssh and upload the new via ftp. And the file whitch I have tro overview, I try via ftp. This is one solution. But the problem still remain, why the classic update doesn’t work? Can we found the solution?
Maybe wrong ownership? The clasical update process works properly if the permissions are right. You can fail that, if you download wordpress as root user and forget to change the ownership.
This is interesting and could be the problem. Because thia account was migrated from admit to a normal user in hestia, maybe something in owner permission goes wrong. I check…