Search found 2 matches

by j4c3k
17 Nov 2010, 11:39
Forum: Help
Topic: Customer DB in latin1
Replies: 0
Views: 791

Customer DB in latin1

hi. im use otrs 2.4.X with utf-8 as default charset and im try to use database with latin1 encoding as customers information backend. otrs in log write: Message: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like', SQL: 'SELECT EMail , Imie, Na...
by j4c3k
23 Sep 2010, 09:31
Forum: Help
Topic: otrs[2.4.8,3.0.0]+mssql = SessionID invalid! Need user data
Replies: 2
Views: 3186

otrs[2.4.8,3.0.0]+mssql = SessionID invalid! Need user data

hi. im try to install otrs. i want to use mssql 2005 as backend. my Config.pm: $Self->{'DatabaseHost'} = 'XXX'; $Self->{'Database'} = 'OTRS3_TEST'; $Self->{'DatabaseUser'} = 'otrs'; $Self->{'DatabasePw'} = 'XXX'; $Self->{DatabaseDSN} = "DBI:Sybase:$Self->{Database}"; $Self->{'Database::Typ...