not sending notifications

Moderator: crythias

Post Reply
user1
Znuny newbie
Posts: 3
Joined: 27 Feb 2025, 10:11
Znuny Version: 6.4.3
Real Name: Ivan

not sending notifications

Post by user1 »

Good afternoon OTrs does not send notifications when I take notes or answer tickets, etc. And this is what is in the logs.
Can't locate Kernel/Output/HTML/TicketZoom/1-Линия.pm in @INC (@INC contains: /opt/otrs/Custom /opt/otrs/Kernel/cpan-lib /opt/otrs/ /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl /etc/apache2) at /opt/otrs/Kernel/System/Main.pm line 86.

There was an error executing Execute() in Kernel::System::Console::Command::Maint::Email::MailQueue: Error: Message sending already in progress! Skipping...
Wed Feb 26 11:36:50 2025 (Europe/Moscow) error OTRS-CGI-77 Need module!
shawnbeasley
Znuny Employee
Posts: 147
Joined: 13 Sep 2021, 09:38
Znuny Version: Znuny 6.3.x
Real Name: Shawn Beasley
Company: Znuny

Re: not sending notifications

Post by shawnbeasley »

That doesn't look healthy.

Try forcing email sending once.

Code: Select all

bin/otrs.Console.pl Maint::Email::MailQueue --send --verbose --force
Post Reply