rob_parkhill
unread,Oct 13, 2010, 10:33:58 PM10/13/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Splash CMS
Good Day,
Not sure if I missed something on my install of SplashCMS, but i have
unzipped into its own directory, and installed a DB with the correct
name.
I get the following every time, i go to the site:
he following information is meant for the website developer for
debugging purposes.
Error Occurred While Processing Request
Could not find the included template /public/layouts/.
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:\inetpub\wwwroot\splashCMS\controllers
\Viewer.cfc: line 20
Called from C:\inetpub\wwwroot\splashCMS\wheels\global\cfml.cfm: line
130
Called from C:\inetpub\wwwroot\splashCMS\wheels\dispatch\request.cfm:
line 381
Called from C:\inetpub\wwwroot\splashCMS\wheels\dispatch\request.cfm:
line 348
Called from C:\inetpub\wwwroot\splashCMS\wheels\index.cfm: line 1
Called from C:\inetpub\wwwroot\splashCMS\index.cfm: line 1
Called from C:\inetpub\wwwroot\splashCMS\wheels\events\onrequest.cfm:
line 1
18 : <cfsavecontent variable="renderedPage">
19 : <!--- include the layout --->
20 : <cfinclude
template="#application.defaults.rootPath#public/layouts/
#request.layoutFile#">
21 : </cfsavecontent>
22 : <!--- <cfset renderedPage = page.process(page.slug)> ---
>
Any thoughts?
Thanks,
Rob