<div dir="ltr">Hello,<div><br></div><div>I had no apparent issues with upgrade and db upgrade all that went w/o errors.</div><div><br></div><div>I went over the entire RT_Config.,pm file compared to my v 4.2.10 file and made the necessary changes.</div><div><br></div><div>When i try and login i get:</div><div><br></div><div><div><br></div><div>[17419] [Wed Nov 30 13:53:27 2016] [error]: Undefined subroutine &RT::Interface::Web::RequestENV called at /opt/rt4/sbin/../lib/RT/CurrentUser.pm line 226.</div><div><br></div><div>Stack:</div><div>  [/opt/rt4/sbin/../lib/RT/CurrentUser.pm:226]</div><div>  [/opt/rt4/sbin/../lib/RT/CurrentUser.pm:245]</div><div>  [/opt/rt4/sbin/../local/lib/RT/Interface/Web.pm:2037]</div><div>  [/opt/rt4/share/html/Elements/Login:49]</div><div>  [/opt/rt4/share/html/NoAuth/Login.html:56]</div><div>  [/opt/rt4/sbin/../local/lib/RT/Interface/Web.pm:351]</div><div>  [/opt/rt4/share/html/autohandler:53] (/opt/rt4/sbin/../lib/RT/Interface/Web/Handler.pm:208)</div></div><div><br></div><div>line 226 is about Language Handle, which references <b> RT::Interface::Web::RequestENV</b></div><div><br></div><div><div><b>=head2 LanguageHandle</b></div><div><b><br></b></div><div><b>...</b></div><div><b>        } elsif ($HTML::Mason::Commands::m) {</b></div><div><b>            # Detect from the HTTP header.</b></div><div><b>            require I18N::LangTags::Detect;</b></div><div><b>            push @_, I18N::LangTags::Detect->http_accept_langs(</b></div><div><b>                RT::Interface::Web::RequestENV('HTTP_ACCEPT_LANGUAGE')</b></div><div><b>            );</b></div><div><b>        }</b></div><div>...</div></div><div><br></div><div><br></div><div>I verified my server doesnt seem to respond properly for RT module</div><div><br></div><div><div># perl -e "use RT::Interface::Web::RequestENV"</div><div>Can't locate RT/Interface/Web/RequestENV.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at -e line 1.</div><div>BEGIN failed--compilation aborted at -e line 1.</div></div><div><br></div><div><div># perl -e "use RT::CurrentUser"<br></div><div>Can't locate RT/CurrentUser.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at -e line 1.</div><div>BEGIN failed--compilation aborted at -e line 1.</div></div><div><br></div><div>I figure this has to be part of the issue. I am at a loss as to what to do, thanks for any help</div></div>