
20 Aug
2010
20 Aug
'10
9:28 a.m.
Ok. Looks like problem isn't in file permissions but in users permissions. I've just commented this lines in /opt/otrs/Kernel/System/Web/InterfaceAgent.pm file: #if ( !$Param{AccessRo} && !$Param{AccessRw} || !$Param{AccessRo} && $Param{AccessRw} ) { # print $Self->{LayoutObject}->NoPermission( # Message => 'No Permission to use this frontend module!' # ); # exit 0; #} But I dont think that it is a good idea :) Looks like I have just some problems with users permissions in OTRS database.