<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Page comments</title>
		<link>http://www.silverstripe.org/home/</link>
		<atom:link href="http://www.silverstripe.org/home/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9634</link>
			<description>Great work so far. I&#39;ve got already one SS3 installation even in productive use. Absolutely no issues so far.<br /><br />I can&#39;t wait for the 3.0 final, and furthermore, I find the themes from the theme contest very promising.</description>
			<pubDate>Mon, 02 Apr 2012 07:28:52 +1200</pubDate>
			<dc:creator>JCG</dc:creator>
			<guid>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9634</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9615</link>
			<description>Hi there, Could please everyone who finds bugs in SS3 raise them at open.silverstripe.org. I can&#39;t pick them up from here. <br />And if they aren&#39;t in the bug tracker we can&#39;t solve them. Thank you for your understanding.Cheers. </description>
			<pubDate>Thu, 29 Mar 2012 09:33:29 +1300</pubDate>
			<dc:creator>Kerstin</dc:creator>
			<guid>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9615</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9612</link>
			<description>Unfortunately the backend ist UNUSABLE in firefox.<br />1 Link out of 10 works... not really beta... more like eraly alpha for me...<br /><br />but looks good</description>
			<pubDate>Thu, 29 Mar 2012 03:49:11 +1300</pubDate>
			<dc:creator>Manfred Pürro</dc:creator>
			<guid>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9612</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9602</link>
			<description>@Aaron Cooper, yes I have the same issue. Although my environment is totally different to yours;<br /><br />Server 2008 R2<br />IIS 7.5<br />MSSQL 2008 R2<br /><br />I originally thought that perhaps the MSSQL driver still needed to be updated but if you&#39;re having the same issue, perhaps not.</description>
			<pubDate>Wed, 28 Mar 2012 10:10:55 +1300</pubDate>
			<dc:creator>Brad</dc:creator>
			<guid>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9602</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9557</link>
			<description>Myrdhin, thanks!<br /><br /><br />It worked with a warning that php 5.2.+ may be dropped in the future. Hopefully, to the moment when SilverStripe reaches release I will have a new server with php 5.4</description>
			<pubDate>Tue, 20 Mar 2012 00:20:09 +1300</pubDate>
			<dc:creator>Victor</dc:creator>
			<guid>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9557</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9555</link>
			<description>Anyone have issue where the installer hangs on &amp;quot;Building Database Schema...&amp;quot; and doesn&#39;t create any tables at all?<br /><br />Centos 5.8<br />PHP 5.3.8<br />Apache 2.2<br /><br />SS 2.4 installs and runs fine on same box.</description>
			<pubDate>Mon, 19 Mar 2012 22:10:22 +1300</pubDate>
			<dc:creator>Aaron Cooper</dc:creator>
			<guid>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9555</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9554</link>
			<description>When are the theme contest themes going to be released?</description>
			<pubDate>Mon, 19 Mar 2012 19:56:43 +1300</pubDate>
			<dc:creator>Liam</dc:creator>
			<guid>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9554</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9549</link>
			<description>@victor - i think it&#39;s the same problem than https://github.com/silverstripe/sapphire/pull/234<br /><br />I&#39;ve modified the Object.php code, lines 280-... and it works for me :<br /><br />if (version_compare(PHP_VERSION, &#39;5.4&#39;, &#39;&amp;gt;=&#39;) &amp;amp;&amp;amp; is_subclass_of($class, &#39;Object&#39;)) {<br />                        //if (isset($class::$$name)) {<br />                        $val = call_user_func(array($class, $name));<br />                        if (isset($val)) {<br />                                $parent = get_parent_class($class);<br />                                //if (!$parent || !isset($parent::$$name) || $parent::$$name !== $class::$$name) return $class::$$name;<br />                                if ($parent) $val_parent = call_user_func(array($parent,$name));<br />                                if (!$parent || !isset($val_parent) || $val_parent !== $val) return $val;<br />                        }<br />                        return $default;<br />                }<br /></description>
			<pubDate>Fri, 16 Mar 2012 23:57:13 +1300</pubDate>
			<dc:creator>Myrdhin</dc:creator>
			<guid>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9549</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9535</link>
			<description>@ugh; What exactly is the issue? Maybe we can help?!<br /><br /></description>
			<pubDate>Thu, 15 Mar 2012 16:27:02 +1300</pubDate>
			<dc:creator>Kerstin</dc:creator>
			<guid>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9535</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9534</link>
			<description>Dead in Firefox? I&#39;m not experiencing that.  Things are definitely looking a lot tighter, and it&#39;s great to see SS 3.0 feature complete. <br /><br />I remain disappointed, however, at the lack of pixel-perfect adherence to Filipe&#39;s designs. It seems like they were only used as gestures and not actual representations. The visual elements of the UI are rough around the edges in many areas.<br /><br />For example, clicking &amp;quot;Add folder&amp;quot; gives you a window.prompt(). A bit of a cop-out, no?</description>
			<pubDate>Thu, 15 Mar 2012 16:22:22 +1300</pubDate>
			<dc:creator>Uncle Cheese</dc:creator>
			<guid>http://www.silverstripe.org/silverstripe-3-beta-1-release/#PageComment_9534</guid>
		</item>
		

	</channel>
</rss>