customergroupsupport
Moderator: crythias
-
- Znuny newbie
- Posts: 6
- Joined: 25 Jul 2010, 11:41
- Znuny Version: 2.2.7
customergroupsupport
i want to know how i can edit the Kernel/Config.pm because i am unable to work with customer and user links plz help me asap thanks
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: customergroupsupport
use a text editor? I'm sorry if that didn't help, but if you could provide more information on what you're trying to accomplish, you could get a better answer. 

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: customergroupsupport
I have same trouble with this
, please see below:
"
Warning: Sorry, feature not active!
Comment: CustomerGroupSupport needs to be active in Kernel/Config.pm, read more about this feature in the documentation. Take care!
"
Exactly, what should we add/edit in the file comfig.pm?
Please help

"
Warning: Sorry, feature not active!
Comment: CustomerGroupSupport needs to be active in Kernel/Config.pm, read more about this feature in the documentation. Take care!
"
Exactly, what should we add/edit in the file comfig.pm?
Please help
-
- Znuny ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: customergroupsupport
there is an alternative way available:
Admin -> sysconfig -> Framework -> Frontend::Customer -> CustomerGroupSupport: No/yes
This should help
Admin -> sysconfig -> Framework -> Frontend::Customer -> CustomerGroupSupport: No/yes
This should help
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Re: customergroupsupport
DoneWolfgangf wrote:there is an alternative way available:
Admin -> sysconfig -> Framework -> Frontend::Customer -> CustomerGroupSupport: No/yes
This should help

Thanks for your help.
By the way, could you help me solve this error:
"Software error:
ERROR: Need write permission in OTRS home
Try: $OTRS_HOME/bin/SetPermissions.pl !!!
"
this error occurs when I run OTRS on Ubuntu server 10.10 and try run Package Manager
-
- Znuny ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: customergroupsupport
Well, you should check two things:
1) rights of directory /opt/otrs (and below)
should be something like otrs:www or wwwrun:www
2) rights of SetPermission.*
should be same as above with rights 0775
mine look as follows:
try to run the SetPermission.sh as root and make sure your giving the correct parameters:
hope this helps
1) rights of directory /opt/otrs (and below)
should be something like otrs:www or wwwrun:www
2) rights of SetPermission.*
should be same as above with rights 0775
mine look as follows:
Code: Select all
-rwxrwxr-x 1 otrs www 6873 Oct 6 15:29 SetPermissions.pl
-rwxrwxr-x 1 otrs www 1721 Oct 6 15:29 SetPermissions.sh
Code: Select all
Usage: SetPermissions.sh <OTRS_HOME> <OTRS_USER> <WEBSERVER_USER> [OTRS_GROUP] [WEB_GROUP]"
Try: SetPermissions.sh /opt/otrs otrs wwwrun"
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting