Tickets Status View Error
Moderator: crythias
-
- 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
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?
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.
-
- 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
I have additional error information on this:
Core.Agent.TableFilters is undefined
(?)()@http://oh1xxxx/otrs/index.pl?Action=Age ... sView:2466
Core.App</TargetNS.Ready/<@http://oh1vsv09/otrs-web/js/js-cache/Co ... 02.js:1281
x.Callbacks/c@http://oh1xxxx/otrs-web/js/js-cache/Com ... 0802.js:33
x.Callbacks/p.fireWith@http://oh1xxxx/otrs-web/js/js-cache/Com ... 0802.js:33
.ready@http://oh1xxxx/otrs-web/js/js-cache/Com ... 0802.js:33
q@http://oh1xxxx/otrs-web/js/js-cache/Com ... 0802.js:33
Can anyone help??
Core.Agent.TableFilters is undefined
(?)()@http://oh1xxxx/otrs/index.pl?Action=Age ... sView:2466
Core.App</TargetNS.Ready/<@http://oh1vsv09/otrs-web/js/js-cache/Co ... 02.js:1281
x.Callbacks/c@http://oh1xxxx/otrs-web/js/js-cache/Com ... 0802.js:33
x.Callbacks/p.fireWith@http://oh1xxxx/otrs-web/js/js-cache/Com ... 0802.js:33
.ready@http://oh1xxxx/otrs-web/js/js-cache/Com ... 0802.js:33
q@http://oh1xxxx/otrs-web/js/js-cache/Com ... 0802.js:33
Can anyone help??
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Tickets Status View Error
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
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
-
- 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
This issue was resolved by finding the Module Registration for Status View under SysConfig. Once the settings were restored, the problem went away.
-
- 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
same problem here - I checked the module registration and i looks exactly like before - cache also deleted - still same issuethunter28 wrote:This issue was resolved by finding the Module Registration for Status View under SysConfig. Once the settings were restored, the problem went away.
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
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
-
- 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
I have some problem with ticket view. In my case I have old Kernel/Config/Files/ZZZAuto.pm:Wolfgangf wrote:same problem here - I checked the module registration and i looks exactly like before - cache also deleted - still same issuethunter28 wrote:This issue was resolved by finding the Module Registration for Status View under SysConfig. Once the settings were restored, the problem went away.
Any idea?
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'
]
},
-
- 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
Ha, in my case also! I compared to another 3.3.3 system and found, that there was an old section in ZZZAuto.pm
which I commented out and now it's fine
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'
#};
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
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
Re: Tickets Status View Error
I´m getting the same error.
But i dont know where i have to change something to fix it.
But i dont know where i have to change something to fix it.
You do not have the required permissions to view the files attached to this post.
Re: Tickets Status View Error
I solve this error by adding below loader files in Frontend::Module###AgentTicketStatusView
Core.AllocationList.css
Core.UI.AllocationList.js
Core.Agent.TableFilters.js
Core.AllocationList.css
Core.UI.AllocationList.js
Core.Agent.TableFilters.js