Tickets Status View Error

Moderator: crythias

Locked
thunter28
Znuny newbie
Posts: 34
Joined: 29 Apr 2011, 15:53
Znuny Version: 5.0.27
Real Name: Tony Hunter
Company: SecureData 365

Tickets Status View Error

Post by thunter28 »

After upgrading to 3.3.1 from 3.2.11, I cannot access the Ticket Status View section. When I select it, I am given the error that is attached to this thread. It looks like a Java Script error, but I do not know how to identify and fix the problem.

Also, I am having random "Error during AJAX communication. Status: error, Error:Script Error when trying to create tickets and use drop down menus. Has anyone else experience these issues?
You do not have the required permissions to view the files attached to this post.
thunter28
Znuny newbie
Posts: 34
Joined: 29 Apr 2011, 15:53
Znuny Version: 5.0.27
Real Name: Tony Hunter
Company: SecureData 365

Re: Tickets Status View Error

Post by thunter28 »

crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Tickets Status View Error

Post by crythias »

it's asking for cached stuff. you may wish to deletecache.
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
thunter28
Znuny newbie
Posts: 34
Joined: 29 Apr 2011, 15:53
Znuny Version: 5.0.27
Real Name: Tony Hunter
Company: SecureData 365

Re: Tickets Status View Error

Post by thunter28 »

This issue was resolved by finding the Module Registration for Status View under SysConfig. Once the settings were restored, the problem went away.
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Tickets Status View Error

Post by Wolfgangf »

thunter28 wrote:This issue was resolved by finding the Module Registration for Status View under SysConfig. Once the settings were restored, the problem went away.
same problem here - I checked the module registration and i looks exactly like before - cache also deleted - still same issue
Any idea?
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
livukar
Znuny newbie
Posts: 1
Joined: 12 Jan 2014, 17:47
Znuny Version: 3.3.3
Real Name: Kondakov Roman
Company: CMC MSU

Re: Tickets Status View Error

Post by livukar »

Wolfgangf wrote:
thunter28 wrote:This issue was resolved by finding the Module Registration for Status View under SysConfig. Once the settings were restored, the problem went away.
same problem here - I checked the module registration and i looks exactly like before - cache also deleted - still same issue
Any idea?
I have some problem with ticket view. In my case I have old Kernel/Config/Files/ZZZAuto.pm:

Code: Select all

$Self->{'Frontend::Module'}->{'AgentTicketQueue'} =  {
   'Description' => 'Overview of all open Tickets',
   'Loader' => {
     'CSS' => [
-      'Core.AgentTicketQueue.css'
+      'Core.AgentTicketQueue.css',
+      'Core.AllocationList.css'
+    ],
+    'JavaScript' => [
+      'Core.UI.AllocationList.js',
+      'Core.Agent.TableFilters.js'
     ]
   },
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Tickets Status View Error

Post by Wolfgangf »

Ha, in my case also! I compared to another 3.3.3 system and found, that there was an old section in ZZZAuto.pm

Code: Select all

#$Self->{'Frontend::Module'}->{'AgentTicketStatusView'} =  {
#  'Description' => 'Overview of all open tickets',
#  'NavBar' => [
#    {
#      'AccessKey' => 'v',
#      'Block' => '',
#      'Description' => 'Overview of all open Tickets',
#      'Image' => 'overview.png',
#      'Link' => 'Action=AgentTicketStatusView',
#      'Name' => 'StatusView',
#      'NavBar' => 'Ticket',
#      'Prio' => '110',
#      'Type' => ''
#    }
#  ],
#  'NavBarName' => 'Ticket',
#  'Title' => 'Status View'
#};
which I commented out and now it's fine
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
andik
Znuny newbie
Posts: 26
Joined: 18 Mar 2014, 16:16
Znuny Version: 3.3.4

Re: Tickets Status View Error

Post by andik »

I´m getting the same error.

But i dont know where i have to change something to fix it.
itsm.jpg
You do not have the required permissions to view the files attached to this post.
abhijeet
Znuny newbie
Posts: 19
Joined: 13 Jun 2014, 16:43
Znuny Version: 4.0.7
Real Name: Abhijeet

Re: Tickets Status View Error

Post by abhijeet »

I solve this error by adding below loader files in Frontend::Module###AgentTicketStatusView

Core.AllocationList.css
Core.UI.AllocationList.js
Core.Agent.TableFilters.js
Locked