otrs loggt bei mir folgenden Fehler:
Dies hier sind Zeilen aus der otrs.UnlockTickets.pl:OTRS-otrs.UnlockTickets.pl-87
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND st.ticket_lock_id NOT IN ( 1, 3 )' at line 1, SQL: 'SELECT st.tn, st.ticket_answered, st.id, st.timeout, sq.unlock_timeout FROM ticket st, queue sq WHERE st.queue_id = sq.id AND st.ticket_answered != 1 AND sq.unlock_timeout != 0 AND st.ticket_state_id IN ( ) AND st.ticket_lock_id NOT IN ( 1, 3 ) '
Code: Select all
87 while ( my @Row = $CommonObject{DBObject}->FetchrowArray() ) {
88 push @Tickets, \@Row;
89 }
Liebe Grüße,
Jan