<div dir="ltr">Here's the result of a new post with debug turned up--<br><pre>$fx Array<br>(<br> [foxpage] => Main.HomePage<br> [action] => foxpost<br> [foxname] => shoutbox<br> [target] => Systems/ShoutBox<br>
[put] => #top<br> [author] => scsmith<br> [shout] => test test<br> [post] => Enter<br> [foxtemplate] => %red%{$$author}%% [-{$$(date:M j, 'y g a)}-]\n{$$shout}[[<<]]<br>)<br></pre>
<br>INPUT-VR> <pre> N>foxtemplate=%red%{$$author}%% [-{$$(date:M j, 'y g a)}-]\n{$$shout}[[<<]]</pre><pre>VALUE>author=</pre><pre>scsmith</pre><pre>VALUE>shout=</pre><pre>test test</pre><br>PTVPRE> INPUTCHECK> <br>
TARGETLIST><pre>$tar Array<br>(<br> [0] => Array<br> (<br> [target] => Systems/ShoutBox<br> [put] => #top<br> [foxtemplate] => %red%scsmith%% [-{$$(date:M j, 'y g a)}-]\ntest test[[<<]]<br>
)<br><br>)<br></pre><br>GROUPNAME>Systems/ShoutBox tgt=Systems.ShoutBox<pre>$tar Array<br>(<br> [0] => Array<br> (<br> [target] => Systems.ShoutBox<br> [put] => #top<br>
[foxtemplate] => %red%scsmith%% [-{$$(date:M j, 'y g a)}-]\ntest test[[<<]]<br> [template] => foxtemplate<br> [foxaction] => add<br> [fulltarget] => Systems/ShoutBox<br>
)<br><br>)<br></pre>SECURITY> UPDATEPAGES> <br>TARGET=Systems.ShoutBox
PERMISSION>Systems.ShoutBox TEMPLATE>foxtemplate<br><br>--------------------<br>Fox config settings<br><br>$EnableRelativePageVars = 1;<br>$FoxPagePermissions['*.*'] = 'all';<br>$FoxAuth='edit';<br>
$EnablePostDirectives = true;<br>$EnableFoxDeleteMsg = true;<br>include_once("$FarmD/cookbook/fox/fox.php");<br>include_once("$FarmD/cookbook/fox/foxedit.php");<br>include_once("$FarmD/cookbook/fox/foxdelete.php");<br>
include_once("$FarmD/cookbook/fox/foxnotify.php");<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 <<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>> 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>
> No Fox error messages appear after I added (:foxmessage:)<br>
> I guess you'd call it a white screen of death. Shows the correct URL but<br>
> nothing on the screen.<br>
<br>
> Is this a PHP 4.3.9 issue? That's what I'm running.<br>
<br>
</div>I don'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>
~Hans<br>
<br>
</font></blockquote></div><br></div>