Hello,
I use OTRS 3.3.3 running on a W2K8 server, using MySQL and IIS.
Everything was working fine till yesterday.
No account (even root@localhost) can see the ADMIN area.
When trying to access it via a direct link (http://myurl.com/index.pl?Action=Admin; ... xxxxxxxxxx), I receive this error message : "Message: No Permission to use this frontend module!".
I tryed to reinstall an old backup of the DB (from a date where this area was reachable) : no effect.
I tryed to reinstall an old backup of the OTRS modules (from a date where this area was reachable) : no effect.
I also restored the access rights in the DB (UPDATE `otrs`.`group_user` SET `permission_key` = 'rw' WHERE `group_user`.`user_id` =1 AND `group_user`.`group_id` =2 LIMIT 1;) : no effect.
I checked in the DB : all users are still defined, and assigned to correct groups (including group 2).
What could be wrong ?
Thanks in advance for your help.
[SOLVED] ADMIN area disappeared !
Moderator: crythias
-
- Znuny newbie
- Posts: 17
- Joined: 20 Sep 2013, 11:11
- Znuny Version: Helpdesk 3.2
- Company: Athena Computer Services
[SOLVED] ADMIN area disappeared !
Last edited by Athena on 27 Mar 2014, 12:13, edited 1 time in total.
Re: ADMIN area disappeared !
as nothing happens without a change, what did you do before?
"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: 17
- Joined: 20 Sep 2013, 11:11
- Znuny Version: Helpdesk 3.2
- Company: Athena Computer Services
Re: ADMIN area disappeared !
I received a clue from an admin user.
Yesterday, he did a cleanup of the existing groups.
And... he invalidated the "admin" group.
How is it possible to undo this invalidation ?
Yesterday, he did a cleanup of the existing groups.
And... he invalidated the "admin" group.

How is it possible to undo this invalidation ?
-
- Znuny newbie
- Posts: 17
- Joined: 20 Sep 2013, 11:11
- Znuny Version: Helpdesk 3.2
- Company: Athena Computer Services
Re: ADMIN area disappeared !
I found the table associating the groups to the valid_id.
After an direct update in MySQL, the admin area is back !
However, it was not immediately available, even after a restart of MySQL and IIS.
Is there any cache effect in the access rights ?
After an direct update in MySQL, the admin area is back !

However, it was not immediately available, even after a restart of MySQL and IIS.
Is there any cache effect in the access rights ?
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: [SOLVED] ADMIN area disappeared !
Yup there is a cache though I do not know exactly what it caches. To properly purge it, there is a script in bin/otrs.DeleteCache.pl
As far as I know this is to be used if you change anything manually on the files. If you change somthing via webinterface, the cache is cleared implicitly.
As far as I know this is to be used if you change anything manually on the files. If you change somthing via webinterface, the cache is cleared implicitly.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS