Patches
Hier finden Sie Patches für die aktuelle stabile Version von ISPconfig. Wenden Sie die Patches auf Ihre ISPConfig Installation an wenn Sie nicht auf das nächste ISPConfig Update warten können.
Patches für ISPConfig 3.0.5.3
Patch ID: 3053_langimport
Beschreibung: Dieser Patch verbessert den Parser der Sprachdatei Import Funktion.
Patch ID: 3053_backupdownload
Beschreibung: Dieser Patch behebt ein Problem bei der Wiederherstellung von Webseiten backups.
Patch ID: 3053_apsdelete
Beschreibung: Dieser Patch behebt ein Problem beim löschen von APS Instanzen.
Patch ID: 3053_ftpuser
Beschreibung: Dieser Patch behebt FS#3089 – FTP User Options – ERROR You have no permission for this domain.
Patch ID: 3053_phpversion
Beschreibung: Dieser Patch behebt das Problem wenn ein Kunde keine alternativen PHP Versionen auswählen kann.
Patch ID: 3053_sysini
Beschreibung: Dieser Patch behebt FS#3086 – SQL query warning about sys_ini access in multiserver setups.
Patch ID: 3053_dashboard
Beschreibung: Dieser Patch behebt ein Problem mit überlappenden Segmenten in der Dashboard Ansicht.
Installationsanleitung/strong>
Die Patches werden mit dem ISPConfig Patch-Tool installiert. das Patch-Tool wird Bestandteil von ISPConfig 3.0.5.4 sein. Wenn Sie eine ältere ISPConfig Version einsetzen, dann installieren Sie das Patch-Tool wie folgt:
Loggen Sie sich als root Benutzer auf der Shell ein und führen folgende Befehle aus:
cd /usr/local/ispconfig/server/scripts
wget http://www.ispconfig.org/downloads/ispconfig_patch
chmod 700 ispconfig_patch
chown root:root ispconfig_patch
ln -s /usr/local/ispconfig/server/scripts/ispconfig_patch /usr/local/bin/ispconfig_patch
Patches auf ISPConfig anwenden
Führen Sie den folgenden Befehl als root Benutzer auf der Shell aus um das Patch-Tool zu starten:
ispconfig_patch
Das Patch-Tool wird dann nach dem Namen des zu installierenden Patches fragen.
Beispiel
root@server1:/tmp# ispconfig_patch
——————————————————————————–
_____ ___________ _____ __ _
|_ _/ ___| ___ \ / __ \ / _(_)
| | \ `–.| |_/ / | / \/ ___ _ __ | |_ _ __ _
| | `–. \ __/ | | / _ \| ‚_ \| _| |/ _` |
_| |_/\__/ / | | \__/\ (_) | | | | | | | (_| |
\___/\____/\_| \____/\___/|_| |_|_| |_|\__, |
__/ |
|___/
——————————————————————————–
>> Patch tool
Please enter the patch id that you want to be applied to your ISPConfig installation.
Please be aware that we take NO responsibility that this will work for you.
Only use patches if you know what you are doing.
Enter patch id: 3053_ftpuser
Patch description:
——————————————————————————–
This patch fixes FS#3089 – FTP User Options – ERROR You have no permission for this domain.
——————————————————————————–
Do you really want to apply this patch now? (y,n) [y]:y
patching file interface/web/sites/ftp_user_edit.php