The update could not be unpacked on localhost Mojave
-
Hello all!
I have several wordpress development installs locally on my Mac in /Library/WebServer/Documents and in my User folder ~/Sites
Updating via ftp fails, because the download is under Mojave quarantine. Why you are not putting a signature on your update pages? Message while updating:
The authenticity of wordpress-5.2.3-no-content.zip could not be verified as no signature was found.
So I try to update manually in the shell:
rsync -av wordpress-5.2.3 test_wordpress
But this fails! Ah! first I need to remove all xattr attributes from the new wordpress-download:
xattr -c -r wordpress-5.2.3
Now it seems to work. But wordpress is claiming an update again … Perhaps I need to restart the MySQL-Server? One second please: No help! I tried to update with an other WordPress install in /Library/WebServer/Documents over WordPress and ftp itself (Where is the download folder for the update? Nothing in: ~/Downloads nor /tmp nor in WP_to_update itself! Each try the download is restarted from scratch!!!) But here too, /Library/WebServer/Documents/WP_to_update is claiming for an update again (rsync was working!).
Any help? Best greetings to all and thank you
marek
- The topic ‘The update could not be unpacked on localhost Mojave’ is closed to new replies.