Late to the party so I don't know if this was already resolved...

I've seen this error before as well and I've been able to figure out the
problem but haven't had time to figure out which browser(s) is/are the
culprit(s).  Apparently, some clients tend to URLEncode a URL (or the query
string portion of the URL) before trying to access the URL.  So
        index.cfm?p=partenaires&stat=P
becomes
        index.cfm?p=partenaires&stat=P

CF then see URL.p as "partenaires&stat=P" as does not recognize a
URL.stat.

It's usually hard to diagnose this error because the error logs are usually
viewed as HTML and any escaped characters (like the & in the above,
misinterpreted URL) are displayed unescaped.

I don't know if this is the problem, but HTH.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


> -----Original Message-----
> From: Claude Schneegans [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 15, 2006 7:47 PM
> To: CF-Talk
> Subject: Weird error
>
>
> Hi,
>
> I have this weird error in a template (CF 5). I would say it works 99.9%
> of the time, but once in a while I get this:
>
>  >>Error resolving parameter STAT
> ColdFusion was unable to determine the value of the parameter.
> .... blah blah blah...
> template = F:\............\INDEX.CFM
> queryString = p=partenaires&stat=P
>
> How may stat be not defined if it is passed in the queryString?
>
> --
> _______________________________________
> REUSE CODE! Use custom tags;
> See http://www.contentbox.com/claude/customtags/tagstore.cfm
> (Please send any spam to this address: [EMAIL PROTECTED])
> Thanks.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235674
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to