Customer Page Wont Load

Moderator: crythias

Locked
pallytank09
Znuny newbie
Posts: 4
Joined: 05 Jun 2012, 17:53
Znuny Version: 3.1.6

Customer Page Wont Load

Post by pallytank09 »

Having a problem with a new installation of 3.1.6

It is running on Ubuntu and using AD for authentication

The agent web page works fine, loads, agents can log in.

The customer web page fails however. It throws a 500 error. The log on the server shows the following:

[error] Can't call method "GetOption" on an undefined value at /opt/otrs//Kernel/System/CustmoerAuth.pm line 124.\n

I find this strange since I have at no point touched this file.

Thoughts?
CSL
Znuny expert
Posts: 159
Joined: 11 Nov 2011, 19:27
Znuny Version: 3.0.11

Re: Customer Page Wont Load

Post by CSL »

Is "CustmoerAuth.pm" a typo, or the actual text of the error?

I'm guessing /opt/otrs/Kernel/System/CustomerAuth.pm exists. Could this be a typo you've made somewhere, maybe in Config.pm ?
Backend: OTRS 3.0.11 RedHat Enterprise Linux 6.2, Apache, MySQL with replication
Frontend: OTRS 3.0.11 RedHat Enterprise Linux 6.2 with SELinux, Apache SSL
pallytank09
Znuny newbie
Posts: 4
Joined: 05 Jun 2012, 17:53
Znuny Version: 3.1.6

Re: Customer Page Wont Load

Post by pallytank09 »

Typo on my part in the posting of the error.

It does in fact read CustomerAuth.pm
pallytank09
Znuny newbie
Posts: 4
Joined: 05 Jun 2012, 17:53
Znuny Version: 3.1.6

Re: Customer Page Wont Load

Post by pallytank09 »

No one has any idea's? This seems like a rather application breaking bug since it makes OTRS completely unusable.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Customer Page Wont Load

Post by jojo »

check if all files on disc are in correct version
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
pallytank09
Znuny newbie
Posts: 4
Joined: 05 Jun 2012, 17:53
Znuny Version: 3.1.6

Re: Customer Page Wont Load

Post by pallytank09 »

I have done some more testing. This error only occurs when I have AD authentication turned on for customers.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Customer Page Wont Load

Post by crythias »

If it's balking at CustomerAuth, then it doesn't like some values in Config.pm. The error message says it's looking for something not provided.

The code for GetOption is rather sparse:

Code: Select all

121	sub GetOption {
122	    my ( $Self, %Param ) = @_;
123	
124	    return $Self->{Backend}->GetOption(%Param);
125	}
But This means (likely) that Backend isn't properly defined. Can you share your Config.pm lines relating to CustomerAuth with private info redacted?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked