CustomerTicketOverView Error

Moderator: crythias

Post Reply
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

CustomerTicketOverView Error

Post by Xypher »

Getting this error for 3 Customers right after they log in (although they report if they go to another computer they don't get the error):

error OTRS-CGI-10 Module Kernel::Modules::CustomerTicketOverView not registered in Kernel/Config.pm!

Seems like maybe their cache/cookies/something with their session history leads them to this error. This is the line from System Log but they receive a full blown error screen:
TicketOverView Error.PNG
These select few customers started receiving this error after we finalized our conversion over to uf8 on our db.

Hope this one is an easy fix because we've got more important issues going on :(
You do not have the required permissions to view the files attached to this post.
FiL
Znuny newbie
Posts: 69
Joined: 13 Jul 2010, 18:02
Znuny Version: 2.4.7

Re: CustomerTicketOverView Error

Post by FiL »

You changed nothing in your Config.pm? ACLs maybe?
Dev
OTRS-Version: 3.1.7
System: Ubuntu Linux

Prod
OTRS-Version 3.0.9
System: Ubuntu Linux
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

All I've got is the default:

Code: Select all

$Self->{TicketAcl}->{'ACL-Customer-Type'} = {
Properties => {
	Frontend => {
		Action => ['CustomerTicketMessage'],
			},
		},
Possible => {
	Ticket => {
		Type => ['Incident'],
		},
	},
};
FiL
Znuny newbie
Posts: 69
Joined: 13 Jul 2010, 18:02
Znuny Version: 2.4.7

Re: CustomerTicketOverView Error

Post by FiL »

Hmm any recent changes in the SysConfig or the rest of the Config.pm?
Dev
OTRS-Version: 3.1.7
System: Ubuntu Linux

Prod
OTRS-Version 3.0.9
System: Ubuntu Linux
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

What's new is upgraded from 3.0.10 to 3.1.7 and converted our db from latin1 to utf8
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

It's happening to only a select few individuals, and right after they log in.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: CustomerTicketOverView Error

Post by crythias »

Xypher wrote:What's new is upgraded from 3.0.10 to 3.1.7
The direct answer is View versus view (capitalization). The longer answer *might* be you didn't rebuild config. or delete cache (since it's only happening to specific users).
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

crythias wrote:The direct answer is View versus view (capitalization). The longer answer *might* be you didn't rebuild config. or delete cache (since it's only happening to specific users).
What would be the proper way of delete/clearing cache?
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: CustomerTicketOverView Error

Post by crythias »

From UPGRADING

9) Refresh the configuration cache and delete caches
-------------------------------------------------

Please run:

shell> bin/otrs.RebuildConfig.pl
shell> bin/otrs.DeleteCache.pl
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

crythias wrote:From UPGRADING

9) Refresh the configuration cache and delete caches
-------------------------------------------------

Please run:

shell> bin/otrs.RebuildConfig.pl
shell> bin/otrs.DeleteCache.pl
Ah yes, I did run this when upgrading. I'll try it again and see if the error persists.

Will let you know! Thank you.
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

RebuildConfig & DeleteCache with no luck. Here is a more detailed log of the error:

Code: Select all

ERROR: OTRS-CGI-10 Perl: 5.10.1 OS: linux Time: Mon Aug  6 09:03:41 2012

Message: Module Kernel/Modules/CustomerTicketOverView.pm not found!

 Traceback (58452):
   Module: Kernel::System::Web::InterfaceCustomer::Run (v1.63) Line: 193
   Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_customer_2epl::handler (unknown version) Line: 46
   Module: (eval) (v1.44) Line: 204
   Module: ModPerl::RegistryCooker::run (v1.44) Line: 204
   Module: ModPerl::RegistryCooker::default_handler (v1.44) Line: 170
   Module: ModPerl::Registry::handler (v1.99) Line: 31
CSL
Znuny expert
Posts: 159
Joined: 11 Nov 2011, 19:27
Znuny Version: 3.0.11

Re: CustomerTicketOverView Error

Post by CSL »

Have seen this before:

viewtopic.php?f=53&t=16031&p=61659&hili ... dtl#p61684

I think it has to be caused by changes that have been ported across, and creating a symbolic link like in that thread is more of a bandage stuck over an issue rather than a fix, but it should get it working again.
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

After trying the symbolic link I'm getting this error:

Code: Select all

 Message: Module Kernel::Modules::CustomerTicketOverView not registered in Kernel/Config.pm!
And the customer is still receiving the same error message.
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: CustomerTicketOverView Error

Post by crythias »

Why is the user trying to get to View? is there any View (capital V) referenced in your theme?
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

crythias wrote:Why is the user trying to get to View? is there any View (capital V) referenced in your theme?
To my understanding, it's not these 3 or so users trying to do anything except log into our portal. The initial redirect url being handed off after they login is where the V is getting pulled from a cache of some sorts.
CSL
Znuny expert
Posts: 159
Joined: 11 Nov 2011, 19:27
Znuny Version: 3.0.11

Re: CustomerTicketOverView Error

Post by CSL »

Some extra things that come to mind:

Do you have any other type of caching between your server and the clients (proxy, etc?)
Have you cleared your browser cache as well?
Have you tried restarting apache on the otrs server?
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

No
Yes (they have)
Yes
CSL
Znuny expert
Posts: 159
Joined: 11 Nov 2011, 19:27
Znuny Version: 3.0.11

Re: CustomerTicketOverView Error

Post by CSL »

I wonder if you have a non-default module registration setting in sysconfig that has prevented the new module registration setting from being applied during the update.

Go into sysconfig and navigate to:

Ticket -> Frontend::Customer::ModuleRegistration

Is the setting for CustomerFrontend::Module###CustomerTicketOverView default, or has it been customized (does it have the undo arrow beside the checkbox?)
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

Regarding: CustomerFrontend::Module###CustomerTicketOverview

Both 'link' fields are showing "Action=CustomerTicketOverview;..."

I do not see anything with an "OverView" anywhere in that config
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: CustomerTicketOverView Error

Post by crythias »

and you're *certain* these 3 or so users don't have their own theme?
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

crythias wrote:and you're *certain* these 3 or so users don't have their own theme?

Code: Select all

SELECT * FROM customer_preferences WHERE preferences_key = 'UserTheme';
All show the same theme...
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: CustomerTicketOverView Error

Post by crythias »

Last guess... besides another implementation of OTRS someone is cached ip address to a different server, is that they're being referenced in otrs/Customer/something.
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: CustomerTicketOverView Error

Post by Xypher »

OK so today I finally got a 'desktop sharing meeting' going and got a peek first hand at the issue. Silly enough, the users all shared the same bookmark (they hit bookmark when inside the CustomerTicketOverView from before we upgraded)

So they all were making reference to this faulty bookmark :shock:


Sorry, this one was that easy and silly.
Post Reply