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


Re: Moving to Railo

2014-12-23 Thread Jochem van Dieten

On Tue, Dec 23, 2014 at 9:49 PM, Mik Muller wrote:

> Anyone here using Railo and have recommendations in terms of installation
> and configuration?  I've been to GetRailo.org and com and find the
> documentation to be a little paltry, especially regarding the installation
> and the best configuration for various situations.
>

I guess that is somewhat caused by Railo being more community driven and
less corporate. In a community what is 'best' requires broad consensus
before it is codified and 'carried' by the community members, and that
broad consensus simply isn't there in the Railo community. Some of the more
vocal members couldn't care less whether it works on Windows at all, some
prefer the installer from Railo because it is just one click, some want to
run on specific Linux flavours, some have their own idea on managing
configurations etc.



> I will be hosting only my own websites, about 210 so far, broken down into
> four CF applications, ie; there are 185 sites running one application; 10
> running another, etc.  I also have about a dozen static HTML sites, so I'll
> need IIS on the box.
>

It is a long time ago I worked with IIS and if you are already set on that
I have no advice for you, but why so many sites? Why not attach 185 HTTP
hostnames to one site?


I've written a manager app for two of the applications to create the IIS
> instance, the folders, the database, the DSN, and the DNS. My guess is I'll
> have to add some code to support the Railo architecture... or maybe not. In
> either case, most new websites, and soon all of them, will be created on my
> server by one of these manager apps.


You'll need to rewrite the Railo part of that. Check the documentation for
the cfadmin tag.

Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/


~|
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:359876
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving to Railo

2014-12-23 Thread Jon Clausen

The only thing I can add, other than that Railo is excellent, is that you’ll 
want to take a close look at the compatibility section 
(http://www.getrailo.org/index.cfm/documentation/compatibility/cfml-compatibility/
 

 ) and syntax differences 
(https://github.com/getrailo/railo/wiki/Language_And_Syntax_Differences 
 ) to 
make sure all of your existing code complies.   The differences aren’t major, 
but there are a few that may apply to you.

It’s a very good upgrade, IMHO, and, generally, a painless switch.

Jon

> On Dec 23, 2014, at 3:49 PM, Mik Muller  wrote:
> 
> 
> Hey all,
> 
> I'm moving my server to a new company who does not offer CF licenses on a 
> monthly basis, though they do have some CF experience. The server they 
> offered me was too good to pass up*, so I'm going for it.
> 
> I've been using CF9, and rather than buy a new CF license outright (ouch), I 
> thought I'd look into Railo, and am looking to the community for advice.
> 
> Anyone here using Railo and have recommendations in terms of installation and 
> configuration?  I've been to GetRailo.org and com and find the documentation 
> to be a little paltry, especially regarding the installation and the best 
> configuration for various situations.
> 
> I will be hosting only my own websites, about 210 so far, broken down into 
> four CF applications, ie; there are 185 sites running one application; 10 
> running another, etc.  I also have about a dozen static HTML sites, so I'll 
> need IIS on the box.
> 
> I've written a manager app for two of the applications to create the IIS 
> instance, the folders, the database, the DSN, and the DNS. My guess is I'll 
> have to add some code to support the Railo architecture... or maybe not. In 
> either case, most new websites, and soon all of them, will be created on my 
> server by one of these manager apps.
> 
> Any advice would be appreciated.
> 
> Thanks,
> 
> Mik
> 
> 
> * Two Hex-Core processors, 192GB RAM, 1.8TB SAS RAID5 HD
> 
> 
> 
> 
> Michael Muller
> Admin, MontagueMA.net Website
> ...a project of MontagueWebWorks.com
> (413) 320-5336
> http://www.MontagueMA.net
> 
> Eschew Obfuscation
> 
> 
> 
> 
> 
> 

~|
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:359875
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving to Railo

2014-12-23 Thread Tom McNeer

Seems likely that you may need to modify your manager code - not for Railo
specifically, but rather because of the use of Tomcat, which would be true
for CF10/11, too. There are docs and blog posts available relative to
creating a new site in Railo.

On Tue, Dec 23, 2014 at 4:08 PM, Maureen  wrote:
>
>
> Railo is excellent.  The community around Railo is excellent.  The
> Google group for Railo, which I think you have already found is one of
> the best resources for support of a product that I have experienced.
>
> https://groups.google.com/forum/#!forum/railo
>
> The installers are out there, including ones on Bitnami.
>
> If you are not committed 100% to your new host, I would suggest you
> check out Viviotech.net - without a doubt the best hosting company on
> earth.
>
>
>
> On Tue, Dec 23, 2014 at 3:49 PM, Mik Muller  wrote:
> >
> > Hey all,
> >
> > I'm moving my server to a new company who does not offer CF licenses on
> a monthly basis, though they do have some CF experience. The server they
> offered me was too good to pass up*, so I'm going for it.
> >
> > I've been using CF9, and rather than buy a new CF license outright
> (ouch), I thought I'd look into Railo, and am looking to the community for
> advice.
> >
> > Anyone here using Railo and have recommendations in terms of
> installation and configuration?  I've been to GetRailo.org and com and find
> the documentation to be a little paltry, especially regarding the
> installation and the best configuration for various situations.
> >
> > I will be hosting only my own websites, about 210 so far, broken down
> into four CF applications, ie; there are 185 sites running one application;
> 10 running another, etc.  I also have about a dozen static HTML sites, so
> I'll need IIS on the box.
> >
> > I've written a manager app for two of the applications to create the IIS
> instance, the folders, the database, the DSN, and the DNS. My guess is I'll
> have to add some code to support the Railo architecture... or maybe not. In
> either case, most new websites, and soon all of them, will be created on my
> server by one of these manager apps.
> >
> > Any advice would be appreciated.
> >
> > Thanks,
> >
> > Mik
> >
> >
> > * Two Hex-Core processors, 192GB RAM, 1.8TB SAS RAID5 HD
> >
> >
> >
> > 
> > Michael Muller
> > Admin, MontagueMA.net Website
> > ...a project of MontagueWebWorks.com
> > (413) 320-5336
> > http://www.MontagueMA.net
> >
> > Eschew Obfuscation
> >
> >
> >
> >
> >
> >
>
> 

~|
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:359874
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Moving to Railo

2014-12-23 Thread Maureen

Railo is excellent.  The community around Railo is excellent.  The
Google group for Railo, which I think you have already found is one of
the best resources for support of a product that I have experienced.

https://groups.google.com/forum/#!forum/railo

The installers are out there, including ones on Bitnami.

If you are not committed 100% to your new host, I would suggest you
check out Viviotech.net - without a doubt the best hosting company on
earth.



On Tue, Dec 23, 2014 at 3:49 PM, Mik Muller  wrote:
>
> Hey all,
>
> I'm moving my server to a new company who does not offer CF licenses on a 
> monthly basis, though they do have some CF experience. The server they 
> offered me was too good to pass up*, so I'm going for it.
>
> I've been using CF9, and rather than buy a new CF license outright (ouch), I 
> thought I'd look into Railo, and am looking to the community for advice.
>
> Anyone here using Railo and have recommendations in terms of installation and 
> configuration?  I've been to GetRailo.org and com and find the documentation 
> to be a little paltry, especially regarding the installation and the best 
> configuration for various situations.
>
> I will be hosting only my own websites, about 210 so far, broken down into 
> four CF applications, ie; there are 185 sites running one application; 10 
> running another, etc.  I also have about a dozen static HTML sites, so I'll 
> need IIS on the box.
>
> I've written a manager app for two of the applications to create the IIS 
> instance, the folders, the database, the DSN, and the DNS. My guess is I'll 
> have to add some code to support the Railo architecture... or maybe not. In 
> either case, most new websites, and soon all of them, will be created on my 
> server by one of these manager apps.
>
> Any advice would be appreciated.
>
> Thanks,
>
> Mik
>
>
> * Two Hex-Core processors, 192GB RAM, 1.8TB SAS RAID5 HD
>
>
>
> 
> Michael Muller
> Admin, MontagueMA.net Website
> ...a project of MontagueWebWorks.com
> (413) 320-5336
> http://www.MontagueMA.net
>
> Eschew Obfuscation
>
>
>
>
>
> 

~|
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:359873
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Moving to Railo

2014-12-23 Thread Mik Muller

Hey all,

I'm moving my server to a new company who does not offer CF licenses on a 
monthly basis, though they do have some CF experience. The server they offered 
me was too good to pass up*, so I'm going for it.

I've been using CF9, and rather than buy a new CF license outright (ouch), I 
thought I'd look into Railo, and am looking to the community for advice.

Anyone here using Railo and have recommendations in terms of installation and 
configuration?  I've been to GetRailo.org and com and find the documentation to 
be a little paltry, especially regarding the installation and the best 
configuration for various situations.

I will be hosting only my own websites, about 210 so far, broken down into four 
CF applications, ie; there are 185 sites running one application; 10 running 
another, etc.  I also have about a dozen static HTML sites, so I'll need IIS on 
the box.

I've written a manager app for two of the applications to create the IIS 
instance, the folders, the database, the DSN, and the DNS. My guess is I'll 
have to add some code to support the Railo architecture... or maybe not. In 
either case, most new websites, and soon all of them, will be created on my 
server by one of these manager apps.

Any advice would be appreciated.

Thanks,

Mik


* Two Hex-Core processors, 192GB RAM, 1.8TB SAS RAID5 HD




Michael Muller
Admin, MontagueMA.net Website
...a project of MontagueWebWorks.com
(413) 320-5336
http://www.MontagueMA.net

Eschew Obfuscation





~|
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:359872
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm