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?
Customer Page Wont Load
Moderator: crythias
-
- Znuny newbie
- Posts: 4
- Joined: 05 Jun 2012, 17:53
- Znuny Version: 3.1.6
Re: Customer Page Wont Load
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 ?
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
Frontend: OTRS 3.0.11 RedHat Enterprise Linux 6.2 with SELinux, Apache SSL
-
- Znuny newbie
- Posts: 4
- Joined: 05 Jun 2012, 17:53
- Znuny Version: 3.1.6
Re: Customer Page Wont Load
Typo on my part in the posting of the error.
It does in fact read CustomerAuth.pm
It does in fact read CustomerAuth.pm
-
- Znuny newbie
- Posts: 4
- Joined: 05 Jun 2012, 17:53
- Znuny Version: 3.1.6
Re: Customer Page Wont Load
No one has any idea's? This seems like a rather application breaking bug since it makes OTRS completely unusable.
Re: Customer Page Wont Load
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 4
- Joined: 05 Jun 2012, 17:53
- Znuny Version: 3.1.6
Re: Customer Page Wont Load
I have done some more testing. This error only occurs when I have AD authentication turned on for customers.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customer Page Wont Load
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:
But This means (likely) that Backend isn't properly defined. Can you share your Config.pm lines relating to CustomerAuth with private info redacted?
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 }
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
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