Actions

ComfortUpdate/de: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
(Updating to match new version of source page)
Line 4: Line 4:
=Allgemeines=
=Allgemeines=


The ComfortUpdate tool is a LimeSurvey professional service to update your installation of LimeSurvey easily from your web browser, with just a few mouse clicks - instead of having to perform [[Upgrading from a previous version|a manual update]].
The ComfortUpdate tool is a LimeSurvey professional service to update your installation of LimeSurvey easily from your web browser with just a few mouse clicks (instead of having to perform [[Upgrading from a previous version|a manual update]]).


To use and test ComfortUpdate you will have to register [https://www.limesurvey.org/en/services#pricing with our website] to receive a free trial key. After that trial key has expired you can either [https://www.limesurvey.org/en/services#pricing buy one of our premium packages] or [[Upgrading from a previous version|update your installation manually]].
In order to use and test ComfortUpdate, you have to sign up [https://www.limesurvey.org/en/services#pricing on LimeSurvey] to receive a free trial key. After that trial key has expired you can either [https://www.limesurvey.org/en/services#pricing buy one of our premium packages] or [[Upgrading from a previous version|update your installation manually]].
 
{{Alert|In order to copy and use your ComfortUpdate key, access your [https://www.limesurvey.org/your-account/your-limesurvey-profile LimeSurvey] profile and click on COMFORTUPDATE KEYS, which is located in the profile menu (left side of the page).}}


=Requirements=
=Requirements=


Ihre PHP-Installation muss mit Unterstützung für zlib kompiliert werden. Überprüfen Sie Ihre PHPInfo zu sehen, und/oder kontaktieren Sie Ihren Systemadministrator, um dies zu bestätigen (siehe auch [http://php.net/manual/de/book.zlib.php]).
Your PHP installation must be compiled with support for [http://php.net/manual/es/book.zlib.php ZLib]. Check your PHPInfo and ask your system administrator for a confirmation.  


Your server must be able to connect by SSL to update.limesurvey.org and update-data.limesurvey.org in order to use the ComfortUpdate tool. If you have problems with this and get error messages like
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.
 
  10060 could not connect to the host "update.limesurvey.org"
sollten Sie ihre Proxy / Firewall-Sicherheitseinstellungen bearbeiten oder Ihren Server-Administrator um Hilfe fragen.


=Anwendung von ComfortUpdate=
=Anwendung von ComfortUpdate=


Das LimeSurvey ComfortUpdate kann auch mit aktiven Umfragen durchgeführt werden. Es ist nicht möglich damit vorhandenen Daten zu löschen oder zu zerstören. Allerdings sollte man im Hinterkopf behalten, dass dies eine Beta-Funktion ist und sicherzustellen, dass Sie Ihre Datenbank und Dateien gesichert haben, bevor Sie fortfahren.
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.


*Öffnen Sie die Globale Einstellungen, wählen Sie die ersten Registerkarte und klicken Sie auf die Schaltfläche für "Updates"
#Find the ''Update'' button.
*Es wird ein Update Link angezeigt, wenn eine neue Version von LimeSurvey vorhanden ist. Wenn nicht klicken Sie auf " Jetzt prüfen ", um zu sehen, ob ein neues Update verfügbar ist.  
##For the older LimeSurvey versions, go to the Global Settings Icon, select the first tab, and click on the ''Updates'' button.
*Wenn ein Update gefunden wird, wird LimeSurvey ein Link angezeigen, damit Sie aktualisieren können. Klicken Sie auf diesen Link um die Aktualisierung zu starten.  
##For the recent Limesurvey versions, you may find the '''ComfortUpdate''' button in the '''Configuration''' dialog, under the ''Advanced'' tab.
* LimeSurvey überprüft jetzt das Installations-Verzeichnis auf entsprechende Berechtigungen, die eine Aktualisierung ermöglichen müssen. Eine Liste der vorgeschlagenen Änderungen werden angezeigt.  
#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.
* Wenn es irgendwelche Probleme gibt , müssen Sie diese zuerst korrigieren, und dann gelangen Sie zum nächsten Schritt .  
#If an update is found, LimeSurvey will display a link to allow you to update. Click on this to begin updating.
* Die ComfortUpdate wird nun ein Backup Ihrer Datenbank anlegen (wenn Sie MySQL verwenden ) und speichert Ihre alte Installationsdateien im Verzeichnis /tmp. Wenn Sie eine anderen Datenbanktyp verwenden, sollten Sie Ihre Datenbank manuell sichern, bevor Sie fortfahren. ComfortUpdate wird nun Ihre Installation auf die neueste Version aktualisieren, einschließlich der Aktualisierung der Datenbank.  
#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.
#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.
#If there are any problems, you must correct them at this point and then proceed to the next step.
#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=
=Disabling ComfortUpdate=
If you want to disable ComfortUpdate to not get the ''New release available'' popup messages after each new release you can add the following option to your "config.php" file which can be found at ''/limesurvey/application/config'' (Always create a backup first!):
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
<syntaxhighlight lang="php" enclose="pre">
'updatable' => false  
</syntaxhighlight>


This is documented in more detail at "[http://www.limesurvey-consulting.com/how-to-disable-the-comfortupdate-updating-feature-at-limesurvey/ How to disable the Limesurvey ComfortUpdate updating feature]".
This is documented in more detail at "[http://www.limesurvey-consulting.com/how-to-disable-the-comfortupdate-updating-feature-at-limesurvey/ How to disable the Limesurvey ComfortUpdate updating feature]".
{{Alert|title=Attention|text=Always create a backup first!}}


=Bekannte Probleme=
=Bekannte Probleme=
Line 38: Line 45:
==Leere Seite auf Schritt 3==
==Leere Seite auf Schritt 3==


Wenn Sie eine leere Seite beiSchritt 3 bekommen, bedeutet es in der Regel, dass das Arbeitsspeicherlimit Ihrer PHP-Konfiguration zu niedrig eingestellt ist. Während dieses Schrittes versucht LimeSurvey, ein Datenbank-Backup und ein Datei-Backup (von Dateien, die ersetzt werden soll) zu erstellen.
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).


==Verwendung eines Proxy-Servers für die Verbindung mit update.limesurvey.org==
==Verwendung eines Proxy-Servers für die Verbindung mit update.limesurvey.org==


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 [https://manual.limesurvey.org/Optional_settings#General_settings General settings]).
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 [https://manual.limesurvey.org/Optional_settings#General_settings the general settings wiki]).


Bei früheren Versionen müssen Sie die Datei http.php in Ihrer LimeSurvey-Installation anpassen. Werfen Sie mit Hilfe eines Texteditors einen Blick auf die Variablen in den ersten Zeilen der Datei und fügen ggf. die Daten Ihres Proxyserver hinzu.
Bei früheren Versionen müssen Sie die Datei http.php in Ihrer LimeSurvey-Installation anpassen. Werfen Sie mit Hilfe eines Texteditors einen Blick auf die Variablen in den ersten Zeilen der Datei und fügen ggf. die Daten Ihres Proxyserver hinzu.


Beispiel: Für eine Verbindung zu einem Proxy-Server 111.111.111.111 Port 1234 ohne Authentifizierung sollten Sie dies so setzen:
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_name="111.111.111.111";
   var $proxy_host_port=1234;
   var $proxy_host_port=1234;


Abhängig von der verwendeten LimeSurvey-Version finden Sie die Datei in /admin/classes oder /application/libraries/admin/http/. Es gibt vor-kodierte Variablen in der Datei, daher werden nur die Details zu Ihrem Proxy benötigt. Wenn Ihre Installation ungewöhnlich langsam ist, kann das Setzen eines Proxies helfen.
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.

Revision as of 11:40, 14 August 2017

Allgemeines

The ComfortUpdate tool is a LimeSurvey professional service to update your installation of LimeSurvey easily from your web browser with just a few mouse clicks (instead of having to perform a manual update).

In order to use and test ComfortUpdate, you have to sign up on LimeSurvey to receive a free trial key. After that trial key has expired you can either buy one of our premium packages or update your installation manually.

  In order to copy and use your ComfortUpdate key, access your LimeSurvey profile and click on COMFORTUPDATE KEYS, which is located in the profile menu (left side of the page).


Requirements

Your PHP installation must be compiled with support for ZLib. Check your PHPInfo and ask your system administrator for a confirmation.

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.

Anwendung von 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

This is documented in more detail at "How to disable the Limesurvey ComfortUpdate updating feature".

  Attention : Always create a backup first!


Bekannte Probleme

Leere Seite auf Schritt 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).

Verwendung eines Proxy-Servers für die Verbindung mit update.limesurvey.org

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).

Bei früheren Versionen müssen Sie die Datei http.php in Ihrer LimeSurvey-Installation anpassen. Werfen Sie mit Hilfe eines Texteditors einen Blick auf die Variablen in den ersten Zeilen der Datei und fügen ggf. die Daten Ihres Proxyserver hinzu.

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.