I have been trying to update automatically for days. Same error below:
I tried both updating via HTTPS and HTTP. No luck.
I searched this forum. Sometimes in March this year, users were advised to patch plugins/CoreUpdater/Updater.php with:
I checked mine and it is already patched in 2.14.2.
Downloading the latest Piwik version over secure HTTPS connection did not succeed, because of the following error:
curl_exec: Operation timed out after 119908 milliseconds with 4390672 out of 16210130 bytes received. Hostname requested was: builds.piwik.org
curl_exec: Operation timed out after 119908 milliseconds with 4390672 out of 16210130 bytes received. Hostname requested was: builds.piwik.org
I tried both updating via HTTPS and HTTP. No luck.
I searched this forum. Sometimes in March this year, users were advised to patch plugins/CoreUpdater/Updater.php with:
+ } catch (ArchiveDownloadException $e) {
+ throw $e;
+ throw $e;
I checked mine and it is already patched in 2.14.2.