ne, Template hab ich eig. nicht umbenannt.
Hier die ZZZAuto.pm.Habe gesehen, es gibt auch noch im gleichen Verzeichnis eine ZZZAAuto.pm, weiss ja ned, obs normal ist. Aber die hier angehängte Datei (ZZZAuto.pm) das ist die Datei, mit den Einstellungen aus der Sysconfig und wonach es gecrasht ist. Habe mal einige Sache, die ich damals in der Sysconfig umgestellt hatte, nun manuell über die Datei wieder rückgängig gemacht, aber es bleibt einfach der selber Fehler. Aber der Fehler kam definitiv nach Bearbeitung dieser Einstellungen in der SysConfig.
(DB Daten abgeändert)
Code: Select all
$Self->{'SecureMode'} = 1;
$Self->{'ProductName'} = 'OTRS';
$Self->{'FQDN'} = 'xxx';
$Self->{'Organization'} = 'onlyfree-media';
$Self->{'DefaultLanguage'} = 'de';
$Self->{'DefaultPreViewLines'} = '15';
$Self->{'TimeShowAlwaysLong'} = '1';
$Self->{'LogModule::SysLog::Charset'} = 'iso-8859-15';
$Self->{'PreApplicationModule'}->{'AgentInfo'} = 'Kernel::Modules::AgentInfo';
$Self->{'Frontend::NotifyModule'}->{'3-ShowAgentOnline'} = {
'Module' => 'Kernel::Output::HTML::NotificationAgentOnline'
};
$Self->{'Frontend::NotifyModule'}->{'4-ShowCustomerOnline'} = {
'Module' => 'Kernel::Output::HTML::NotificationCustomerOnline'
};
$Self->{'SessionModule'} = 'Kernel::System::AuthSession::IPC';
$Self->{'ShowMotd'} = '1';
$Self->{'NotificationSubjectLostPassword'} = 'Neues 2SS Passwort!';
$Self->{'Customer::AuthModule::DB::Table'} = 'xxx';
$Self->{'Customer::AuthModule::DB::CustomerKey'} = 'username';
$Self->{'Customer::AuthModule::DB::CustomerPassword'} = 'passwort';
$Self->{'Customer::AuthModule::DB::DSN'} = 'DBI:mysql:database=xxx;';
$Self->{'Customer::AuthModule::DB::User'} = 'xxx';
$Self->{'Customer::AuthModule::DB::Password'} = 'xxx';
$Self->{'Frontend::NavBarStyle'} = 'Modern';
$Self->{'Frontend::NavBarStyle::ShowSelectedArea'} = '1';
$Self->{'Ticket::Frontend::StdResponsesMode'} = 'Form';
$Self->{'Ticket::Frontend::BulkFeatureJavaScriptAlert'} = '0';
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'InvolvedAgent'} = '1';
$Self->{'Ticket::Frontend::AgentTicketClose'}->{'InformAgent'} = '1';
$Self->{'Ticket::Frontend::ResponseFormat'} = '$QData{"Salutation"}
$QData{"StdResponse"}
$QData{"Signature"}
$QData{"OrigFrom"} $Text{"wrote"}:
$QData{"Body"}';
$Self->{'Ticket::Frontend::MenuModule'}->{'460-Delete'} = {
'Action' => 'AgentTicketMove',
'Link' => 'Action=AgentTicketMove&TicketID=$Data{"TicketID"}&DestQueue=Delete',
'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
'Name' => 'Delete',
'Description' => 'Delete this ticket!'
};
$Self->{'Ticket::Frontend::MenuModule'}->{'470-Spam'} = {
'Action' => 'AgentTicketMove',
'Link' => 'Action=AgentTicketMove&TicketID=$Data{"TicketID"}&DestQueue=Delete',
'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
'Name' => 'Spam',
'Description' => 'Mark as Spam!'
};
$Self->{'Ticket::Frontend::PreMenuModule'}->{'450-Delete'} = {
'Action' => 'AgentTicketMove',
'Link' => 'Action=AgentTicketMove&TicketID=$Data{"TicketID"}&DestQueue=Delete',
'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
'Name' => 'Delete',
'Description' => 'Delete this ticket!'
};
$Self->{'Ticket::Frontend::PreMenuModule'}->{'460-Spam'} = {
'Action' => 'AgentTicketMove',
'Link' => 'Action=AgentTicketMove&TicketID=$Data{"TicketID"}&DestQueue=Delete',
'Module' => 'Kernel::Output::HTML::TicketMenuGeneric',
'Name' => 'Spam',
'Description' => 'Mark as Spam!'
};
$Self->{'CustomerFrontend::Module'}->{'CustomerTicketOverView'} = {
'NavBar' => [
{
'Prio' => '110',
'Block' => '',