Customization is not working

Moderator: crythias

Locked
Gunjan
Znuny expert
Posts: 228
Joined: 09 Dec 2013, 06:37
Znuny Version: 3.3.x

Customization is not working

Post by Gunjan »

Hi ,

I am using otrs 3.3.9 and I have made some modifications in Modules files (.pm), *.pm files under HTML folder. and I saved all these modifications under required folder in the folder 'opt/otrs/Custom/'. my modifications are not working. can anyone please tell me how can I make Custom folder working by default?


Thank you in Advance!
Gunjan
Giulio Soleni
Znuny wizard
Posts: 392
Joined: 30 Dec 2010, 14:35
Znuny Version: 6.0.x and 5.0.x
Real Name: Giulio Soleni
Company: IKS srl

Re: Customization is not working

Post by Giulio Soleni »

Hi,
mind that you have to replicate the exact directory hierarchy below /opt/otrs/Custom/ folder ... that is, for example, if you customized /opt/otrs/Kernel/Config.pm you have to displace it below /opt/otrs/Custom/Kernel/Config.pm and so on...
And all the custom files must have the same ownerships and permissions of the original one.
Better it is if at the end of the customization you run /opt/otrs/bin/otrs.SetPermissions.pl with the specifics of your OS system.
OTRS 6.0.x on CentOS 7.x with MariaDB 10.2.x database connected to an Active Directory for Agents and Customers.
ITSM and FAQ modules installed.
Gunjan
Znuny expert
Posts: 228
Joined: 09 Dec 2013, 06:37
Znuny Version: 3.3.x

Re: Customization is not working

Post by Gunjan »

Hi Giulio,

Thank you for the information, but I have already done the things that you have asked to do. Can you please tell me is there any functionality on frontend where you have to set the /Custom setting?

Regards,
Gunjan
Giulio Soleni
Znuny wizard
Posts: 392
Joined: 30 Dec 2010, 14:35
Znuny Version: 6.0.x and 5.0.x
Real Name: Giulio Soleni
Company: IKS srl

Re: Customization is not working

Post by Giulio Soleni »

hi,
/opt/otrs/Custom folder does not need to be "activated" from the frontend ...
May you please post the files you customized (at least their names and full path) so that we can see if there is something left to do...
OTRS 6.0.x on CentOS 7.x with MariaDB 10.2.x database connected to an Active Directory for Agents and Customers.
ITSM and FAQ modules installed.
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: Customization is not working

Post by reneeb »

Did you restart the webserver?
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
Gunjan
Znuny expert
Posts: 228
Joined: 09 Dec 2013, 06:37
Znuny Version: 3.3.x

Re: Customization is not working

Post by Gunjan »

apache server?
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: Customization is not working

Post by reneeb »

yes
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
Locked