--------- Original Message ---------
Subject: [coldbox:22854] Re: [coldbox 4-BE] Using coldbox 4 in subdirectory
From: "Christopher Tierney" <ch...@cfwebtools.com>
Date: 11/17/14 6:12 pm
To: col...@googlegroups.com
I was able to narrow it down even further. Seems to have to do with SES - I guess that makes sense since it would be a general config usually basic upon a root layout.Coldbox.cfc: interceptors = [{class="coldbox.system.interceptors.SES", properties={}}];If I take that out it works just fine. So I'm going to leave it at that.
Chris
On Monday, November 17, 2014 5:39:32 PM UTC-6, Christopher Tierney wrote:
I just downloaded the bundle from coldbox.org/downloadand used the "SuperSimple" template in my "/C" directory and it works fine. Haven't figured out what was causing that issue yet. But something to look at when using "coldbox create app" in CommandBox though.
Chris
On Monday, November 17, 2014 5:13:38 PM UTC-6, Christopher Tierney wrote:I have an existing site in a hacked-up version of FuseBox. I am doing a slow migration to ColdBox and this is my first CB app ever.
- I created "mysite/C" and ran "coldbox create app" from CommandBox.
- I copied the coldbox directory (coldbox-4.0.0+00002-201411120022) into /C
- I added a mapping to the App.cfc (this.mappings["/coldbox"] = getDirectoryFromPath(getCurrentTemplatePath()) & '/coldbox';) and verified it was running from this directory via a cfdump.
- Changed the app mapping: COLDBOX_APP_MAPPING = "/C";
- Changed the ColdBox call (new coldbox.system.Coldbox to new coldbox.system.Bootstrap)
This is all I did.But it wants to include my root index.cfm for some reason (/index.cfm). It's not extended my root App.cfc either.If I put an abort in /index.cfc, it looks like it picks up the main.cfm layout file, then tries to insert /index.cfm when renderView() is called.Is there something I need to be changing? Perhaps a bug with v4?Thanks in advance.Chris
--
--
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
For News, visit http://blog.coldbox.org
For Documentation, visit http://wiki.coldbox.org
For Bug Reports, visit https://ortussolutions.atlassian.net/browse/COLDBOX
---
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coldbox+u...@googlegroups.com.
To post to this group, send email to col...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.