Actions

ComfortUpdate/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 14: Line 14:
Je PHP installatie moet voorzien zijn van [http://nl.php.net/manual/nl/book.zlib.php Zlib]. Kijk met PHPInfo om dit te controleren, of neem vraag het aan de  systeembeheerder.  
Je PHP installatie moet voorzien zijn van [http://nl.php.net/manual/nl/book.zlib.php Zlib]. Kijk met PHPInfo om dit te controleren, of neem vraag het aan de  systeembeheerder.  


Your server must be able to connect by SSL to ''update.limesurvey.org'' and ''update-data.limesurvey.org'' to use the ComfortUpdate tool. If you have problems with this and get error messages such as ''10060 could not connect to the host 'update.limesurvey.org''', you will have to tweak/edit your proxy/firewall security settings or ask your server administrator for further guidance and help.
De webserver moet wel een connectie via SSL kunnen maken met "update.limesurvey.org" en  "update-data.limesurvey.org" om de ComfortUpdate applicatie te gebruiken. Als je een foutmelding krijgt als: ''10060 could not connect to the host 'update.limesurvey.org''', dan moet je de proxy/firewall instellingen controleren en aanpassen of contact opnemen met je systeembeheerder.


=Gebruik van ComfortUpdate=
=Gebruik van ComfortUpdate=

Revision as of 17:24, 6 September 2017

Algemeen

ComfortUpdate is een functie in LimeSurvey waarmee je je installatie van LimeSurvey met een paar klikken in je webbrowser kunt updaten, in plaats van handmatig te moeten upgraden.

Om ComfortUpdate te kunnen gebruiken moet u zich registreren op onze website, u krijgt dan een gratis code waarmee u de functie tijdelijk kunt uitproberen. Na het verlopen van de code kunt u of een code kopen of uw installatie weer handmatig gaan updaten.

  Om de ComfortUpdate key te verkrijgen, ga naar je LimeSurvey profiel en klik op COMFORTUPDATE KEYS, op de linkerkant van de pagina.


Vereisten

Je PHP installatie moet voorzien zijn van Zlib. Kijk met PHPInfo om dit te controleren, of neem vraag het aan de systeembeheerder.

De webserver moet wel een connectie via SSL kunnen maken met "update.limesurvey.org" en "update-data.limesurvey.org" om de ComfortUpdate applicatie te gebruiken. Als je een foutmelding krijgt als: 10060 could not connect to the host 'update.limesurvey.org', dan moet je de proxy/firewall instellingen controleren en aanpassen of contact opnemen met je systeembeheerder.

Gebruik van ComfortUpdate

The LimeSurvey ComfortUpdate feature is safe to use even with active surveys. It does not delete or destroy any existing data. However, you should keep in mind that this is a beta feature. That is why it is important to have your database and files manually backed up before proceeding.

  1. Find the Update button.
    1. For the older LimeSurvey versions, go to the Global Settings Icon, select the first tab, and click on the Updates button.
    2. For the recent Limesurvey versions, you may find the ComfortUpdate button in the Configuration dialog, under the Advanced tab.
  2. The ComfortUpdate screen will display an update link if a new version of LimeSurvey is available. If not, click “Check now” to see if a new update is available.
  3. If an update is found, LimeSurvey will display a link to allow you to update. Click on this to begin updating.
  4. If you have never used ComfortUpdate before or the ComfortUpdate upgrade key is not valid, you will be asked to enter an upgrade key. Use the default key for free updates during the trial period.
  5. LimeSurvey will now verify your installation directory to check if the appropriate permissions are set to allow an update. A list of proposed changes will be displayed.
  6. If there are any problems, you must correct them at this point and then proceed to the next step.
  7. The ComfortUpdate will now make a backup of your database (if you use MySQL) and save your old installation files in the /tmp directory. If you use a different database, you should backup your database manually before proceeding.

ComfortUpdate will now update your installation to the latest version, updating also the database in order to reflect the new (possible) changes.

Disabling ComfortUpdate

If you want to disable ComfortUpdate not to get the New release available popup messages after each new release, you can add the following option to your "config.php" file (which is located in /limesurvey/application/config):

'updatable' => false

Dit is in detail beschreven op: het uitschakelen van de Limesurvey ComfortUpdate updates.

  Attention : Always create a backup first!


Bekende problemen

Lege pagina bij stap 3

If you get a blank page on step 3, it usually means that the memory limit of your PHP configuration is set too low. During that step, LimeSurvey tries to create a database backup and a file backup (of the files that will be replaced).

Een proxyserver gebruiken om naar update.limesurvey.com te gaan

If you are behind a proxy, you may have to adjust some settings to be able to use comfort update. In LimeSurvey 2.05 (later than build 140404), you can set the details of your proxy server in the configuration file (see the general settings wiki).

In oudere versies kun je het bestand http.php in je LimeSurvey installatie wijzigen. Kijk in een teksteditor naar de variabelen in de eerste paar regels van dit bestand en voeg de benodigde waarden toe.

Example: Connect to a proxy server 111.111.111.111 port 1234 without authentication edit the following lines to look like:

 var $proxy_host_name="111.111.111.111";
 var $proxy_host_port=1234;

Depending on your version, you will find the file in the /admin/classes/ folder or in /application/libraries/admin/http/. There are pre-coded variables within the file. Therefore, only details of your proxy are needed. If your installation is running unusually slow, wrong proxy settings may be the cause.