You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving the implementation of OTOBO::RPC into the file Kernel/System/Web/RPC.pm . This alleviates the redefined sub warnings.
Tested both with Plack::Handler::Apache2 and with Modperl::Registry. Surprisingly, in both cases the file otobo.psgi is reloaded for every request. For the Plack::Handler::Apache2 case this can be improved by preloading otobo.psgi . See https://metacpan.org/pod/Plack::Handler::Apache2#STARTUP-FILE.
Closing this issue, but opening an issue for the preloading.
These warnings show up in the Apache error log when the scripts bin bin/cgi-bin are used:
These warnings come from the OTOBO::RPC package in otobo.psgi.
Originally posted by @bschmalhofer in #1054 (comment)
The text was updated successfully, but these errors were encountered: