Looks like the README says the default event is "showHome", but it's really just "home". Take a peek at the config file and you'll see the "home" event-handler.

Hitting:

http://127.0.0.1:8500/skeleton/skeleton/index.cfm

Or

http://127.0.0.1:8500/skeleton/skeleton/index.cfm?event=home

Should work for you.

.pjf



sam snead said the following on 09/14/2010 03:21 PM:

Hi All,

I installed 1.81 and the skeleton. It went 2 deep, but I left it... [webroot]/skeleton/skeleton

In the skeleton readme, I was told I could test the setup by doing this: http://127.0.0.1:8500/skeleton/skeleton/index.cfm?event=showHome

My first error was my fault... must have failed to read a readme:


  Could not find the included template CHANGEME/views/exception.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. The error occurred in *C:\ColdFusion9\wwwroot\MachII\framework\ViewContext.cfc: line 114*


<property name="applicationRoot" value="/skeleton/skeleton" /> tried this

<property name="applicationRoot" value="/skeleton/skeleton/" /> and this


and after I fixed that, I got this:


      Mach-II Exception


        Message

        

Event-handler for event 'showHome' in module '' is not defined.


        Detail

        

Check that the event-handler exists and for misspellings in your links or XML configuration file.


        Extended Info

        


        Tag Context

        

C:\ColdFusion9\wwwroot\MachII\framework\RequestHandler.cfc (173)

C:\ColdFusion9\wwwroot\MachII\mach-ii.cfc (210)

C:\ColdFusion9\wwwroot\MachII\mach-ii.cfc (121)


        Caught Exception

        
struct

*any ideas ?*

--
You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en

***New URLs as of April 29th, 2010***
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/

--
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en

***New URLs as of April 29th, 2010***
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/

Reply via email to