Creating new stat Error (FirmatGraphSizeRelation)

Moderator: crythias

Locked
ThomasPL10
Znuny newbie
Posts: 90
Joined: 11 Feb 2014, 17:24
Znuny Version: 3.3.2

Creating new stat Error (FirmatGraphSizeRelation)

Post by ThomasPL10 »

Hello everyone.

When I try to create a new template of Stats I get this error. Maybe some of you had same error before and know the solution?
Untitled.png
You do not have the required permissions to view the files attached to this post.
ThomasPL10
Znuny newbie
Posts: 90
Joined: 11 Feb 2014, 17:24
Znuny Version: 3.3.2

Re: Creating new stat Error (FirmatGraphSizeRelation)

Post by ThomasPL10 »

In my apache error logs I can see this error

Code: Select all

[error] [client *] gss_accept_sec_context() failed: An unsupported mechanism was requested (, Unknown error)
[Sun Jul 12 22:16:32 2015] -e: Use of uninitialized value $1 in substitution iterator at /opt/otrs//Kernel/System/Auth/HTTPBasicAuth.pm line 91.
and line 91 in file /opt/otrs//Kernel/System/Auth/HTTPBasicAuth.pm is

Code: Select all

# regexp on login
87    my $ReplaceRegExp = $Self->{ConfigObject}->Get(
88        'AuthModule::HTTPBasicAuth::ReplaceRegExp' . $Self->{Count},
89    );
90    if ($ReplaceRegExp) {
91        $User =~ s/$ReplaceRegExp/$1/;
92    }
Locked