Casey Dougall
unread,Feb 10, 2011, 8:27:15 AM2/10/11Sign 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
any ideas whats going on here? not sure why it can't find required
files on fresh install.
Thanks for your assistance. :-)
Could not find the included template ../../config/design/settings.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:\inetpub\wwwroot\SplashCMS-0.2.5\wheels\global
\cfml.cfm: line 84
82 : <cfargument name="template" type="string" required="true">
83 : <cfset var loc = {}>
84 : <cfinclude template="../../#LCase(arguments.template)#">
85 : </cffunction>
86 :