Update failed - PCLZIP error

I’ve been seeing this issue on one of my servers, and so has @timkaye. Thanks to @invisnet for helping me figure out what was going on here. The underlying problem is this issue with the library that WordPress and ClassicPress use to perform outgoing requests:

https://github.com/rmccue/Requests/issues/189

Installing cURL fixes the issue, since in that case the Requests library no longer falls back to the fsockopen function to make outgoing requests. However, since for now we support servers without cURL installed, it may be worth adding a workaround:

Full Slack discussion from today:

1 Like