ahhhhhh.
and im sure someone at MM knows about this
and they are on it right now, right :P

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-----Original Message-----
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, September 19, 2002 10:17 AM
To: CF-Talk
Subject: RE: err.io.short_read


Hi Tony, it is because there is a bug about this. If the page that
GetPageContext is on has form variables it throws this error. See this
article for more. http://www.sys-con.com/coldfusion/article.cfm?id=450

-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 19, 2002 10:11 AM
To: CF-Talk
Subject: err.io.short_read


I know this was brought up like 2 days ago, I checked the archives
and there seemed to be no resolution.

in doing this.....
I get the same error that the other person did.

however when  I use cflocation at the bottom, vs. using
getPageContext.Forward()
I don't get the error.

<cfif step eq 2>

        <cfif isDefined("form.format") and len(#form.format#)>

                <cfset Cookie.Settings.Format.value="#form.format#">

        </cfif>

        <cfif isDefined("form.NewViewStyle") and
len(#form.NewViewStyle#)>

                <cfset
Cookie.Settings.NewViewStyle.value="#form.NewViewStyle#">

        </cfif>

        <cfif (isDefined("speed1") and isDefined("speed2") and
isDefined("speed3")) and (isNumeric(#speed1#) and isNumeric(#speed2#)
and isNumeric(#speed3#))>

                <cfset Cookie.Settings.Speed1.Value="#speed1#">
                <cfset Cookie.Settings.Speed2.Value="#speed2#">
                <cfset Cookie.Settings.Speed3.Value="#speed3#">

        </cfif>

        <cfif (isDefined("Color1") and isDefined("Color2") and
isDefined("Color3") and isDefined("Color4") and isDefined("Color5") and
isDefined("Color6") and isDefined("Color7") and isDefined("Color8"))>


                <cfset Cookie.Settings.Color1.Value="#Color1#">
                <cfset Cookie.Settings.Color2.Value="#Color2#">
                <cfset Cookie.Settings.Color3.Value="#Color3#">
                <cfset Cookie.Settings.Color4.Value="#Color4#">
                <cfset Cookie.Settings.Color5.Value="#Color5#">
                <cfset Cookie.Settings.Color6.Value="#Color6#">
                <cfset Cookie.Settings.Color7.Value="#Color7#">
                <cfset Cookie.Settings.Color8.Value="#Color8#">

        </cfif>


        <cfscript>
                GetPageContext().forward("reportSettings.cfm");
        </cfscript>

</cfif>

here is the error details.

++++++++++++++++++++++++++++++++++++++++++


Error Occurred While Processing Request
err.io.short_read


The Error Occurred in C:\Inetpub\wwwroot\reportSettings.cfm: line 191

189 :
190 : <cfscript>
191 :   GetPageContext().forward("reportSettings.cfm");
192 : </cfscript>
193 :






______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to