won't load problem with fresh install. Could not find the included template ../../config/design/settings.cfm.

18 views
Skip to first unread message

Casey Dougall

unread,
Feb 10, 2011, 8:27:15 AM2/10/11
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 :

Russ Johnson

unread,
Feb 10, 2011, 9:19:00 AM2/10/11
to spla...@googlegroups.com
Did you do step 5 in the README?


5. Open the directory for your environment under the config directory. Rename the settings_sample.cfm file for that environment to settings.cfm ie, design/settings.cfm, production/settings.cfm and edit your datasource setting.
Reply all
Reply to author
Forward
0 new messages