<div dir="ltr">Here&#39;s the result of a new post with debug turned up--<br><pre>$fx Array<br>(<br>    [foxpage] =&gt; Main.HomePage<br>    [action] =&gt; foxpost<br>    [foxname] =&gt; shoutbox<br>    [target] =&gt; Systems/ShoutBox<br>
    [put] =&gt; #top<br>    [author] =&gt; scsmith<br>    [shout] =&gt; test test<br>    [post] =&gt; Enter<br>    [foxtemplate] =&gt; %red%{$$author}%% [-{$$(date:M j, &#39;y  g a)}-]\n{$$shout}[[&lt;&lt;]]<br>)<br></pre>
<br>INPUT-VR&gt; <pre> N&gt;foxtemplate=%red%{$$author}%% [-{$$(date:M j, &#39;y  g a)}-]\n{$$shout}[[&lt;&lt;]]</pre><pre>VALUE&gt;author=</pre><pre>scsmith</pre><pre>VALUE&gt;shout=</pre><pre>test test</pre><br>PTVPRE&gt; INPUTCHECK&gt; <br>
TARGETLIST&gt;<pre>$tar Array<br>(<br>    [0] =&gt; Array<br>        (<br>            [target] =&gt; Systems/ShoutBox<br>            [put] =&gt; #top<br>            [foxtemplate] =&gt; %red%scsmith%% [-{$$(date:M j, &#39;y  g a)}-]\ntest test[[&lt;&lt;]]<br>
        )<br><br>)<br></pre><br>GROUPNAME&gt;Systems/ShoutBox tgt=Systems.ShoutBox<pre>$tar Array<br>(<br>    [0] =&gt; Array<br>        (<br>            [target] =&gt; Systems.ShoutBox<br>            [put] =&gt; #top<br>
            [foxtemplate] =&gt; %red%scsmith%% [-{$$(date:M j, &#39;y  g a)}-]\ntest test[[&lt;&lt;]]<br>            [template] =&gt; foxtemplate<br>            [foxaction] =&gt; add<br>            [fulltarget] =&gt; Systems/ShoutBox<br>
        )<br><br>)<br></pre>SECURITY&gt; UPDATEPAGES&gt; <br>TARGET=Systems.ShoutBox 
PERMISSION&gt;Systems.ShoutBox TEMPLATE&gt;foxtemplate<br><br>--------------------<br>Fox config settings<br><br>$EnableRelativePageVars = 1;<br>$FoxPagePermissions[&#39;*.*&#39;] = &#39;all&#39;;<br>$FoxAuth=&#39;edit&#39;;<br>
$EnablePostDirectives = true;<br>$EnableFoxDeleteMsg = true;<br>include_once(&quot;$FarmD/cookbook/fox/fox.php&quot;);<br>include_once(&quot;$FarmD/cookbook/fox/foxedit.php&quot;);<br>include_once(&quot;$FarmD/cookbook/fox/foxdelete.php&quot;);<br>
include_once(&quot;$FarmD/cookbook/fox/foxnotify.php&quot;);<br><br>------------------<br>With the foxnosave set, I still get the white screen of death.<br><br>When using a different page, I still get the white screen of death.<br>
<br>Thanks so much for all your help.<br><br><div class="gmail_quote">On Fri, Jul 18, 2008 at 2:33 PM, Hans &lt;<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Friday, July 18, 2008, 6:56:44 PM, Scott Smith wrote:<br>
<br>
&gt; No Fox error messages appear after I added (:foxmessage:)<br>
&gt; I guess you&#39;d call it a white screen of death. Shows the correct URL but<br>
&gt; nothing on the screen.<br>
<br>
&gt; Is this a PHP 4.3.9 issue? That&#39;s what I&#39;m running.<br>
<br>
</div>I don&#39;t know. this is quite strange. The form is very simple.<br>
<br>
Try this for testing:<br>
<br>
In fox.php set $FoxDebug = 4;<br>
<br>
In your form add foxnosave=1 to the markup (:fox shoutbox ...<br>
<br>
This last will prevent saving any output. The first will give some<br>
echo feedback. If you get any echo feedback instead of a white screen<br>
let me know.<br>
<br>
Also you could try your shoutbox form from a different page, just in<br>
case.<br>
<br>
What are your Fox config settings?<br>
<font color="#888888"><br>
<br>
 &nbsp;~Hans<br>
<br>
</font></blockquote></div><br></div>