Issue with Installation OTRS

Moderator: crythias

Locked
parkcdi
Znuny newbie
Posts: 3
Joined: 14 Sep 2016, 02:49
Znuny Version: 4.0.11
Real Name: Djarde Gonçalves
Company: BBC Tech

Issue with Installation OTRS

Post by parkcdi »

Good Night,

I´m with issue in a installation from OTRS 4.0.11

I have a Ubuntu Server 16.4 x64, the modules are installed correctly, only the modules for Oracle, ODBC and PostgreeSQL aren´t installed.

https://www.dropbox.com/s/eefl7zkia36ec ... e.jpg?dl=0

Follow the error HTMLUtils 1079:

https://www.dropbox.com/home/Imagens?preview=Erro.png

Someone, help me pls.

Thanks for all.
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: Issue with Installation OTRS

Post by reneeb »

Can you please post the error message etc. as text in this forum, not screenshots? That would be easier to read, copy, paste, ...
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
parkcdi
Znuny newbie
Posts: 3
Joined: 14 Sep 2016, 02:49
Znuny Version: 4.0.11
Real Name: Djarde Gonçalves
Company: BBC Tech

Re: Issue with Installation OTRS

Post by parkcdi »

Ah ok,

follow the message:
root@ubuntu:/opt/otrs/bin# perl -cw /opt/otrs/bin/cgi-bin/index.pl
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/
(&{ <-- HERE .+?})
/ at /opt/otrs/bin/cgi-bin/../../Kernel/System/HTMLUtils.pm line 1079.
/opt/otrs/bin/cgi-bin/index.pl syntax OK
root@ubuntu:/opt/otrs/bin# perl -cw /opt/otrs/bin/otrs.PostMaster.pl
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/
(&{ <-- HERE .+?})
/ at /opt/otrs/Kernel/System/HTMLUtils.pm line 1079.
/opt/otrs/bin/otrs.PostMaster.pl syntax OK
Thanks.
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: Issue with Installation OTRS

Post by reneeb »

This is due to a new syntax check in newer Perl versions. You should edit the file an escape the brace with "\"...
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