Re: Missing Template Handler is missing part Duex

2008-08-08 Thread Tom Chiverton
On Thursday 07 Aug 2008, Ian Skinner wrote: into the ColdFusion administrator and replaced the HTML file path '/rootDir/subDir/subDir/htdocs/errors/404error.htm' with the corresponding CFML path '/rootDir/subDir/subDir/htdocs/errors/404error.cfm' it stop working. Here, the path is relative

Re: Missing Template Handler is missing part Duex

2008-08-08 Thread Ian Skinner
Tom Chiverton wrote: On Thursday 07 Aug 2008, Ian Skinner wrote: into the ColdFusion administrator and replaced the HTML file path '/rootDir/subDir/subDir/htdocs/errors/404error.htm' with the corresponding CFML path '/rootDir/subDir/subDir/htdocs/errors/404error.cfm' it stop working.

RE: Missing Template Handler is missing part Duex

2008-08-08 Thread Dawson, Michael
Are you certain that CF can see that .cfm file? Can you actually execute it? Do you have the correct CF mapping that allows it to resolve? mike -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2008 5:00 PM To: CF-Talk Subject: Missing Template

Re: Missing Template Handler is missing

2008-08-08 Thread Ian Skinner
Adam Churvis wrote: Missing Template Handler is missing... Doesn't that just have a sort of Zen ring to it? Respectfully, Adam Phillip Churvis President Productivity Enhancement Zen or not, it is also very frustrating that it does not work. To be clear and up front, I am talking about

Re: Missing Template Handler is missing part Duex

2008-08-08 Thread Ian Skinner
Dawson, Michael wrote: Are you certain that CF can see that .cfm file? Can you actually execute it? Do you have the correct CF mapping that allows it to resolve? mike Yes I believe that CF can see the file, I can directly browse to it and it works that way.

Re: Missing Template Handler is missing part Duex

2008-08-08 Thread Ian Skinner
Ok so what is wrong with using expandPath() in a 4.5 ColdFusion template that is used as the Missing Template handler? That is the source of my problem. When the 404error.cfm file is called directly in a browser the expandPath() function works properly and resolves the absolute path I need to

Re: Missing Template Handler is missing

2008-08-08 Thread Tom Chiverton
On Friday 08 Aug 2008, Ian Skinner wrote: /root/something/else/htdocs/errors/404error.cfm -- Completely ignored! CF serves up its default 404 error message. Could there be an error in the 404 CFML page ? What if you replace it with just 'foo' or 'cfoutput#now()#/cfoutput' ? -- Tom Chiverton

RE: Missing Template Handler is missing part Duex

2008-08-08 Thread Jim Davis
-Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 10:20 AM To: CF-Talk Subject: Re: Missing Template Handler is missing part Duex Ok so what is wrong with using expandPath() in a 4.5 ColdFusion template that is used as the Missing

Re: Missing Template Handler is missing part Duex

2008-08-08 Thread Ian Skinner
Jim Davis wrote: I honestly can't remember or find if the missing template handler was restricted by the same rules... but I have a vague recollection that it was. Jim Davis Nope all the other CFML works just fine in the Missing Template Handler. I was concerned about the same thing and had

RE: Missing Template Handler is missing part Duex

2008-08-08 Thread Jim Davis
-Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 11:26 AM To: CF-Talk Subject: Re: Missing Template Handler is missing part Duex I had originally used the expandPath() function to dynamically get the web root so it would not matter which

Re: Missing Template Handler is missing part Duex

2008-08-08 Thread Ian Skinner
Jim Davis wrote: We had a similar situation (dev, int, qa, dr and prod servers with slightly different settings). We ended up adding environment variables to the boxes with the different information (paths, names, etc) and using the CFREGISTRY tag to fetch the values. Interesting idea. Does

Re: Missing Template Handler is missing

2008-08-07 Thread Kevin Stone
Have you tried everything mentioned at http://kb.adobe.com/selfservice/viewContent.do?externalId=95ee04fb ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Missing Template Handler is missing

2008-08-07 Thread Ian Skinner
Kevin Stone wrote: Have you tried everything mentioned at http://kb.adobe.com/selfservice/viewContent.do?externalId=95ee04fb Well no, because when I looked at the article and saw that it has a Windows and IIS focus I did not think it applied to my Unix and Apache system. Does it?

Re: Missing Template Handler is missing

2008-08-07 Thread Kevin Stone
I thought that there was a link at the bottom of the page that addresses general things to try via Coldfusion Admin. Sorry if I was incorrect ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: Missing Template Handler is missing

2008-08-07 Thread Ian Skinner
Kevin Stone wrote: I thought that there was a link at the bottom of the page that addresses general things to try via Coldfusion Admin. Sorry if I was incorrect. Well that did finally get me to what I need to know. It was looking for a file system path not an URI path. Is this something

Re: Missing Template Handler is missing

2008-08-07 Thread Kevin Stone
Yea, unless the unix version is different, i think CF 5.0 and earlier require an absolute path while MX and 8 use a relative path. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the

RE: Missing Template Handler is missing

2008-08-07 Thread Adam Churvis
Missing Template Handler is missing... Doesn't that just have a sort of Zen ring to it? Respectfully, Adam Phillip Churvis President Productivity Enhancement ~| Adobe® ColdFusion® 8 software 8 is the most important and