new Queue in admin area invisible

Moderator: crythias

Locked
yellowfish
Znuny newbie
Posts: 6
Joined: 18 Apr 2014, 11:04
Znuny Version: 3.1.11

new Queue in admin area invisible

Post by yellowfish »

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.
yellowfish
Znuny newbie
Posts: 6
Joined: 18 Apr 2014, 11:04
Znuny Version: 3.1.11

Re: new Queue in admin area invisible

Post by yellowfish »

anyone?
reneeb
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

Post by reneeb »

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
yellowfish
Znuny newbie
Posts: 6
Joined: 18 Apr 2014, 11:04
Znuny Version: 3.1.11

Re: new Queue in admin area invisible

Post by yellowfish »

Doesn't help, the issue appears on several browsers on different times (chrome, FF, IE).
crythias
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

Post by crythias »

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
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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: new Queue in admin area invisible

Post by jojo »

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
yellowfish
Znuny newbie
Posts: 6
Joined: 18 Apr 2014, 11:04
Znuny Version: 3.1.11

Re: new Queue in admin area invisible

Post by yellowfish »

Thnx for the updates.
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
What do you mean with this? Do you want me to run the script DeleteCache.pl?
update to the latest patch level of your OTRS version.
Will this solve the issue? Upgrading to the latest version will take quite a bit of testing before implementation in the live environment...
reneeb
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

Post by reneeb »

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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: new Queue in admin area invisible

Post by jojo »

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
yellowfish
Znuny newbie
Posts: 6
Joined: 18 Apr 2014, 11:04
Znuny Version: 3.1.11

Re: new Queue in admin area invisible

Post by yellowfish »

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?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: new Queue in admin area invisible

Post by jojo »

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
yellowfish
Znuny newbie
Posts: 6
Joined: 18 Apr 2014, 11:04
Znuny Version: 3.1.11

Re: new Queue in admin area invisible

Post by yellowfish »

Alright, thanks all for your help! :)
Locked