<br><br><div class="gmail_quote">On Thu, Aug 16, 2012 at 7:24 AM, Martin Drasar <span dir="ltr"><<a href="mailto:drasar@ics.muni.cz" target="_blank">drasar@ics.muni.cz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 16.8.2012 13:15, Paul Tomblin wrote:<br>
><br>
><br>
> On Thu, Aug 16, 2012 at 5:22 AM, Martin Drasar <<a href="mailto:drasar@ics.muni.cz">drasar@ics.muni.cz</a><br>
</div><div class="im">> <mailto:<a href="mailto:drasar@ics.muni.cz">drasar@ics.muni.cz</a>>> wrote:<br>
><br>
><br>
>     The problem is, when I remove the flags section, the ajax call fails<br>
>     with 403. If I keep it, I get back following error: "syntax error at<br>
>     /home/RT/RT-4.0.6/local/html/Ticket/Elements/TestComponent line 15,<br>
>     at EOF"<br>
><br>
><br>
> Do you see anything in the logs?<br>
<br>
</div>Nope...<br>
<br>
rt.log is empty, apache error log as well and the only thing I see in<br>
access log is '"POST /Ticket/Elements/TestComponent HTTP/1.1" 200 1322'<br>
<br>
I can post the code stack, but I am afraid that there is not much that<br>
can help...<br>
<span class="HOEnZb"><font color="#888888"><br>
Martin<br>
</font></span></blockquote></div><div><br></div>Unfortunately somewhere between RT and Mason and perl a lot of the errors go unreported - you just have to narrow down where the problem is with a lot of calls to $RT::Logger->debug.  But first things first, you need to turn up the logging in /opt/rt4/etc/RT_SiteConfig.pm<div>
<div>Set( $LogToScreen, "debug");</div><div>Set( $LogToSyslog, "debug");</div>You also need to have a look at line 15 and before in your component.</div><div><br clear="all"><div><br></div>-- <br><a href="http://www.linkedin.com/in/paultomblin">http://www.linkedin.com/in/paultomblin</a><br>
<a href="http://careers.stackoverflow.com/ptomblin">http://careers.stackoverflow.com/ptomblin</a><br><br>
</div>