<div dir="ltr">Sorry, but can you clarify "run FCGI by hand"? Currently, I run spawn-fcgi to specify the address, port, and location of the RT FCGI server. All that gives me is a success or error message on initial start, but any subsequent errors don't seem to be logged anywhere. This is the only way I know to get the FCGI server running. How do you do it? I'd love a way that would give me more information. Thanks.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 31, 2016 at 4:29 PM, Kenneth Marshall <span dir="ltr"><<a href="mailto:ktm@rice.edu" target="_blank">ktm@rice.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, Oct 31, 2016 at 04:17:11PM -0400, Alex Hall wrote:<br>
> Hi all,<br>
> Thanks for the responses, it's partially working. When I use my<br>
> Email_Local.pm, the server refuses to start, yet I have no errors. Running<br>
> it through Perl's checker reveals only:<br>
><br>
> Name "RT::Logger" used only once: possible typo at Email_Local.pm at line 31<br>
><br>
> Perl says everything else is fine. I pulled the single function I wanted to<br>
> modify out of the original Email.pm (ParseTicketId) and left it alone,<br>
> except for changing \s+ to \s* in the "if (my $@captures" line. As usual,<br>
> any errors that might be generated are going who knows where, so I'm not<br>
> sure where to start looking. As I said, Perl thinks this is fine save that<br>
> warning, but RT definitely doesn't. Any thoughts? Here's the file:<br>
><br>
<br>
</span>Hi Alex,<br>
<br>
Try running the fcgi process by hand and look for any errors. Sometimes,<br>
the one function you pull has dependencies on other function in the file<br>
which means that they would need to be in the new file as well. Running<br>
it by hand gave a useful error for me.<br>
<br>
Regards,<br>
Ken<br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div>Alex Hall<br></div>Automatic Distributors, IT department<br></div><a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a><br></div></div>
</div>