Error on 0.2.5 new Install

12 views
Skip to first unread message

rob_parkhill

unread,
Oct 13, 2010, 10:33:58 PM10/13/10
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

Russ Johnson

unread,
Oct 14, 2010, 10:33:03 AM10/14/10
to spla...@googlegroups.com
Rob,

The 0.2.5 release is way behind the trunk in Git... I would suggest downloading the latest source from GitHub using the download link and using that to start with. I have pulled in alot of changes from Raul and several fixes myself that are not in the 0.2.5 release.

- Russ

raulriera

unread,
Oct 14, 2010, 3:48:17 PM10/14/10
to Splash CMS
You need to go to the admin first and "migrate" all the database and
info... also, I don't know how Splash works on a subfolder if that is
your setup

Rob Parkhill

unread,
Oct 15, 2010, 11:43:43 AM10/15/10
to spla...@googlegroups.com
I don't see a 'migrate' function in the admin.  Is there a SQL script for the BER?

I am finding that I am missing a few coluns - stackOrder, categories table, and a few others.

Rob

Russ Johnson

unread,
Oct 15, 2010, 11:52:58 AM10/15/10
to spla...@googlegroups.com
I think I checked a SQL script back into the INSTALL directory for folks who cant run dbmigrate... 

- Russ

Rob Parkhill

unread,
Oct 15, 2010, 12:36:24 PM10/15/10
to spla...@googlegroups.com
Russ,

Found everything I needed.  Needed to reset the DB a few times so far, but other than that things have been good.  I have already added a snippet for something that I will use.

I guess you have to be pretty set the CSS though, as there is no way to edit it, just assign it to the given layout.

Cheers,

Rob

Russ Johnson

unread,
Oct 15, 2010, 1:35:36 PM10/15/10
to spla...@googlegroups.com
Yeah there are a few different methods for handling your css. I think Raul and I both do it differently.

I just include it in the layout as my design doesnt change too much. But your could create it as a snippet if you wanted to...
Reply all
Reply to author
Forward
0 new messages