oi Vishal!!
for some reason I get the same type of errors on my site, but the cause was
because users were browsing with mac/power_pc. I fixed it with this
<cfif cgi.http_user_agent contains "mac">
<cflocation url="http://google.com">
</cfif>
seems work good for me :)
--
Critz
Certified Adv. ColdFusion Developer
Crit[s2k] - <CF_ChannelOP Network="Efnet" Channel="ColdFusion">
-------------------------------------
Wednesday, April 10, 2002, 11:42:27 PM, you wrote:
VN> We are using CF4.5 with IIS5 on W2K server and SQL 2000 DB for our website.
VN> I have a big problem with users getting random errors about missing
VN> parameters - either form data or url parameters. The required form fields
VN> are validated for using javascript, which ensures that the problem is not
VN> caused by necessary fields being left unfilled. A sample of such an error
VN> is shown below :
VN>
-----------------------------------------------------------------------------------------------------------
VN> 203.199.247.72 Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
VN> An error occurred while evaluating the expression:
VN> #form.job_id#
VN> Error near line 57, column 13.
VN> Error resolving parameter FORM.JOB_ID
VN> The specified form field cannot be found. This problem is very likely due
VN> to the fact that you have misspelled the form field name.
VN> The error occurred while processing an element with a general identifier of
VN> (#form.job_id#), occupying document position (57:12) to (57:24) in the
VN> template file D:\Inetpub\wwwroot\mysite\myfilename.cfm.
VN>
--------------------------------------------------------------------------------------------------------------------
VN> The page doing the referring is validated, and the error log shows that
VN> they are in fact being referred from the correct template. I know that the
VN> template doing the referring contains the specified form field. Is the
VN> browser somehow losing data? Is CF or IIS to blame ? Would like to know if
VN> anyone else has faced this problem, and what I can do to handle it.
VN> Thanks in anticipation.
VN> Vishal.
VN>
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists