<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Roger,<br>
    The blank screen means you're getting a php error but you have
    display_error set off in php.ini or in the boot path.<br>
    You may have an error in your login path, your session table may be
    corrupted, you might be running out of memory on your server, or the
    server may be having trouble setting a session cookie on your
    browser. These are common problems.<br>
    <br>
    Try adding <br>
    error_reporting(E_ALL);<br>
    ini_set('display_errors', TRUE);<br>
    ini_set('display_startup_errors', TRUE);<br>
    <br>
    after the boot code in index.php<br>
    Also check your apache logs watchdog table to see if you're getting
    errors. <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <br>
      <div class="moz-signature">-- <br>
        <meta http-equiv="content-type" content="text/html;
          charset=ISO-8859-1">
        <title></title>
        -Don Pickerel-<br>
        Fane Software<br>
        <img alt="" src="cid:part1.09000701.07010200@fane.com"
          height="70" width="66"><br>
      </div>
    </div>
  </body>
</html>