Message: Kernel/Config.pm isn't writable!

Moderator: crythias

Locked
hillas
Znuny newbie
Posts: 1
Joined: 24 Nov 2012, 18:10
Znuny Version: OTRS Version Help3.1
Real Name: Hector Illas
Company: Unison Information Technology

Message: Kernel/Config.pm isn't writable!

Post by hillas »

Hello forum I'm installing OTRS Help Desk on a centos 6 server and I get the following error message:

Warning
Message: Kernel/Config.pm isn't writable!

If you want to use the installer, set the Kernel/Config.pm writable for the webserver user!

Go back to the previous page
Is there any reference on how to solve this issue? Thanks in advance.

IMPORTANT NOTE: Parallels Plesk Panel is install on the same server. :(
klausneil
Znuny superhero
Posts: 682
Joined: 29 May 2012, 22:47
Znuny Version: 6.0.24
Real Name: Klaus Salazar
Location: Perú

Re: Message: Kernel/Config.pm isn't writable!

Post by klausneil »

Hi you can detail me the steps that you are following before you of the error? I'm saying for you to try making a copy of these files:

/opt/otrs/Kernel/Config.pm.dist to /opt/otrs/Kernel/Config.pm
/opt/otrs/Kernel/Config/GenericAgent.pm.dist to /opt/otrs/Kernel/Config/GenericAgent.pm


I wait your answer.
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Message: Kernel/Config.pm isn't writable!

Post by reneeb »

Did you run the otrs.SetPermissions.pl script (located in <OTRS_HOME>/bin/)?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
klausneil
Znuny superhero
Posts: 682
Joined: 29 May 2012, 22:47
Znuny Version: 6.0.24
Real Name: Klaus Salazar
Location: Perú

Re: Message: Kernel/Config.pm isn't writable!

Post by klausneil »

You can execute

/opt/otrs/bin/otrs.SetPermissions.pl --otrs-user=<OTRS_USER> --web-user=<WEBSERVER_USER> --otrs-group=<OTRS_GROUP> --web-group=<WEB_GROUP> /opt/otrs

with this is giving the permission. Yet so says the steps you've done.
Locked