<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for SilverStriped</title>
	<atom:link href="http://silverstriped.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://silverstriped.com</link>
	<description>your SilverStripe resources: themes, modules, plugins...</description>
	<pubDate>Thu, 11 Mar 2010 03:51:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to change a SilverStripe theme? by Steve Holdoway</title>
		<link>http://silverstriped.com/2009/04/how-to-change-a-silverstripe-theme/comment-page-1/#comment-12</link>
		<dc:creator>Steve Holdoway</dc:creator>
		<pubDate>Sat, 16 May 2009 03:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://silverstriped.com/?p=13#comment-12</guid>
		<description>As always, find the answer almost immediately.

?flush=1 sorts this out!</description>
		<content:encoded><![CDATA[<p>As always, find the answer almost immediately.</p>
<p>?flush=1 sorts this out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to change a SilverStripe theme? by Steve Holdoway</title>
		<link>http://silverstriped.com/2009/04/how-to-change-a-silverstripe-theme/comment-page-1/#comment-11</link>
		<dc:creator>Steve Holdoway</dc:creator>
		<pubDate>Sat, 16 May 2009 03:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://silverstriped.com/?p=13#comment-11</guid>
		<description>Thied to change themes. In order to ensure nothing I'm changing is at fault, I made a copy of the blackcandy theme, and called it GreenGecko. Updated mysite/_config.php and the home page now contains...

[Warning] None of these templates can be found: Page.ss, ContentController.ss
GET /

Line 175 in /www/silverstripe.greengecko.co.nz/sapphire/core/SSViewer.php

Source

166 					$this-&gt;chosenTemplates['main'] = $this-&gt;chosenTemplates[$templateFolder];
167 					unset($this-&gt;chosenTemplates[$templateFolder]);
168 				}
169 			}
170 
171 			if(isset($_GET['debug_request'])) Debug::message("Final template selections made: " . var_export($this-&gt;chosenTemplates, true));
172 
173 		}
174 
175 		if(!$this-&gt;chosenTemplates) user_error("None of these templates can be found: ". implode(".ss, ", $templateList) . ".ss", E_USER_WARNING);
176 
177 		parent::__construct();
178 	}
179 	
180 	/**
181 	 * Returns true if at least one of the listed templates exists


Any ideas????</description>
		<content:encoded><![CDATA[<p>Thied to change themes. In order to ensure nothing I&#8217;m changing is at fault, I made a copy of the blackcandy theme, and called it GreenGecko. Updated mysite/_config.php and the home page now contains&#8230;</p>
<p>[Warning] None of these templates can be found: Page.ss, ContentController.ss<br />
GET /</p>
<p>Line 175 in /www/silverstripe.greengecko.co.nz/sapphire/core/SSViewer.php</p>
<p>Source</p>
<p>166 					$this-&gt;chosenTemplates['main'] = $this-&gt;chosenTemplates[$templateFolder];<br />
167 					unset($this-&gt;chosenTemplates[$templateFolder]);<br />
168 				}<br />
169 			}<br />
170<br />
171 			if(isset($_GET['debug_request'])) Debug::message(&#8221;Final template selections made: &#8221; . var_export($this-&gt;chosenTemplates, true));<br />
172<br />
173 		}<br />
174<br />
175 		if(!$this-&gt;chosenTemplates) user_error(&#8221;None of these templates can be found: &#8220;. implode(&#8221;.ss, &#8220;, $templateList) . &#8220;.ss&#8221;, E_USER_WARNING);<br />
176<br />
177 		parent::__construct();<br />
178 	}<br />
179<br />
180 	/**<br />
181 	 * Returns true if at least one of the listed templates exists</p>
<p>Any ideas????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlackCandy theme by Mary</title>
		<link>http://silverstriped.com/2009/04/blackcandy-theme/comment-page-1/#comment-6</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Sat, 18 Apr 2009 15:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://silverstriped.com/?p=6#comment-6</guid>
		<description>Cool.  I can edit the file directly on the server without issue.  i will try that.
Thank you so much!</description>
		<content:encoded><![CDATA[<p>Cool.  I can edit the file directly on the server without issue.  i will try that.<br />
Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlackCandy theme by admin</title>
		<link>http://silverstriped.com/2009/04/blackcandy-theme/comment-page-1/#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 18 Apr 2009 11:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://silverstriped.com/?p=6#comment-5</guid>
		<description>@Mary - use an FTP client (like filezilla or winscp) to upload the files edited on your local computer to the server.

Or, you can just edit the _config.php file directly on your server - there is no need to reupload the file then.</description>
		<content:encoded><![CDATA[<p>@Mary - use an FTP client (like filezilla or winscp) to upload the files edited on your local computer to the server.</p>
<p>Or, you can just edit the _config.php file directly on your server - there is no need to reupload the file then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlackCandy theme by Mary</title>
		<link>http://silverstriped.com/2009/04/blackcandy-theme/comment-page-1/#comment-4</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Sat, 18 Apr 2009 11:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://silverstriped.com/?p=6#comment-4</guid>
		<description>When you say reupload php.config onto the webserver, when we change the theme, how do we do that?  Sorry - I'm new at this but I will say Silverstrip is fun.</description>
		<content:encoded><![CDATA[<p>When you say reupload php.config onto the webserver, when we change the theme, how do we do that?  Sorry - I&#8217;m new at this but I will say Silverstrip is fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to SilverStriped! by admin</title>
		<link>http://silverstriped.com/2009/04/welcome-to-silverstriped/comment-page-1/#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://silverstriped.com/?p=3#comment-3</guid>
		<description>It will be back online shortly :)</description>
		<content:encoded><![CDATA[<p>It will be back online shortly <img src='http://silverstriped.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to SilverStriped! by Michael s</title>
		<link>http://silverstriped.com/2009/04/welcome-to-silverstriped/comment-page-1/#comment-2</link>
		<dc:creator>Michael s</dc:creator>
		<pubDate>Thu, 16 Apr 2009 12:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://silverstriped.com/?p=3#comment-2</guid>
		<description>Glad to see things are on the up again

what ever happened to the pluralism theme that used to be on silverstriped?</description>
		<content:encoded><![CDATA[<p>Glad to see things are on the up again</p>
<p>what ever happened to the pluralism theme that used to be on silverstriped?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
