Admin and Staticstic tab not visible in index.pl

Moderator: crythias

Locked
pmn
Znuny newbie
Posts: 23
Joined: 27 May 2015, 12:01
Znuny Version: 4.0.8-02

Admin and Staticstic tab not visible in index.pl

Post by pmn »

Hi,
This is a fresh install of otrs. After the installation logged in as root@localhost. Admin and Statistic tabs are not visible in index.pl for me to create the agents. Only dashboard , Customers and ticket tabs are visible.Any ideas ?

Thanks.
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Admin and Staticstic tab not visible in index.pl

Post by aph »

What happens if you add ?Action=Admin to the address in your webbrowser for example: localhost/otrs/index.pl?Action=Admin
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
pmn
Znuny newbie
Posts: 23
Joined: 27 May 2015, 12:01
Znuny Version: 4.0.8-02

Re: Admin and Staticstic tab not visible in index.pl

Post by pmn »

Hi
it says


Insufficient Rights
Message: No Permission to use this frontend module!
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Admin and Staticstic tab not visible in index.pl

Post by aph »

please run setPermissions.pl from your ..../otrs/bin/ directory
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
pmn
Znuny newbie
Posts: 23
Joined: 27 May 2015, 12:01
Znuny Version: 4.0.8-02

Re: Admin and Staticstic tab not visible in index.pl

Post by pmn »

I did but getting an error

/opt/otrs/bin/otrs.SetPermissions.pl --otrs-user=otrs --web-user=wwwrun --otrs-group=www --web-group=www /opt/otrs

Unknown option: web-user
Unknown option: otrs-group

This is for opensuse
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Admin and Staticstic tab not visible in index.pl

Post by aph »

maybe this works

Code: Select all

/opt/otrs/bin/otrs.SetPermissions.pl --otrs-user=otrs --otrs-group=otrs --web-user=wwwrun --web-group=www /opt/otrs
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
pmn
Znuny newbie
Posts: 23
Joined: 27 May 2015, 12:01
Znuny Version: 4.0.8-02

Re: Admin and Staticstic tab not visible in index.pl

Post by pmn »

Thanks , but still no luck

/opt/otrs/bin/otrs.SetPermissions.pl --otrs-user=otrs --otrs-group=otrs --web-user=wwwrun --web-group=www /opt/otrs
Unknown option: otrs-group
Unknown option: web-user
Setting permissions on /opt/otrs
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Admin and Staticstic tab not visible in index.pl

Post by crythias »

User doesn't belong to admin (or stats) group.
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
pmn
Znuny newbie
Posts: 23
Joined: 27 May 2015, 12:01
Znuny Version: 4.0.8-02

Re: Admin and Staticstic tab not visible in index.pl

Post by pmn »

Please tell how to add the user to admin and stat group
pmn
Znuny newbie
Posts: 23
Joined: 27 May 2015, 12:01
Znuny Version: 4.0.8-02

Re: Admin and Staticstic tab not visible in index.pl

Post by pmn »

Yes that was the answer, after adding the user to admin and stats group the Admin and Stat tabs appeared.

Thanks everybody for your inputs. :D
Locked