Here's the result of a new post with debug turned up--

$fx Array
(
    [foxpage] => Main.HomePage
    [action] => foxpost
    [foxname] => shoutbox
    [target] => Systems/ShoutBox
    [put] => #top
    [author] => scsmith
    [shout] => test test
    [post] => Enter
    [foxtemplate] => %red%{$$author}%% [-{$$(date:M j, 'y  g
a)}-]\n{$$shout}[[<<]]
)


INPUT-VR>

 N>foxtemplate=%red%{$$author}%% [-{$$(date:M j, 'y  g a)}-]\n{$$shout}[[<<]]

VALUE>author=

scsmith

VALUE>shout=

test test


PTVPRE> INPUTCHECK>
TARGETLIST>

$tar Array
(
    [0] => Array
        (
            [target] => Systems/ShoutBox
            [put] => #top
            [foxtemplate] => %red%scsmith%% [-{$$(date:M j, 'y  g
a)}-]\ntest test[[<<]]
        )

)


GROUPNAME>Systems/ShoutBox tgt=Systems.ShoutBox

$tar Array
(
    [0] => Array
        (
            [target] => Systems.ShoutBox
            [put] => #top
            [foxtemplate] => %red%scsmith%% [-{$$(date:M j, 'y  g
a)}-]\ntest test[[<<]]
            [template] => foxtemplate
            [foxaction] => add
            [fulltarget] => Systems/ShoutBox
        )

)

SECURITY> UPDATEPAGES>
TARGET=Systems.ShoutBox PERMISSION>Systems.ShoutBox TEMPLATE>foxtemplate

--------------------
Fox config settings

$EnableRelativePageVars = 1;
$FoxPagePermissions['*.*'] = 'all';
$FoxAuth='edit';
$EnablePostDirectives = true;
$EnableFoxDeleteMsg = true;
include_once("$FarmD/cookbook/fox/fox.php");
include_once("$FarmD/cookbook/fox/foxedit.php");
include_once("$FarmD/cookbook/fox/foxdelete.php");
include_once("$FarmD/cookbook/fox/foxnotify.php");

------------------
With the foxnosave set, I still get the white screen of death.

When using a different page, I still get the white screen of death.

Thanks so much for all your help.

On Fri, Jul 18, 2008 at 2:33 PM, Hans <[EMAIL PROTECTED]> wrote:

> Friday, July 18, 2008, 6:56:44 PM, Scott Smith wrote:
>
> > No Fox error messages appear after I added (:foxmessage:)
> > I guess you'd call it a white screen of death. Shows the correct URL but
> > nothing on the screen.
>
> > Is this a PHP 4.3.9 issue? That's what I'm running.
>
> I don't know. this is quite strange. The form is very simple.
>
> Try this for testing:
>
> In fox.php set $FoxDebug = 4;
>
> In your form add foxnosave=1 to the markup (:fox shoutbox ...
>
> This last will prevent saving any output. The first will give some
> echo feedback. If you get any echo feedback instead of a white screen
> let me know.
>
> Also you could try your shoutbox form from a different page, just in
> case.
>
> What are your Fox config settings?
>
>
>  ~Hans
>
>
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to