>Here is some code that will cause an error on my system currently:
>
><cfif "hello" IS "hello">
>Hello
></cfif>
>
>...and some more:
>
><cfinclude "page2.cfm">   # Yes, page2.cfm exists.
>
>...and some more:
>
><cfparam name="message" default="">

It should be:

<cfinclude template="page2.cfm">

I'm not sure if that was a typo or not, but that would definitely cause your 
error, as the MX compiler wouldn't even be able to compile that, let alone 
cause a run-time error.

>In other words, the very first bit of code that the interpreter encounters
>when loading a page causes the "Context validation error"; any code at all,
>well-formed or not, will cause this error.  Since it shows up for every
>page, regardless of the code that is within it, I didn't think that the
>specifics of the code itself were relevant.
>
>However, the "context validation error" itself is irrelevant at this
>point.  When getting to the front page of my site -- the login page, where
>I must login to proceed, produces this error:
>
>Index: 216, Size: 81
>
>The only error log which seems to echo this error is the
>default-event.log.  When encountering this error in the past, I was able to
>delete relevant iles from the
>${JRUN_HOME}/servers/default/cfusion/WEB-INF/classes directory; in this
>case, though, when I do that I receive "file not found" errors, or
>"directory browsing forbidden" errors.

Hmmm. What updater are you running of CFMX? I know there were page context 
bug issues that would cause similar errors as above, some of which were 
resolved in Updater 3. I'm not sure if one of these resolved issues is your 
problem, but I used to get those errors before I applied the updater, and 
haven't seen them since.

Regards,
Dave.

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

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

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to