customergroupsupport

Moderator: crythias

Locked
waseemaulikh
Znuny newbie
Posts: 6
Joined: 25 Jul 2010, 11:41
Znuny Version: 2.2.7

customergroupsupport

Post by waseemaulikh »

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
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: customergroupsupport

Post by crythias »

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
bgone
Znuny newbie
Posts: 32
Joined: 26 Oct 2010, 10:19
Znuny Version: 6.0.19

Re: customergroupsupport

Post by bgone »

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
Wolfgangf
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

Post by Wolfgangf »

there is an alternative way available:

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
bgone
Znuny newbie
Posts: 32
Joined: 26 Oct 2010, 10:19
Znuny Version: 6.0.19

Re: customergroupsupport

Post by bgone »

Wolfgangf wrote:there is an alternative way available:

Admin -> sysconfig -> Framework -> Frontend::Customer -> CustomerGroupSupport: No/yes

This should help
Done :D
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
Wolfgangf
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

Post by Wolfgangf »

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:

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
try to run the SetPermission.sh as root and make sure your giving the correct parameters:

Code: Select all

Usage: SetPermissions.sh <OTRS_HOME> <OTRS_USER> <WEBSERVER_USER> [OTRS_GROUP] [WEB_GROUP]"
Try: SetPermissions.sh /opt/otrs otrs wwwrun"
hope this helps
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
Locked