View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
10031Bug reportsComfortUpdatepublic2016-09-21 17:50
Reporterkzoller Assigned ToLouisGac 
PriorityhighSeveritycrash 
Status closedResolutionfixed 
Product Version2.06+ 
Summary10031: New Comfort Update behind Proxy
Description

We have bought a Key for the new Comfort Update in the 2.06+ Version. Our Server is behind a proxy Server. The Server is able to connect to the update Server an check, if a newe Version is enable.
But when we start the comfort Update, limesurvey tell us "ComfortUpdate could not download the update!"
We see in the log file, that limesurvey connect for download the package directly (not over proxy) to the update server

Steps To Reproduce

Set up Limesurvey behinde proxy server, do a comfort update....

Additional Information

'config'=>array(
// debug: Set this to 1 if you are looking for errors. If you still get no errors after enabling this
// then please check your error-logs - either in your hosting provider admin panel or in some /logs directory
// on your webspace.
// LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard templates
'debug'=>0,
'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2
// proxyout
'proxy_host_name' => 'proxyout.aspectra.com',
'proxy_host_port' => 8080
)

TagsNo tags attached.
Attached Files
Bild 2.png (126,456 bytes)
Bug heat2
Complete LimeSurvey version number (& build)Version 2.06+ Build 151109
I will donate to the project if issue is resolvedNo
BrowserALL
Database type & versionMysql 5.5
Server OS (if known)Debian
Webserver software & version (if known)Apache 2
PHP Versionphp 5.3

Users monitoring this issue

There are no users monitoring this issue.

Activities

digitmaster

digitmaster

2016-09-21 17:50

reporter   ~40902

Hello,
I have written a patch here for that:
https://bugs.limesurvey.org/view.php?id=11698
place it in after line 1022 in /application/models/UpdateForm.php

rerun the update and you will see that the zip is downloaded via proxy.
regards
digitmaster

Issue History

Date Modified Username Field Change
2015-11-12 09:52 kzoller New Issue
2015-11-12 09:52 kzoller Status new => assigned
2015-11-12 09:52 kzoller Assigned To => c_schmitz
2015-11-12 09:52 kzoller File Added: Bild 2.png
2015-12-09 10:06 c_schmitz Assigned To c_schmitz => LouisGac
2016-03-03 14:59 LouisGac Status assigned => resolved
2016-03-03 14:59 LouisGac Resolution open => fixed
2016-03-07 11:55 c_schmitz Status resolved => closed
2016-09-21 17:50 digitmaster Note Added: 40902