Issue in MatchDBSource.pm

English! place to talk about development, programming and coding
Post Reply
pj26905
Znuny newbie
Posts: 3
Joined: 09 Aug 2019, 16:21
Znuny Version: 5.0.35
Real Name: PJ
Company: Zensar

Issue in MatchDBSource.pm

Post by pj26905 »

Getting this error in OTRS 6.0.22

otrs.Console.pl: Use of uninitialized value in concatenation (.) or string at /opt/otrs/Kernel/System/PostMaster/Filter/MatchDBSource.pm line 171.


$Self->{CommunicationLogObject}->ObjectLog(
ObjectLogType => 'Message',
Priority => 'Debug',
Key => 'Kernel::System::PostMaster::Filter::MatchDBSource',
Value => "$Prefix'$Param{GetParam}->{$Key}' =~ /$Value/i matched NOT!",
);

---------------
Where
my $Key = $Match[$Index]->{Key};
my $Value = $Match[$Index]->{Value};
my $Prefix = '';
if ( $Config{Name} ) {
$Prefix = "Filter: '$Config{Name}' ";
}


Seems issue in $Param{GetParam}->{$Key} ??


Urgent help is required.
root
Administrator
Posts: 3931
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Issue in MatchDBSource.pm

Post by root »

pj26905 wrote: 29 Jun 2020, 12:37 Urgent help is required.
Hi,

This here is for developer not for urgent help. Please create a post in the appropriate section. If it's urgent and relevant for your business use the Marketplace to ask for professional help. A forum run by volunteers just offers help without any priorities.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
zzz
Znuny superhero
Posts: 888
Joined: 15 Dec 2016, 15:13
Znuny Version: All
Real Name: Emin
Company: Efflux GmbH
Contact:

Re: Issue in MatchDBSource.pm

Post by zzz »

It would help if you'd post the whole code and tell us what you're trying to achieve.

— Emin
Professional OTRS, Znuny & OTOBO services: efflux.de | efflux.de/en/

Free and premium add-ons: German | English
Post Reply