Administration TAB disappeared

Moderator: crythias

Post Reply
lfregnani
Znuny newbie
Posts: 9
Joined: 24 Jul 2017, 21:59
Znuny Version: 5.0.23
Real Name: Leonardo Fregnani
Company: Lojas Avenida S.A.

Administration TAB disappeared

Post by lfregnani »

Hello,

I am Leonardo and a novice in the OTRS system, during the configuration of groups I ended up inactivating the Admin group, with that, the administration tab disappeared from the administrative users and I can not reactivate it.

Can anyone help me re-design it without needing me to reset the server and start all over again?

Thanks,
Leonardo.
wurzel
Znuny guru
Posts: 3228
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Administration TAB disappeared

Post by wurzel »

Hi,

Check groups table,

Code: Select all

SELECT * FROM groups;

there should be a group named admin with ID=2
if not, rename the group to "admin"

delete the caches

Code: Select all

 /opt/otrs/bin/otrs.Console.pl Maint::Cache::Delete
check your admin access, if it is not working

move /opt/otrs/Kernel/Config/ZZZAuto.pm

Code: Select all

/opt/otrs/bin/otrs.Console.pl Maint::Config::Rebuild
regards
Florian
OTRS 8 SILVER (Prod)
OTRS 8 auf Debian 11 (Test)
Znuny 7.x latest version testing auf Debian 11

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
lfregnani
Znuny newbie
Posts: 9
Joined: 24 Jul 2017, 21:59
Znuny Version: 5.0.23
Real Name: Leonardo Fregnani
Company: Lojas Avenida S.A.

Re: Administration TAB disappeared

Post by lfregnani »

Hello, Florian!

Thanks for answering.
I did as instructed, but it did not work.
The Admin group is in id=2, I noticed that the valid_id field was with values ​​2 (I assume this value corresponds to inactive), so I changed the field values ​​to 1, even though the tab did not enable for users.

reguards.
Leonardo

table_groups.png
You do not have the required permissions to view the files attached to this post.
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: Administration TAB disappeared

Post by reneeb »

Is this solved now? After you have changed the valid_id in the database you did not delete the cache, did you? But now the cache should be recreated...
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
lfregnani
Znuny newbie
Posts: 9
Joined: 24 Jul 2017, 21:59
Znuny Version: 5.0.23
Real Name: Leonardo Fregnani
Company: Lojas Avenida S.A.

Re: Administration TAB disappeared

Post by lfregnani »

Thanks it works.
Post Reply