Also check for cfcontent as that tag in the Application.cfm stopped the page from rendering in "certain" conditions which I was unable to track completely down... Just that debuggin on worked... Debuggin off didn't... But a very simialr page worked correctly in all cases
-----Original Message----- From: John Blayter [mailto:jblayter@;interactivesites.com] Sent: Friday, October 18, 2002 23:36 To: CF-Talk Subject: RE: CFMX Is not generating entire page I finally figured out why the page was not generating. I called a <CFHTMLHEAD> tag in the Application.cfm. Having this anywhere inside the Application.cfm or the page causes the page not to render completely. So if you are using MX make sure that you are not using this tag. Thanks, __________________________________ John Blayter Technical Director Interactive Sites, Inc. "The Online Hospitality Solution" http://www.interactivesites.com/ Phone: 480.707.1600 Fax: 480.707.1601 __________________________________ -----Original Message----- From: Mike Townend [mailto:mike@;cfnews.co.uk] Sent: Wednesday, October 16, 2002 9:21 AM To: CF-Talk Subject: RE: CFMX Is not generating entire page Is your debug on? I have the same issue on one of my sites.... Turn debug output on and the page renders fine, turn debug off and the page stops.... I wrapped the process with <CFSAVECONTENT> and outputted the #variable# to the screen and wrote it to a file... The screen version continued to stop at the same place however the file produced by cffile contained all the data... The only workaround I found was that I had a cfcontent in the application file that was set to output text/html if this was removed then the site rendered the whole page... If it was there then it didn't... The trouble with this was that I need the content tag in there so that the characters used in the site are shown correctly... They arent when this tag is ommitted.... -----Original Message----- From: John Blayter [mailto:jblayter@;interactivesites.com] Sent: Wednesday, October 16, 2002 16:30 To: CF-Talk Subject: RE: CFMX Is not generating entire page If you view the source of http://www.druryhotels.com/careers/ you'll see where the page stops. -----Original Message----- From: Tony Weeg [mailto:tony@;navtrak.net] Sent: Wednesday, October 16, 2002 8:19 AM To: CF-Talk Subject: RE: CFMX Is not generating entire page actually this will work for me fine on the same page....not double ##'ing it <map name="Map"> <area shape="rect" coords="32,63,159,84" href="#top" alt="BACK TO TOP" title="BACK TO TOP"> <area shape="poly" coords="193,82,207,73,312,72,310,47,343,26,378,47,380,71,386,76,370,93,1 93,93" href="http://www.drurygoldkey.com" alt="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS" target="_blank"><area shape="poly" coords="373,94,395,74,490,74,492,46,496,32,521,28,548,33,555,50,557,73,5 66,82,566,93" href="http://www.druryinnercircle.com" alt="DRURY INNER CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS" target="_blank"> <area shape="rect" coords="30,8,201,46" href="/subscribe_form.cfm"> </map> explain that one! tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -----Original Message----- From: John Blayter [mailto:jblayter@;interactivesites.com] Sent: Wednesday, October 16, 2002 11:12 AM To: CF-Talk Subject: RE: CFMX Is not generating entire page Here is the code for the imagemap. <map name="Map"> <area shape="rect" coords="32,63,159,84" href="##top" alt="BACK TO TOP" title="BACK TO TOP"> <area shape="poly" coords="193,82,207,73,312,72,310,47,343,26,378,47,380,71,386,76,370,93,1 93,93" href="http://www.drurygoldkey.com" alt="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS" target="_blank"><area shape="poly" coords="373,94,395,74,490,74,492,46,496,32,521,28,548,33,555,50,557,73,5 66,82,566,93" href="http://www.druryinnercircle.com" alt="DRURY INNER CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS" target="_blank"> <area shape="rect" coords="30,8,201,46" href="/subscribe_form.cfm"> </map> -----Original Message----- From: Tony Weeg [mailto:tony@;navtrak.net] Sent: Wednesday, October 16, 2002 8:02 AM To: CF-Talk Subject: RE: CFMX Is not generating entire page are they href'ed to a name or an actual link to a page? meaning is it like this <area href="#bottom"> or like this? <area href="top.cfm"> if it's the previous do this... <area href="##bottom"> if it's the second one..... je ne sais pas :) je m'excuse. tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -----Original Message----- From: John Blayter [mailto:jblayter@;interactivesites.com] Sent: Wednesday, October 16, 2002 10:58 AM To: CF-Talk Subject: CFMX Is not generating entire page I am having a very weird problem with CFMX not generating the entire page. It is stopping half way through a image map at the bottom of the page. I have CF5 in our development environment and it works just fine [ http://drury.dev-sites.com/careers/ ]. However on the production MX machine it stops half way through the second <area> tag in the image map. [ http://www.druryhotels.com/careers/ ] Here is what I have done so far to try and fix this. - Applied the CFMX Updater - Placed the code for the image map on a single line of code - Cleared the compiled *.class files and restarted the server Any help is greatly appreciated. Thanks, __________________________________ John Blayter Technical Director Interactive Sites, Inc. "The Online Hospitality Solution" http://www.interactivesites.com/ Phone: 480.707.1600 Fax: 480.707.1601 __________________________________ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

