viernes, 13 de marzo de 2015

TimeOut al actualizar Piwik

Síntomas

Cuando intentas actualizar Piwik recibes el error:
 curl_exec: Operation timed out after 10000 milliseconds with 527060 out of 13297558 bytes received. Hostname requested was: builds.piwik.org

Solución

Edita el archivo path_a_la_instalación/htdocs/plugins/CoreUpdater/controller.php
En la línea 175
Cambia: Http::fetchRemoteFile($url, $this->pathPiwikZip);
Por: Http::fetchRemoteFile($url, $this->pathPiwikZip, 0, 30);

No hay comentarios: