Admin and Staticstic tab not visible in index.pl
Moderator: crythias
Admin and Staticstic tab not visible in index.pl
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.
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.
Re: Admin and Staticstic tab not visible in index.pl
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Re: Admin and Staticstic tab not visible in index.pl
Hi
it says
Insufficient Rights
Message: No Permission to use this frontend module!
it says
Insufficient Rights
Message: No Permission to use this frontend module!
Re: Admin and Staticstic tab not visible in index.pl
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Re: Admin and Staticstic tab not visible in index.pl
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
/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
Re: Admin and Staticstic tab not visible in index.pl
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Re: Admin and Staticstic tab not visible in index.pl
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
/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
-
- 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
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
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: Admin and Staticstic tab not visible in index.pl
Please tell how to add the user to admin and stat group
Re: Admin and Staticstic tab not visible in index.pl
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.
Thanks everybody for your inputs.
