> Unexpected character in input:  ''' (ASCII=39) state=1<br><br>That is a single quote, delimiter for a string or something.<br><br>Are you sure it is only for the path member/register that this manifests itself?<br>
<br>Change the function to be like this:<br><br><div><br></div><div><div><div>function ctools_php_ctools_access_check($__conf, $contexts) {<br>  if (arg(0) == 'member' && arg(1) == 'register') {<br>
    print_r($__conf);<br>  }<br><br></div><div>  $access = eval($__conf['php']);</div><div>  return $access;</div>

<div>}</div></div></div><br>This should display and array and 'php' will be one element of it.<br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com">2bits.com</a>, Inc.<br><a href="http://2bits.com">http://2bits.com</a><br>
Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>