zur Info, evtl. betrifft das ja auch Andere.
Ich hab mir heute gleich die neue 3.0.11 Version auf dem Testsystem installiert. Beim einspielen des rpm Pakets kamen Fehler:
Code: Select all
warning: /opt/otrs/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl created as /opt/otrs/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl.rpmnew
warning: /opt/otrs/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl created as /opt/otrs/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl.rpmnew
warning: /opt/otrs/Kernel/Output/HTML/Standard/CustomerTicketZoom.dtl created as /opt/otrs/Kernel/Output/HTML/Standard/CustomerTicketZoom.dtl.rpmnew
Code: Select all
cd /opt/otrs/Kernel/Output/HTML/Standard
falsche Versionen folgender Dateien:
Code: Select all
-rw-r--r-- 1 otrs www 24640 Oct 18 12:05 AgentTicketEmail.dtl
# $Id: AgentTicketEmail.dtl,v 1.28 2011/04/26 15:57:36 ub Exp $
105973 24 -rw-r--r-- 1 otrs www 21857 Oct 18 12:05 AgentTicketPhone.dtl
# $Id: AgentTicketPhone.dtl,v 1.24 2011/04/26 16:00:58 ub Exp $
105985 16 -rw-r--r-- 1 otrs www 13569 Oct 18 12:05 CustomerTicketZoom.dtl
# $Id: CustomerTicketZoom.dtl,v 1.20 2011/08/23 12:29:12 ub Exp $
behoben durch sichern + einspielen der aktuellen Dateien:
die korrekten Dateiversionen heissen so:
Code: Select all
-rw-rw-r-- 1 otrs www 23661 Oct 11 14:04 AgentTicketEmail.dtl.rpmnew
Version: # $Id: AgentTicketEmail.dtl,v 1.142.2.1 2011/09/07 20:53:50 en Exp $
105307 24 -rw-rw-r-- 1 otrs www 20891 Oct 11 14:04 AgentTicketPhone.dtl.rpmnew
# $Id: AgentTicketPhone.dtl,v 1.127.2.1 2011/09/07 20:53:50 en Exp $
105353 16 -rw-rw-r-- 1 otrs www 13208 Oct 11 14:04 CustomerTicketZoom.dtl.rpmnew
# $Id: CustomerTicketZoom.dtl,v 1.106.2.5 2011/09/07 22:16:03 en Exp $
Code: Select all
mv AgentTicketEmail.dtl AgentTicketEmail.dtl.custom_backup_3-1-10
mv AgentTicketEmail.dtl.rpmnew AgentTicketEmail.dtl
mv AgentTicketPhone.dtl AgentTicketPhone.dtl.custom_backup_3-1-10
mv AgentTicketPhone.dtl.rpmnew AgentTicketPhone.dtl
mv CustomerTicketZoom.dtl CustomerTicketZoom.dtl.custom_backup_3-1-10
mv CustomerTicketZoom.dtl.rpmnew CustomerTicketZoom.dtl
viele Grüße
Flo