Hallo,
nach dem Update von 2.4.8 -> 3.0.7 bekomme ich folgende Fehlermeldungen dieser Art im Systemlog
Unknown column 'salutation' in 'field list', SQL: 'SELECT login , salutation, first_name, last_name FROM customer_user WHERE LOWER(login) = LOWER('franztest') LIMIT 1'
Die Änderungen in der Config.pm (Auswechseln der UserSalutation-Zeile gegen UserTitle) habe ich durchgeführt.
Hat jemand einen Tipp ?
Viele Grüße
Markus
Fehler im Systemlog
Fehler im Systemlog
OTRS 6.0.4
openSuSe 13.2
openSuSe 13.2
-
- Znuny ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: Fehler im Systemlog
Servus,
in meiner customer_user tabelle gibt es ein Feld "saltutation";
Du könntest das Feld einfach in der Tabelle hinzufügen:
in meiner customer_user tabelle gibt es ein Feld "saltutation";
Du könntest das Feld einfach in der Tabelle hinzufügen:
Code: Select all
mysql otrs
mysql> alter table customer user add salutation varchar(50)
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Re: Fehler im Systemlog
Hallo Wolfgang,
Gruß
Markus
Sollte das Feld aber nicht eigentlich überflüssig sein. Es ist doch durch title ersetzt worde, oder ?Wolfgangf wrote:Servus,
in meiner customer_user tabelle gibt es ein Feld "saltutation";
Du könntest das Feld einfach in der Tabelle hinzufügen:
Code: Select all
mysql otrs mysql> alter table customer user add salutation varchar(50)
Gruß
Markus
OTRS 6.0.4
openSuSe 13.2
openSuSe 13.2
-
- Znuny ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: Fehler im Systemlog
kann ich leider nicht sagen - aber in meiner 2.4.x ist es noch drinnen
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Re: Fehler im Systemlog
Habs gefunden. In meiner Config.pm stand noch der Eintrag
Dort habe ich dann das salutation durch title ersetzt und das war´s.
Aber danke für den Tipp, hat mich auf jeden Fall auf den richtigen Weg gebracht.
Gruß
Markus
Code: Select all
CustomerUserNameFields => [ 'salutation', 'first_name', 'last_name' ],
Aber danke für den Tipp, hat mich auf jeden Fall auf den richtigen Weg gebracht.
Gruß
Markus
OTRS 6.0.4
openSuSe 13.2
openSuSe 13.2
-
- Znuny ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: Fehler im Systemlog
Ah! so geht's natürlich auch 

Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting