<?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>Forum posts to 'Archive'</title>
		<link>http://www.silverstripe.org/archive/rss</link>
		<atom:link href="http://www.silverstripe.org/archive/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: SilverStripe 2.2.0-rc2</title>
			<link>http://www.silverstripe.org/archive/show/8637?start=0#post11377</link>
			<description>&lt;p&gt;Not really. php_info() shows it's PHP Version 5.2.3&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe 2.2.0-rc2 &lt;a href=&quot;http://www.silverstripe.org/archive/show/8637?start=0#post11377&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/8637?start=0#post11377&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 03 Dec 2007 15:05:08 +1300</pubDate>
			<dc:creator>jjeziorski</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/8637?start=0#post11377</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe 2.2.0-rc2</title>
			<link>http://www.silverstripe.org/archive/show/8637?start=0#post11371</link>
			<description>&lt;p&gt;jjeziorski - are you using PHP 5.1.2?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe 2.2.0-rc2 &lt;a href=&quot;http://www.silverstripe.org/archive/show/8637?start=0#post11371&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/8637?start=0#post11371&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 03 Dec 2007 14:40:18 +1300</pubDate>
			<dc:creator>Andy</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/8637?start=0#post11371</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe 2.2.0-rc2</title>
			<link>http://www.silverstripe.org/archive/show/8637?start=0#post10769</link>
			<description>&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Error message:&lt;/p&gt;&lt;p&gt;Fatal error: Uncaught exception 'ReflectionException' with message &lt;br /&gt;'Property db does not exist' in /opt/lampp/htdocs/silverstripe/sapphire/core/Object.php:314&lt;br /&gt;Stack trace: #0 /opt/lampp/htdocs/silverstripe/sapphire/core/Object.php(314) &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; ...)&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Was that fixed? I get same error in user adminitration panel in stable release. How can I fix this?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe 2.2.0-rc2 &lt;a href=&quot;http://www.silverstripe.org/archive/show/8637?start=0#post10769&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/8637?start=0#post10769&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 01 Dec 2007 14:32:13 +1300</pubDate>
			<dc:creator>jjeziorski</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/8637?start=0#post10769</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe 2.2.0-rc2</title>
			<link>http://www.silverstripe.org/archive/show/8637?start=0#post8678</link>
			<description>&lt;p&gt;Great!&lt;/p&gt;&lt;p&gt;When i switch the interface language to german then there are plenty items not translated. Should i report this via Trac and / or can i help translating them?&lt;/p&gt;&lt;p&gt;backslash&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe 2.2.0-rc2 &lt;a href=&quot;http://www.silverstripe.org/archive/show/8637?start=0#post8678&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/8637?start=0#post8678&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 21 Nov 2007 06:52:06 +1300</pubDate>
			<dc:creator>backslash</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/8637?start=0#post8678</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe 2.2.0-rc2</title>
			<link>http://www.silverstripe.org/archive/show/8637?start=0#post8667</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;good work. &lt;br /&gt;Found a bug: &lt;br /&gt;The user administration is broken (as it was in RC1).&lt;/p&gt;&lt;p&gt;Tested under: &lt;br /&gt;Mac OSX Tiger, Firefox 2.0.0.9 and Safari and under Win XP SP2 wit IE 7&lt;/p&gt;&lt;p&gt;Error message:&lt;br /&gt;Fatal error: Uncaught exception 'ReflectionException' with message 'Property db does not exist' in /opt/lampp/htdocs/silverstripe/sapphire/core/Object.php:314 Stack trace: #0 /opt/lampp/htdocs/silverstripe/sapphire/core/Object.php(314): ReflectionClass-&amp;gt;getProperty('db') #1 /opt/lampp/htdocs/silverstripe/sapphire/core/model/DataObject.php(1283): Object-&amp;gt;uninherited('db', true) #2 /opt/lampp/htdocs/silverstripe/sapphire/core/model/DataObject.php(1128): DataObject-&amp;gt;fieldExists('IdentityURL') #3 /opt/lampp/htdocs/silverstripe/sapphire/core/ViewableData.php(118): DataObject-&amp;gt;setField('IdentityURL', NULL) #4 /opt/lampp/htdocs/silverstripe/sapphire/core/model/DataObject.php(444): ViewableData-&amp;gt;__set('IdentityURL', NULL) #5 /opt/lampp/htdocs/silverstripe/sapphire/core/model/DataObject.php(97): DataObject-&amp;gt;populateDefaults() #6 /opt/lampp/htdocs/silverstripe/sapphire/forms/TableField.php(622): DataObject-&amp;gt;__construct() #7 /opt/lampp/htdocs/silverstripe/sapphire/forms/TableField.php(176): TableField_Item-&amp;gt;__construct(NULL, Object( in /opt/lampp/htdocs/silverstripe/sapphire/core/Object.php on line 314&lt;/p&gt;&lt;p&gt;By&lt;br /&gt;7k&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe 2.2.0-rc2 &lt;a href=&quot;http://www.silverstripe.org/archive/show/8637?start=0#post8667&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/8637?start=0#post8667&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 21 Nov 2007 00:45:50 +1300</pubDate>
			<dc:creator>7k</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/8637?start=0#post8667</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe 2.2.0-rc2</title>
			<link>http://www.silverstripe.org/archive/show/8637?start=0#post8641</link>
			<description>&lt;p&gt;Nice work Andy  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe 2.2.0-rc2 &lt;a href=&quot;http://www.silverstripe.org/archive/show/8637?start=0#post8641&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/8637?start=0#post8641&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 20 Nov 2007 19:35:57 +1300</pubDate>
			<dc:creator>willr</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/8637?start=0#post8641</guid>
		</item>
		
		<item>
			<title>SilverStripe 2.2.0-rc2</title>
			<link>http://www.silverstripe.org/archive/show/8637#post8637</link>
			<description>&lt;p&gt;The second release candidate of SilverStripe 2.2.0 has been released.&lt;br /&gt;SilverStripe 2.2.0-rc2 contains the following changes from SilverStripe&lt;br /&gt;2.2.0-rc1:&lt;/p&gt;&lt;p&gt;  - Fixed problems doing a db/build on an upgraded site in live mode&lt;br /&gt;  - SWFUpload only works on beta flash plugins on linux and mac, disable&lt;br /&gt;it unless the newer version of the plugin is detected&lt;br /&gt;  - Renamed Sitemap to GoogleSitemap, to prevent clashes with projects&lt;br /&gt;that have classes named Sitemap&lt;br /&gt;  - Removed links to externals sites from Google Sitemap&lt;br /&gt;  - The cache folder now contains the location of silverstripe in its&lt;br /&gt;name, preventing clashes and permission problems on shared servers&lt;br /&gt;  - Don't email CRSF errors on live sites, as spambots create lots of&lt;br /&gt;these&lt;br /&gt;  - Added error check on homepage redirector&lt;br /&gt;  - Added caching to RestfulService&lt;br /&gt;  - ?previewwrite no longer works on live sites&lt;br /&gt;  - Fixed incorrect CSS in TableListField.css&lt;br /&gt;  - Added missing ExtraMeta field in SiteTree&lt;br /&gt;  - Stopped top level menu from appearing as second level menu on login&lt;br /&gt;page&lt;br /&gt;  - Added scrollbar to statistics admin&lt;br /&gt;  - Sort images in side pane by title&lt;br /&gt;  - Fixed bugs in sitetree filter&lt;br /&gt;  - DropdownTimeField.js was being included as CSS instead of javascript&lt;br /&gt;  - Disabled the Draft site and Published links in bottom left hand&lt;br /&gt;corner from showing in everything except the Content section&lt;br /&gt;  - Fixed redirection in auth_openid module&lt;br /&gt;  - ErrorPage now returns the correct HTTP status code&lt;br /&gt;  - Fixed translation typos in ChangePasswordEmail.ss&lt;br /&gt;  - ComplexTableField fixes&lt;br /&gt;  - The Page view: Edit | Draft Site | Published now only show in the&lt;br /&gt;Content section&lt;/p&gt;&lt;p&gt;Download:&lt;br /&gt;&lt;a href=&quot;http://silverstripe.com/assets/rc/silverstripe-v2.2.0-rc2.tar.gz&quot;&gt;http://silverstripe.com/assets/rc/silverstripe-v2.2.0-rc2.tar.gz&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe 2.2.0-rc2 &lt;a href=&quot;http://www.silverstripe.org/archive/show/8637#post8637&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/8637#post8637&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 20 Nov 2007 17:52:27 +1300</pubDate>
			<dc:creator>Andy</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/8637#post8637</guid>
		</item>
		

	</channel>
</rss>