<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
You can add <code><span class="html"><span class="default"><br>
ini_set</span><span class="keyword">(</span><span class="string">'display_errors'</span><span
 class="keyword">, </span><span class="default">1</span><span
 class="keyword">);</span></span></code><br>
To your script to get the errors to display. Right now display_errors
is set off in your php.ini, so when it hits and error you get nothing.<br>
<br>
-Don-<br>
<br>
On 12/23/2009 8:50 AM, Dayton Perkins wrote:
<blockquote cite="mid:4B322009.3080508@chartermi.net" type="cite">
  <pre wrap="">Pierre Rineau wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Sun, 2009-12-20 at 17:42 -0500, Dayton Perkins wrote:
  
    </pre>
    <blockquote type="cite">
      <pre wrap="">While developing a module, I ran into a new problem with a twist. When 
submitting a form, I get a white screen. I have gone so far as to remove 
validate and submit functions with the same result. Ideas? Thanks.
    
      </pre>
    </blockquote>
    <pre wrap="">
What does your php log say to you?

Pierre.


  
    </pre>
  </blockquote>
  <pre wrap="">Yes thanks, Pierre, I hadn't checked. However I found I had a space in 
front of the &lt;?php on the first line of the module. No idea how I 
managed that! :-)

  </pre>
</blockquote>
<br>
</body>
</html>