Oops... spoke too soon (and to myself it would appear).

The script is designed to escape a string! called "asking"
It's then attached to the end of a url and sent off (in theory)
It's been working fine for months, but now it requires me to
"escape" the string PRIOR to it reaching "asked"??
Otherwise I get the error message.

if asking: "my string" it chokes.
if asking: "my+string" it's fine
if asking: is a single word "string" it's fine too.

asked: replace/all asking " " "+"
(chokes with the error message right here???)

----- Original Message -----
From: "Terry Brownell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 10, 2001 12:39 AM
Subject: [REBOL] Re: script error?


> I think I located the problem...
>

>
> And it seems to work fine.  The scary thing is, I don't recall putting
hash
> marks in the script?
>
> Does this relate to the error message?
>
> Terry Brownell
> ----- Original Message -----
> From: "Terry Brownell" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, February 10, 2001 12:15 AM
> Subject: [REBOL] script error?
>
>
> >
> >   I've got this error popping up randomly....
> >
> > CGI Error
> > The specified CGI application misbehaved by not returning a complete set
> of HTTP headers. The headers it did return are:
> >
> >
> > ** Script Error: Invalid path value: part.
> > ** Where: target: change/part target :replace len
> >
> > Where is this coming from? (It would appear to be a rebol word?) And why
> won't it go away?
> > :(
> > Terry Brownell
> >
> >
> > --
> > To unsubscribe from this list, please send an email to
> > [EMAIL PROTECTED] with "unsubscribe" in the
> > subject, without the quotes.
> >
> >
> >
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to