After update to Versión 2.06+ Build 150831when I try to check updates through ComfotUpdate it appears the following message:
No server answer
It seems that the ComfortUpdate server is not responding. Please try again in few minutes or contact the LimeSurvey team.
I need to access to Internet through a proxy server then I´ve configured it in the file /application/third_party/http.php
var $proxy_host_name="proxy.domain.net";
var $proxy_host_port=3128;
After that I have the same issue.
Then as previous versions I´ve configured it in the file /application/config/config-defaults.php
$config ="proxy.domain.net";
$config = 3128;
After that and with the debug activated appears the followin message:
Use of undefined constant proxy_host_port - assumed 'proxy_host_port'
thank you for reporting, it will be fixed in the next release.
If you want to quickly debug it by yourself, just open the file /var/www/educacion/cau_ce/encuestas/application/models/UpdateForm.php
and change the line :