Re: local install - ses non working(I think)

2014-12-24 Thread Dave Watts

> Yes, this is the code:
>  template="/site_theartoflovingcatsanddogs_com/index.cfm/cfid/#session.cfid#/cftoken/
> #session.cftoken#/index.cfm">
>
> What caught me off guard is that this has been working without problem for
> many months on the live site, http://www.theartoflovingcatsanddogs.com
>
> I guess my actual question, rephrased better, is why does this work on
> crystaltech but not on my new cf11 install?  I'm not sure of the cf version
> for ct.  I'm sorry I was not clear.

My guess is that you have something not specifically related to CF
that's dynamically generating files, or something along those lines,
on your live site. Perhaps you have some sort of SES URL handler
that's parsing the URLs on your live site, and a corresponding error
handler that knows what to do with the incorrect template path.

Dave Watts, CTO, Fig Leaf Software
1-202-527-9569
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
(SDVOSB) on GSA Schedule, and provides the highest caliber vendor-
authorized instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359887
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: local install - ses non working(I think)

2014-12-23 Thread Andrew Scott

For security purposes, please don't pass CFID & CFToken in the URL.

Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411


On Wed, Dec 24, 2014 at 11:21 AM, Matthew Smith 
wrote:
>
>
> Yes, this is the code:
> 
> template="/site_theartoflovingcatsanddogs_com/index.cfm/cfid/#session.cfid#/cftoken/#session.cftoken#/index.cfm">
>
> What caught me off guard is that this has been working without problem for
> many months on the live site, http://www.theartoflovingcatsanddogs.com
>
> I guess my actual question, rephrased better, is why does this work on
> crystaltech but not on my new cf11 install?  I'm not sure of the cf version
> for ct.  I'm sorry I was not clear.
>
> On Tue, Dec 23, 2014 at 5:05 PM, Maureen  wrote:
>
> >
> > It is fairly clear that the path you are using for the include is
> > invalid.  It needs to be a physical path, not a url, and I doubt if
> > your physical path includes
> >
> > /site_
> > theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
> >
> > Are you using a variable to build the include path?
> >
> >
> >
> > On Tue, Dec 23, 2014 at 6:58 PM, Matthew Smith 
> > wrote:
> > >
> > > I have been developing on our live server as the site has been down for
> > > some time.  I am trying to get things right and just installed apache
> and
> > > cf11 on my local box.  This is the error I get when I try to bring up
> the
> > > site's home page.
> > >
> > > Any ideas, I am not sure what to try.  Thanks.
> > >
> > > MissingInclude Could not find the included template
> > >
> >
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm.
> > > Note:
> > > If you wish to use an absolute template path (for example,
> > > template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping
> > for
> > > the path using the ColdFusion Administrator. Or, you can use
> > > per-application settings to specify mappings specific to this
> application
> > > by specifying a mappings struct to THIS.mappings in Application.cfc.
> 
> > > Using relative paths (for example, template="index.cfm" or
> > > template="../index.cfm") does not require the creation of any special
> > > mappings. It is therefore recommended that you use relative paths with
> > > CFINCLUDE whenever possible.
> > >
> >
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
> > > [empty
> > > string] [empty string]cfcatch.tagcontext - array1cfcatch.tagcontext -
> > struct
> > > COLUMN0IDCFINCLUDELINE29RAW_TRACEat
> > > cfindex2ecfm1457390167.runPage(C:\wwwroot\index.cfm:29)TEMPLATE
> > > C:\wwwroot\index.cfmTYPECFML2cfcatch.tagcontext -
> > structCOLUMN0IDCFINCLUDE
> > > LINE198RAW_TRACEat
> > >
> >
> cfApplication2ecfc65118548$funcONREQUEST.runFunction(C:\wwwroot\Application.cfc:198)
> > > TEMPLATEC:\wwwroot\Application.cfcTYPECFML
> > >
> > > --
> > > Regards,
> > > chedder is bedder
> > >
> > >
> > >
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359886
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: local install - ses non working(I think)

2014-12-23 Thread William Seiter

My best guess, without looking at your admin, is that you did not setup your 
directories (for includes) in the administrator. 

Take a look at the live sites admin settings and mimic them on your local admin

---
William Seiter


> On Dec 23, 2014, at 3:58 PM, Matthew Smith  wrote:
> 
> 
> I have been developing on our live server as the site has been down for
> some time.  I am trying to get things right and just installed apache and
> cf11 on my local box.  This is the error I get when I try to bring up the
> site's home page.
> 
> Any ideas, I am not sure what to try.  Thanks.
> 
> MissingInclude Could not find the included template
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm.
> Note:
> If you wish to use an absolute template path (for example,
> template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for
> the path using the ColdFusion Administrator. Or, you can use
> per-application settings to specify mappings specific to this application
> by specifying a mappings struct to THIS.mappings in Application.cfc. 
> Using relative paths (for example, template="index.cfm" or
> template="../index.cfm") does not require the creation of any special
> mappings. It is therefore recommended that you use relative paths with
> CFINCLUDE whenever possible.
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
> [empty
> string] [empty string]cfcatch.tagcontext - array1cfcatch.tagcontext - struct
> COLUMN0IDCFINCLUDELINE29RAW_TRACEat
> cfindex2ecfm1457390167.runPage(C:\wwwroot\index.cfm:29)TEMPLATE
> C:\wwwroot\index.cfmTYPECFML2cfcatch.tagcontext - structCOLUMN0IDCFINCLUDE
> LINE198RAW_TRACEat
> cfApplication2ecfc65118548$funcONREQUEST.runFunction(C:\wwwroot\Application.cfc:198)
> TEMPLATEC:\wwwroot\Application.cfcTYPECFML
> 
> -- 
> Regards,
> chedder is bedder
> 
> 
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359885
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: local install - ses non working(I think)

2014-12-23 Thread William Seiter

That's not it...

---
William Seiter


> On Dec 23, 2014, at 4:05 PM, Maureen  wrote:
> 
> 
> It is fairly clear that the path you are using for the include is
> invalid.  It needs to be a physical path, not a url, and I doubt if
> your physical path includes
> 
> /site_
> theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
> 
> Are you using a variable to build the include path?
> 
> 
> 
>> On Tue, Dec 23, 2014 at 6:58 PM, Matthew Smith  wrote:
>> 
>> I have been developing on our live server as the site has been down for
>> some time.  I am trying to get things right and just installed apache and
>> cf11 on my local box.  This is the error I get when I try to bring up the
>> site's home page.
>> 
>> Any ideas, I am not sure what to try.  Thanks.
>> 
>> MissingInclude Could not find the included template
>> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm.
>> Note:
>> If you wish to use an absolute template path (for example,
>> template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for
>> the path using the ColdFusion Administrator. Or, you can use
>> per-application settings to specify mappings specific to this application
>> by specifying a mappings struct to THIS.mappings in Application.cfc. 
>> Using relative paths (for example, template="index.cfm" or
>> template="../index.cfm") does not require the creation of any special
>> mappings. It is therefore recommended that you use relative paths with
>> CFINCLUDE whenever possible.
>> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
>> [empty
>> string] [empty string]cfcatch.tagcontext - array1cfcatch.tagcontext - struct
>> COLUMN0IDCFINCLUDELINE29RAW_TRACEat
>> cfindex2ecfm1457390167.runPage(C:\wwwroot\index.cfm:29)TEMPLATE
>> C:\wwwroot\index.cfmTYPECFML2cfcatch.tagcontext - structCOLUMN0IDCFINCLUDE
>> LINE198RAW_TRACEat
>> cfApplication2ecfc65118548$funcONREQUEST.runFunction(C:\wwwroot\Application.cfc:198)
>> TEMPLATEC:\wwwroot\Application.cfcTYPECFML
>> 
>> --
>> Regards,
>> chedder is bedder
> 
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359884
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: local install - ses non working(I think)

2014-12-23 Thread William Seiter

Phillip, I like your sense of humor. 

---
William Seiter


> On Dec 23, 2014, at 4:00 PM, Phillip Vector  wrote:
> 
> 
> *stares blankly at the screen*
> 
> *gets up and goes to get some popcorn*
> 
> Ok.. Proceed.
> 
> On Tue, Dec 23, 2014 at 3:58 PM, Matthew Smith 
> wrote:
> 
>> 
>> I have been developing on our live server as the site has been down for
>> some time.  I am trying to get things right and just installed apache and
>> cf11 on my local box.  This is the error I get when I try to bring up the
>> site's home page.
>> 
>> Any ideas, I am not sure what to try.  Thanks.
>> 
>> MissingInclude Could not find the included template
>> 
>> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm.
>> Note:
>> If you wish to use an absolute template path (for example,
>> template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for
>> the path using the ColdFusion Administrator. Or, you can use
>> per-application settings to specify mappings specific to this application
>> by specifying a mappings struct to THIS.mappings in Application.cfc. 
>> Using relative paths (for example, template="index.cfm" or
>> template="../index.cfm") does not require the creation of any special
>> mappings. It is therefore recommended that you use relative paths with
>> CFINCLUDE whenever possible.
>> 
>> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
>> [empty
>> string] [empty string]cfcatch.tagcontext - array1cfcatch.tagcontext -
>> struct
>> COLUMN0IDCFINCLUDELINE29RAW_TRACEat
>> cfindex2ecfm1457390167.runPage(C:\wwwroot\index.cfm:29)TEMPLATE
>> C:\wwwroot\index.cfmTYPECFML2cfcatch.tagcontext - structCOLUMN0IDCFINCLUDE
>> LINE198RAW_TRACEat
>> 
>> cfApplication2ecfc65118548$funcONREQUEST.runFunction(C:\wwwroot\Application.cfc:198)
>> TEMPLATEC:\wwwroot\Application.cfcTYPECFML
>> 
>> --
>> Regards,
>> chedder is bedder
> 
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359883
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: local install - ses non working(I think)

2014-12-23 Thread Maureen

Normally, index.cfm would live in your webroot, and would not be included.

you would have a folder structure like
wwwroot  - folder
index.cfm  - file

with your code you are including index.cfm in a folder structure that
would look like:

site_theartoflovingcatsanddogs_com - folder
 index.cfm - folder
 cfid- folder
 2 - folder (different each time)
   cftoken- folder
60648468 - folder (different each time)
   index.cfm  - file

I doubt very much if that is the case.  Are you writing the code for
that include or  is it being generated somehow.  Also, what is the
name of the CFM file that contains this code, because if you are
somehow trying to include index.cfm within index.cfm, you will have an
infinite loop of the worst sort.


On Tue, Dec 23, 2014 at 7:21 PM, Matthew Smith  wrote:
>
> Yes, this is the code:
>  template="/site_theartoflovingcatsanddogs_com/index.cfm/cfid/#session.cfid#/cftoken/#session.cftoken#/index.cfm">
>
> What caught me off guard is that this has been working without problem for
> many months on the live site, http://www.theartoflovingcatsanddogs.com
>
> I guess my actual question, rephrased better, is why does this work on
> crystaltech but not on my new cf11 install?  I'm not sure of the cf version
> for ct.  I'm sorry I was not clear.
>
> On Tue, Dec 23, 2014 at 5:05 PM, Maureen  wrote:
>
>>
>> It is fairly clear that the path you are using for the include is
>> invalid.  It needs to be a physical path, not a url, and I doubt if
>> your physical path includes
>>
>> /site_
>> theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
>>
>> Are you using a variable to build the include path?
>>
>>
>>
>> On Tue, Dec 23, 2014 at 6:58 PM, Matthew Smith 
>> wrote:
>> >
>> > I have been developing on our live server as the site has been down for
>> > some time.  I am trying to get things right and just installed apache and
>> > cf11 on my local box.  This is the error I get when I try to bring up the
>> > site's home page.
>> >
>> > Any ideas, I am not sure what to try.  Thanks.
>> >
>> > MissingInclude Could not find the included template
>> >
>> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm.
>> > Note:
>> > If you wish to use an absolute template path (for example,
>> > template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping
>> for
>> > the path using the ColdFusion Administrator. Or, you can use
>> > per-application settings to specify mappings specific to this application
>> > by specifying a mappings struct to THIS.mappings in Application.cfc. 
>> > Using relative paths (for example, template="index.cfm" or
>> > template="../index.cfm") does not require the creation of any special
>> > mappings. It is therefore recommended that you use relative paths with
>> > CFINCLUDE whenever possible.
>> >
>> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
>> > [empty
>> > string] [empty string]cfcatch.tagcontext - array1cfcatch.tagcontext -
>> struct
>> > COLUMN0IDCFINCLUDELINE29RAW_TRACEat
>> > cfindex2ecfm1457390167.runPage(C:\wwwroot\index.cfm:29)TEMPLATE
>> > C:\wwwroot\index.cfmTYPECFML2cfcatch.tagcontext -
>> structCOLUMN0IDCFINCLUDE
>> > LINE198RAW_TRACEat
>> >
>> cfApplication2ecfc65118548$funcONREQUEST.runFunction(C:\wwwroot\Application.cfc:198)
>> > TEMPLATEC:\wwwroot\Application.cfcTYPECFML
>> >
>> > --
>> > Regards,
>> > chedder is bedder
>> >
>> >
>> >
>>
>>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359882
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: local install - ses non working(I think)

2014-12-23 Thread Matthew Smith

Yes, this is the code:


What caught me off guard is that this has been working without problem for
many months on the live site, http://www.theartoflovingcatsanddogs.com

I guess my actual question, rephrased better, is why does this work on
crystaltech but not on my new cf11 install?  I'm not sure of the cf version
for ct.  I'm sorry I was not clear.

On Tue, Dec 23, 2014 at 5:05 PM, Maureen  wrote:

>
> It is fairly clear that the path you are using for the include is
> invalid.  It needs to be a physical path, not a url, and I doubt if
> your physical path includes
>
> /site_
> theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
>
> Are you using a variable to build the include path?
>
>
>
> On Tue, Dec 23, 2014 at 6:58 PM, Matthew Smith 
> wrote:
> >
> > I have been developing on our live server as the site has been down for
> > some time.  I am trying to get things right and just installed apache and
> > cf11 on my local box.  This is the error I get when I try to bring up the
> > site's home page.
> >
> > Any ideas, I am not sure what to try.  Thanks.
> >
> > MissingInclude Could not find the included template
> >
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm.
> > Note:
> > If you wish to use an absolute template path (for example,
> > template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping
> for
> > the path using the ColdFusion Administrator. Or, you can use
> > per-application settings to specify mappings specific to this application
> > by specifying a mappings struct to THIS.mappings in Application.cfc. 
> > Using relative paths (for example, template="index.cfm" or
> > template="../index.cfm") does not require the creation of any special
> > mappings. It is therefore recommended that you use relative paths with
> > CFINCLUDE whenever possible.
> >
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
> > [empty
> > string] [empty string]cfcatch.tagcontext - array1cfcatch.tagcontext -
> struct
> > COLUMN0IDCFINCLUDELINE29RAW_TRACEat
> > cfindex2ecfm1457390167.runPage(C:\wwwroot\index.cfm:29)TEMPLATE
> > C:\wwwroot\index.cfmTYPECFML2cfcatch.tagcontext -
> structCOLUMN0IDCFINCLUDE
> > LINE198RAW_TRACEat
> >
> cfApplication2ecfc65118548$funcONREQUEST.runFunction(C:\wwwroot\Application.cfc:198)
> > TEMPLATEC:\wwwroot\Application.cfcTYPECFML
> >
> > --
> > Regards,
> > chedder is bedder
> >
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359881
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: local install - ses non working(I think)

2014-12-23 Thread Maureen

It is fairly clear that the path you are using for the include is
invalid.  It needs to be a physical path, not a url, and I doubt if
your physical path includes

/site_
theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm

Are you using a variable to build the include path?



On Tue, Dec 23, 2014 at 6:58 PM, Matthew Smith  wrote:
>
> I have been developing on our live server as the site has been down for
> some time.  I am trying to get things right and just installed apache and
> cf11 on my local box.  This is the error I get when I try to bring up the
> site's home page.
>
> Any ideas, I am not sure what to try.  Thanks.
>
> MissingInclude Could not find the included template
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm.
> Note:
> If you wish to use an absolute template path (for example,
> template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for
> the path using the ColdFusion Administrator. Or, you can use
> per-application settings to specify mappings specific to this application
> by specifying a mappings struct to THIS.mappings in Application.cfc. 
> Using relative paths (for example, template="index.cfm" or
> template="../index.cfm") does not require the creation of any special
> mappings. It is therefore recommended that you use relative paths with
> CFINCLUDE whenever possible.
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
> [empty
> string] [empty string]cfcatch.tagcontext - array1cfcatch.tagcontext - struct
> COLUMN0IDCFINCLUDELINE29RAW_TRACEat
> cfindex2ecfm1457390167.runPage(C:\wwwroot\index.cfm:29)TEMPLATE
> C:\wwwroot\index.cfmTYPECFML2cfcatch.tagcontext - structCOLUMN0IDCFINCLUDE
> LINE198RAW_TRACEat
> cfApplication2ecfc65118548$funcONREQUEST.runFunction(C:\wwwroot\Application.cfc:198)
> TEMPLATEC:\wwwroot\Application.cfcTYPECFML
>
> --
> Regards,
> chedder is bedder
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359880
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: local install - ses non working(I think)

2014-12-23 Thread Matt Quackenbush

On Tue, Dec 23, 2014 at 6:00 PM, Phillip Vector 
wrote:
>
>
> *stares blankly at the screen*
>
> *gets up and goes to get some popcorn*
>
> Ok.. Proceed.
>


LOL  :-)



>
> On Tue, Dec 23, 2014 at 3:58 PM, Matthew Smith 
> wrote:
>
> >
> > I have been developing on our live server as the site has been down for
> > some time.  I am trying to get things right and just installed apache and
> > cf11 on my local box.  This is the error I get when I try to bring up the
> > site's home page.
> >
> > Any ideas, I am not sure what to try.  Thanks.
> >
> > MissingInclude Could not find the included template
> >
> >
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm.
> > Note:
> > If you wish to use an absolute template path (for example,
> > template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping
> for
> > the path using the ColdFusion Administrator. Or, you can use
> > per-application settings to specify mappings specific to this application
> > by specifying a mappings struct to THIS.mappings in Application.cfc. 
> > Using relative paths (for example, template="index.cfm" or
> > template="../index.cfm") does not require the creation of any special
> > mappings. It is therefore recommended that you use relative paths with
> > CFINCLUDE whenever possible.
> >
> >
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
> > [empty
> > string] [empty string]cfcatch.tagcontext - array1cfcatch.tagcontext -
> > struct
> > COLUMN0IDCFINCLUDELINE29RAW_TRACEat
> > cfindex2ecfm1457390167.runPage(C:\wwwroot\index.cfm:29)TEMPLATE
> > C:\wwwroot\index.cfmTYPECFML2cfcatch.tagcontext -
> structCOLUMN0IDCFINCLUDE
> > LINE198RAW_TRACEat
> >
> >
> cfApplication2ecfc65118548$funcONREQUEST.runFunction(C:\wwwroot\Application.cfc:198)
> > TEMPLATEC:\wwwroot\Application.cfcTYPECFML
> >
> > --
> > Regards,
> > chedder is bedder
> >
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359879
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: local install - ses non working(I think)

2014-12-23 Thread Phillip Vector

*stares blankly at the screen*

*gets up and goes to get some popcorn*

Ok.. Proceed.

On Tue, Dec 23, 2014 at 3:58 PM, Matthew Smith 
wrote:

>
> I have been developing on our live server as the site has been down for
> some time.  I am trying to get things right and just installed apache and
> cf11 on my local box.  This is the error I get when I try to bring up the
> site's home page.
>
> Any ideas, I am not sure what to try.  Thanks.
>
> MissingInclude Could not find the included template
>
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm.
> Note:
> If you wish to use an absolute template path (for example,
> template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for
> the path using the ColdFusion Administrator. Or, you can use
> per-application settings to specify mappings specific to this application
> by specifying a mappings struct to THIS.mappings in Application.cfc. 
> Using relative paths (for example, template="index.cfm" or
> template="../index.cfm") does not require the creation of any special
> mappings. It is therefore recommended that you use relative paths with
> CFINCLUDE whenever possible.
>
> /site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
> [empty
> string] [empty string]cfcatch.tagcontext - array1cfcatch.tagcontext -
> struct
> COLUMN0IDCFINCLUDELINE29RAW_TRACEat
> cfindex2ecfm1457390167.runPage(C:\wwwroot\index.cfm:29)TEMPLATE
> C:\wwwroot\index.cfmTYPECFML2cfcatch.tagcontext - structCOLUMN0IDCFINCLUDE
> LINE198RAW_TRACEat
>
> cfApplication2ecfc65118548$funcONREQUEST.runFunction(C:\wwwroot\Application.cfc:198)
> TEMPLATEC:\wwwroot\Application.cfcTYPECFML
>
> --
> Regards,
> chedder is bedder
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359878
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


local install - ses non working(I think)

2014-12-23 Thread Matthew Smith

I have been developing on our live server as the site has been down for
some time.  I am trying to get things right and just installed apache and
cf11 on my local box.  This is the error I get when I try to bring up the
site's home page.

Any ideas, I am not sure what to try.  Thanks.

MissingInclude Could not find the included template
/site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm.
Note:
If you wish to use an absolute template path (for example,
template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for
the path using the ColdFusion Administrator. Or, you can use
per-application settings to specify mappings specific to this application
by specifying a mappings struct to THIS.mappings in Application.cfc. 
Using relative paths (for example, template="index.cfm" or
template="../index.cfm") does not require the creation of any special
mappings. It is therefore recommended that you use relative paths with
CFINCLUDE whenever possible.
/site_theartoflovingcatsanddogs_com/index.cfm/cfid/2/cftoken/60648468/index.cfm
[empty
string] [empty string]cfcatch.tagcontext - array1cfcatch.tagcontext - struct
COLUMN0IDCFINCLUDELINE29RAW_TRACEat
cfindex2ecfm1457390167.runPage(C:\wwwroot\index.cfm:29)TEMPLATE
C:\wwwroot\index.cfmTYPECFML2cfcatch.tagcontext - structCOLUMN0IDCFINCLUDE
LINE198RAW_TRACEat
cfApplication2ecfc65118548$funcONREQUEST.runFunction(C:\wwwroot\Application.cfc:198)
TEMPLATEC:\wwwroot\Application.cfcTYPECFML

-- 
Regards,
chedder is bedder


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359877
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm