<br><br><div class="gmail_quote">On Wed, Sep 7, 2011 at 14:11, Chris Frey <span dir="ltr"><<a href="mailto:cdfrey@foursquare.net">cdfrey@foursquare.net</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 Wed, Sep 07, 2011 at 10:39:56AM -0400, Bill Traynor wrote:<br>
> Line 55 is this function:<br>
><br>
> function ctools_php_ctools_access_check($__conf, $contexts) {<br>
>   $access = eval($__conf['php']);<br>
>   return $access;<br>
> }<br>
><br>
> As an admitted PHP neophyte, I have no idea how to add the Exception.  As<br>
> fixing this bug as fast as possible is my priority right now, can anyone<br>
> tell me how to add the Exception to that function?<br>
<br>
</div>Probably something like the code at:<br>
<br>
        <a href="http://php.net/manual/en/language.exceptions.php" target="_blank">http://php.net/manual/en/language.exceptions.php</a><br>
<br>
Or like:<br>
<br>
        <a href="http://pastebin.com/UV8Fg2Lh" target="_blank">http://pastebin.com/UV8Fg2Lh</a></blockquote><div><br></div><div>This is what I did as that's actually my pastebin.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
<br>
I'd also be interested in what $__conf['php'] holds, and would be<br>
logging that somewhere, temporarily, regardless of condition.<br>
<br>
If you can reliably reproduce the bug, I'd probably add a simple echo or<br>
print and capture it that way.  If not, then I'd log it to a file in<br>
/tmp somewhere, before the eval(), and write "success" after the eval,<br>
and watch for the ones that don't succeed.<br>
<br>
I'm not a Drupal expert though.<br></blockquote><div><br></div><div>Nor am I, and I know even less about PHP.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


<br>
- Chris<br>
<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div><br>