new Queue in admin area invisible
Moderator: crythias
-
- Znuny newbie
- Posts: 6
- Joined: 18 Apr 2014, 11:04
- Znuny Version: 3.1.11
new Queue in admin area invisible
Hi,
I'm using OTRS 3.1.11, and have a few Queues defined in the admin area, Queu settings -> manage Queues.
Since a week I have activated the ITSM core, General catalogue and ITSM incident/problem management (3.1.10).
After that I tried to add a new queue in the admin area.
Something very weird is happening then, because the new Queue is not visible in the 'Manage Queues'.
When I look directly into the database und 'queue', the new Queue is there.
The auto increment value is sequential, which means that it's +1 compared to the last visible Queue seen from the GUI (there is no gap in the database)
When I login as a normal agent, I can pick the Queue to put the ticket in there.
Why is the new Queue not visible in the admin area?
Any help would be highly appreciated.
I'm using OTRS 3.1.11, and have a few Queues defined in the admin area, Queu settings -> manage Queues.
Since a week I have activated the ITSM core, General catalogue and ITSM incident/problem management (3.1.10).
After that I tried to add a new queue in the admin area.
Something very weird is happening then, because the new Queue is not visible in the 'Manage Queues'.
When I look directly into the database und 'queue', the new Queue is there.
The auto increment value is sequential, which means that it's +1 compared to the last visible Queue seen from the GUI (there is no gap in the database)
When I login as a normal agent, I can pick the Queue to put the ticket in there.
Why is the new Queue not visible in the admin area?
Any help would be highly appreciated.
-
- Znuny newbie
- Posts: 6
- Joined: 18 Apr 2014, 11:04
- Znuny Version: 3.1.11
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: new Queue in admin area invisible
Delete Browsercaches?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 6
- Joined: 18 Apr 2014, 11:04
- Znuny Version: 3.1.11
Re: new Queue in admin area invisible
Doesn't help, the issue appears on several browsers on different times (chrome, FF, IE).
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: new Queue in admin area invisible
List is from Kernel/System/Queue.pm sub QueueList
First it checks Queue Cache. If it exists, return it.
Kernel/Modules/AdminQueue.pm lists *any* queue (Valid => 0) (validity check, so it will show invalid queues, too)
SELECT id, name, FROM queue
nothing special.
bin/otrs.DeleteCache.pl
First it checks Queue Cache. If it exists, return it.
Kernel/Modules/AdminQueue.pm lists *any* queue (Valid => 0) (validity check, so it will show invalid queues, too)
SELECT id, name, FROM queue
nothing special.
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
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
Re: new Queue in admin area invisible
update to the latest patch level of your OTRS 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: 6
- Joined: 18 Apr 2014, 11:04
- Znuny Version: 3.1.11
Re: new Queue in admin area invisible
Thnx for the updates.
What do you mean with this? Do you want me to run the script DeleteCache.pl?List is from Kernel/System/Queue.pm sub QueueList
First it checks Queue Cache. If it exists, return it.
Kernel/Modules/AdminQueue.pm lists *any* queue (Valid => 0) (validity check, so it will show invalid queues, too)
SELECT id, name, FROM queue
nothing special.
bin/otrs.DeleteCache.pl
Will this solve the issue? Upgrading to the latest version will take quite a bit of testing before implementation in the live environment...update to the latest patch level of your OTRS version.
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: new Queue in admin area invisible
Did you check the OTRS log?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Re: new Queue in admin area invisible
check the CHANGES file of the latest patchlevel. You should always update to the latest patchlevel. Your version already has some security bugs which are fixed in newer versions
"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: 6
- Joined: 18 Apr 2014, 11:04
- Znuny Version: 3.1.11
Re: new Queue in admin area invisible
Yes, the OTRS log doesn't help me.
But... it seems I just solved it.
I ran bin/otrs.DeleteCache.pl
And now the new entered queue is visible in the admin area.
How is this possible?
But... it seems I just solved it.
I ran bin/otrs.DeleteCache.pl
And now the new entered queue is visible in the admin area.
How is this possible?
Re: new Queue in admin area invisible
it is a known bug in your version, that the cache is not rebuilded on addinq Queues
"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: 6
- Joined: 18 Apr 2014, 11:04
- Znuny Version: 3.1.11
Re: new Queue in admin area invisible
Alright, thanks all for your help! 
