Bud wrote: > Hi all. I've got a problem on a site I'm helping with. The cfm pages > simply abort processing for no apparent reason. There is no > ColdFusion error given and it aborts in random places of any given > page. It's like someone simply highlights the last portion of the > page and hits delete. The page source will end something like this: > > <input type="hidden" > > Then nothing. > > MX6.1 with the updater installed. > > IIS 5 > > I'm working on finding out how much RAM, CPU, etc. they have now, but > I figured I'd throw it out here and see if anyone has seen this.
Had this once. CF didn't stop processing but the transfer to the client aborted. Put a cfhtmlhead in your OnRequestEnd.cfm and if it shows up in the header of the page it is not CF stopping, but a data transfer error. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183481 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

