Hello there,
I was doing a fresh installation of RT 5.0 and it was working fine. When i installed the RTIR plugin it stop working, gave me HTTP status code 500, and in the erros i got this:
[Mon Aug 10 18:51:19.571367 2020] [fcgid:warn] [pid 1593] (104)Connection reset by peer: [client 10.200.2.2:43522] mod_fcgid: error reading data from FastCGI server
[Mon Aug 10 18:51:19.571419 2020] [core:error] [pid 1593] [client 10.200.2.2:43522] End of script output before headers: rt-server.fcgi
[1608] [Mon Aug 10 17:51:20 2020] [critical]: Can’t locate Parse/BooleanLogic.pm in @INC (@INC contains: /opt/rt5/sbin/…/local/lib /opt/rt5/local/plugins/RT-IR/lib /opt/rt5/sbin/…/lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /opt/rt5/local/plugins/RT-IR/lib/RT/IR.pm line 134.
BEGIN failed–compilation aborted at /opt/rt5/local/plugins/RT-IR/lib/RT/IR.pm line 134.
Compilation failed in require at /opt/rt5/sbin/…/lib/RT.pm line 789. (/opt/rt5/sbin/…/lib/RT.pm:409)
Can’t locate Parse/BooleanLogic.pm in @INC (@INC contains: /opt/rt5/sbin/…/local/lib /opt/rt5/local/plugins/RT-IR/lib /opt/rt5/sbin/…/lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /opt/rt5/local/plugins/RT-IR/lib/RT/IR.pm line 134.
BEGIN failed–compilation aborted at /opt/rt5/local/plugins/RT-IR/lib/RT/IR.pm line 134.
Compilation failed in require at /opt/rt5/sbin/…/lib/RT.pm line 789.
[Mon Aug 10 18:51:20.595264 2020] [fcgid:warn] [pid 1594] (104)Connection reset by peer: [client 10.200.2.2:43524] mod_fcgid: error reading data from FastCGI server, referer: http://10.200.60.210:8080/
[Mon Aug 10 18:51:20.595319 2020] [core:error] [pid 1594] [client 10.200.2.2:43524] End of script output before headers: rt-server.fcgi, referer: http://10.200.60.210:8080/
i have Parse::BooleanLogic installed and if i comment Plugin(‘RT::IR’); in RT_SiteConfig.pm it works fine.
#cpan install Parse::BooleanLogic
Reading ‘/root/.cpan/Metadata’
Database was generated on Mon, 10 Aug 2020 13:17:03 GMT
Parse::BooleanLogic is up to date (0.10).
any advice?
Thank you very much.