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

		
		<item>
			<title>Re: SS3 sitetree issue</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/20197#post322115</link>
			<description>&lt;p&gt;This is apparently still an issue. I have a fresh install of v 3.0.5 on my WAMP localhost and have been following the tutorial to extend the site with the Article and Staff page types. The drag-and-drop to rearrange the tree is rather difficult to control, but once I do get a page in the right place it doesn't affect the site navigation menus until I Save&amp;amp;Publish the moved page. Logging out and in did not do it, nor did ?flush=1.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS3 sitetree issue | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/20197#post322115&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/20197&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 20 May 2013 02:51:20 +1200</pubDate>
			<dc:creator>KTC</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/20197#post322115</guid>
		</item>
		
		<item>
			<title>Re: Issues in moving SS website to local WampServer</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23588#post321701</link>
			<description>&lt;p&gt;I believe the error &quot;[Warning] mysql_connect() [function.mysql-connect]: Access denied for user 'sbtindyo_smitty'@'localhost' (using password: YES)&quot; means that you database config isn't setup properly. Open up the _config.php file in the mysite folder. You should see something that looks like&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$databaseConfig = array(&lt;br /&gt;            &quot;type&quot; =&amp;gt; 'MySQLDatabase',&lt;br /&gt;            &quot;server&quot; =&amp;gt; 'localhost',&lt;br /&gt;            &quot;username&quot; =&amp;gt; 'db-username',&lt;br /&gt;            &quot;password&quot; =&amp;gt; 'db-password',&lt;br /&gt;            &quot;database&quot; =&amp;gt; 'db-name',&lt;br /&gt;            &quot;path&quot; =&amp;gt; '',&lt;br /&gt;    );&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;You'll want to make sure the username, password, and database are all set correctly for your local wamp server.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Issues in moving SS website to local WampServer | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23588#post321701&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23588&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 01 May 2013 00:33:56 +1200</pubDate>
			<dc:creator>IOTI</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23588#post321701</guid>
		</item>
		
		<item>
			<title>Re: Issues in moving SS website to local WampServer</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23588#post321698</link>
			<description>&lt;p&gt;I normally use &lt;a href=&quot;http://www.heidisql.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.heidisql.com/&lt;/a&gt; to copy dbs locally on windows...  it has an export feature that you can select a DB and it will duplicate the DB there (either server to localhost or reverse)&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Issues in moving SS website to local WampServer | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23588#post321698&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23588&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 30 Apr 2013 22:51:09 +1200</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23588#post321698</guid>
		</item>
		
		<item>
			<title>Issues in moving SS website to local WampServer</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23588</link>
			<description>&lt;p&gt;I am an amateur SilverStripe hack and I am in a mess.&lt;/p&gt;&lt;p&gt;Background:  About three years ago, I put together a website for our church using SS (V2.3.4).  It has served us well.  &lt;br /&gt;However, I did not upgrade the SS base code.  It was working well and I did not have the time to improve the site.&lt;/p&gt;&lt;p&gt;A few days ago our web hosting company upgraded PHP to the latest verson (5.4) and our website went down hard.  I suspect either the SS core and/or the and extensions clashed with PHP 5.4. &lt;/p&gt;&lt;p&gt;Since I do not know PHP, I decided to rebuild the site instead of fixing code I do not understand.&lt;/p&gt;&lt;p&gt;Attempt #1:  I decided that starting a new SS build (V3.0.5).  The new SS build works with a new DB and with my template.  But when i link it to the existing Database, the site crashes (I believe the crash is a simple white screen with no error message - I may need to run it again, to record any error message).  I cannot get to the original web content.&lt;/p&gt;&lt;p&gt;Attempt #2:  I decided to pull the original website down to my laptop and run it local via WampServer.  I can dial back the PHP to an older version.  I have a generic SS V2,3,4 running in one folder.  When I started the church website via WampServer, I got this error:&lt;br /&gt;&quot;[Warning] mysql_connect() [function.mysql-connect]: Access denied for user 'sbtindyo_smitty'@'localhost' (using password: YES)&quot;&lt;br /&gt;So I suspect the SQL database is not copied to the local WampServer&lt;/p&gt;&lt;p&gt;Attempt #3:  I exported the MySQL database from the original church website.  However, Wampserver has a 2Mb limit on importing databases.  As luck would have it, the database I have is 5.5Mb in size.&lt;/p&gt;&lt;p&gt;At this time all I want to do is to bring up the website one more time to copy the content to our new SS build.  There has to be a better way.&lt;/p&gt;&lt;p&gt;I am open to any suggestions.&lt;/p&gt;&lt;p&gt;-WittySmitty&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Issues in moving SS website to local WampServer | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23588&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23588&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 30 Apr 2013 16:01:09 +1200</pubDate>
			<dc:creator>WittySmitty</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23588</guid>
		</item>
		
		<item>
			<title>Re: 3.1 BUG? URL-SEGMENT is missing.</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23585#post321689</link>
			<description>&lt;p&gt;Uups, sorry. It was related to the DataObject-As-Pages module. It seems not to be compatible?!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: 3.1 BUG? URL-SEGMENT is missing. | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23585#post321689&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23585&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 30 Apr 2013 09:24:25 +1200</pubDate>
			<dc:creator>dacar</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23585#post321689</guid>
		</item>
		
		<item>
			<title>3.1 BUG? URL-SEGMENT is missing.</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23585</link>
			<description>&lt;p&gt;Hi, i have just installed 3.1 and i am wondering why i can't edit the url-segment? The Label is visible, but nor the the Link or the edit button. Here is the generated code. Why is it set to style=&quot;display: none;&quot;?&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;div class=&quot;field text urlsegment&quot; id=&quot;URLSegment&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;label for=&quot;Form_EditForm_URLSegment&quot; class=&quot;left&quot;&amp;gt;URL-Segment&amp;lt;/label&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class=&quot;middleColumn&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class=&quot;preview-holder&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;a target=&quot;_blank&quot; href=&quot;http://www.xyz.de/gsw/home&quot; class=&quot;preview&quot; style=&quot;display: none;&quot;&amp;gt;home&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;button class=&quot;ss-ui-button ss-ui-button-small edit ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only&quot; role=&quot;button&quot; aria-disabled=&quot;false&quot; style=&quot;display: none;&quot;&amp;gt;&amp;lt;span class=&quot;ui-button-text&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Edit&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div class=&quot;edit-holder&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;input type=&quot;text&quot; data-suffix=&quot;?stage=Stage&quot; data-prefix=&quot;http://www.xyz.de/gsw/&quot; id=&quot;Form_EditForm_URLSegment&quot; class=&quot;text urlsegment&quot; value=&quot;home&quot; name=&quot;URLSegment&quot; style=&quot;width: 265px;&quot;&amp;gt;&amp;lt;button class=&quot;update ss-ui-button-small ss-ui-button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only&quot; role=&quot;button&quot; aria-disabled=&quot;false&quot;&amp;gt;&amp;lt;span class=&quot;ui-button-text&quot;&amp;gt;OK&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;&amp;lt;button class=&quot;cancel ss-ui-action-minor ss-ui-button-small ss-ui-button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only&quot; href=&quot;#&quot; role=&quot;button&quot; aria-disabled=&quot;false&quot;&amp;gt;&amp;lt;span class=&quot;ui-button-text&quot;&amp;gt;Cancel&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;&amp;lt;button class=&quot;ss-ui-button ss-ui-button-small edit ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only&quot; role=&quot;button&quot; aria-disabled=&quot;false&quot; style=&quot;display: none;&quot;&amp;gt;&amp;lt;span class=&quot;ui-button-text&quot;&amp;gt;Edit&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;button class=&quot;update ss-ui-button-small ss-ui-button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only&quot; role=&quot;button&quot; aria-disabled=&quot;false&quot;&amp;gt;&amp;lt;span class=&quot;ui-button-text&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OK&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;button class=&quot;cancel ss-ui-button-small ss-ui-action-minor ss-ui-button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only&quot; role=&quot;button&quot; aria-disabled=&quot;false&quot;&amp;gt;&amp;lt;span class=&quot;ui-button-text&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Cancel&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;/button&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;p class=&quot;help&quot;&amp;gt;Sonderzeichen werden automatisch umgewandelt oder entfernt.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;/&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Hope, anybody can help. Greetings, Carsten.&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: 3.1 BUG? URL-SEGMENT is missing. | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23585&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23585&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 30 Apr 2013 09:16:00 +1200</pubDate>
			<dc:creator>dacar</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23585</guid>
		</item>
		
		<item>
			<title>Re: [SOLVED] Readonly fields being saved as empty</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22492#post321520</link>
			<description>&lt;p&gt;I've found out why this is happening, and am wondering why this hasn't been raised as a major issue before. &lt;/p&gt;&lt;p&gt;I found:  API CHANGE Read-only fields no longer include companion hidden fields… &lt;br /&gt;&lt;a href=&quot;https://github.com/silverstripe/sapphire/commit/3b3b515571ba54cf8ca9c4dc1deaa82210e04d88&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/sapphire/commit/3b3b515571ba54cf8ca9c4dc1deaa82210e04d88&lt;/a&gt;&lt;/p&gt;&lt;p&gt;And because those hidden fields are no longer included my entire application (which was built upon generic views) was saving incorrectly. &lt;/p&gt;&lt;p&gt;If I used:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$Hoogte = new NumericField('Hoogte','Hoogte (mm)', $this-&amp;gt;Hoogte);&lt;br /&gt;if($actionGroup == 'edit'){&lt;br /&gt;    $Hoogte = $Hoogte-&amp;gt;performReadonlyTransformation();&lt;br /&gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;... it would resave the dataobject with &quot;Hoogte&quot;=0, even if the &quot;Hoogte&quot; was 250 or whatever other number.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can fix it by using this:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$Hoogte = new NumericField('Hoogte','Hoogte (mm)', $this-&amp;gt;Hoogte);&lt;br /&gt;if($actionGroup == 'edit'){&lt;br /&gt;    $Hoogte = $Hoogte-&amp;gt;performReadonlyTransformation();&lt;br /&gt;        $Hoogte-&amp;gt;setIncludeHiddenField(true);&lt;br /&gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;... but am not happy with this, as I cannot possibly change every singly form by hand (the app currently has 54 dataobjects), so I'm trying to find a way to maybe override the ReadOnly object. In the meantime: anyone running into this can find this as the answer and hopefully not spend as many days on it as I have due to lacking documentation.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: [SOLVED] Readonly fields being saved as empty | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22492#post321520&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22492&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 23 Apr 2013 21:39:57 +1200</pubDate>
			<dc:creator>blueskies</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22492#post321520</guid>
		</item>
		
		<item>
			<title>Re: Form with readonly-fields overwriting existing values</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23097#post321450</link>
			<description>&lt;p&gt;Hmmm... I was afraid of that. Let me find a clean test-case and possibly raise a ticket.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Form with readonly-fields overwriting existing values | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23097#post321450&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23097&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 19 Apr 2013 08:51:21 +1200</pubDate>
			<dc:creator>blueskies</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23097#post321450</guid>
		</item>
		
		<item>
			<title>Re: What Version and Updating?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23481#post321384</link>
			<description>&lt;p&gt;1) The system doesn't currently have a UI based update tool. With 3.0 it introduced a composer support (&lt;a href=&quot;http://getcomposer.org/&quot; rel=&quot;nofollow&quot;&gt;http://getcomposer.org/&lt;/a&gt;) which might make a UI for updates 'possible' but it's not something the core team are interested in (updates should be done by developers, not CMS users!)&lt;/p&gt;&lt;p&gt;2) Version number is shown in the CMS if you hover over the SilverStripe logo on the left. If you use composer to download / manage  your SilverStripe installation then you can use that to tell you what version you have.&lt;/p&gt;&lt;p&gt;3) You can customize the CMS CSS by defining a custom CSS file - LeftAndMain::require_css('path/to/your/css.css') then but any customisations in that CSS file.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: What Version and Updating? | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23481#post321384&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23481&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 15 Apr 2013 21:57:12 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23481#post321384</guid>
		</item>
		
		<item>
			<title>What Version and Updating?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23481</link>
			<description>&lt;p&gt;Hello, I am very new to Silverstripe and if anything, the hardest part was finding stuff to put on my site since it's so easy to use.  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;I am wondering about updating though. First where do I find the update in the admin panel? Second how do I find the version number as I just installed whatever version was in my website's control panel. I looked at the bottom of my page and it was missing. If I go to /test.php though it shows string(9) &quot;3.0.x-dev&quot;&lt;/p&gt;&lt;p&gt;I love the simple skin by the way. Though I had to hack it a bit to put a small logo in. Would updates wipe that out? If I copied the skin then modified it the site showed some default blur bar with the menu missing.&lt;/p&gt;&lt;p&gt;Sorry lots of questions!  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: What Version and Updating? | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23481&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23481&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 15 Apr 2013 08:36:28 +1200</pubDate>
			<dc:creator>Rikev</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23481</guid>
		</item>
		
		<item>
			<title>Re: Export Blog Data from 2.4 site to SS3 site [Solved]</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/21266#post321165</link>
			<description>&lt;p&gt;OK, I just did this again works like a charm. Here's what I did, using phpMyAdmin:&lt;/p&gt;&lt;p&gt;1) Make a copy of existing 2.4 database (you really only need these tables: sitetree, sitetree_live, blogentry, blogentry_live).&lt;br /&gt;2) With your database copy, you delete the following fields from sitetree and sitetree_live: ToDo, Priority, Status, HomepageForDomain&lt;br /&gt;3) Export the records with class name 'BlogEntry' from sitetree and sitetree_live. Also, export the blogentry, blogentry_live tables.&lt;br /&gt;4) import them into your SS3 site!&lt;/p&gt;&lt;p&gt;A few things to note: you will probably need to change the 'ParentID' value of the BlogEntry records to match the ID of your BlogHolder page unless coincidentally they match, otherwise the blog entries won't show in CMS or on site! Also, upon importing into your new site, you may run into a Primary Key conflict if there are pages already existing with the same ID as something you are trying to import. In that case, all you need to do is change the ID of the record you are trying to import to something unique.&lt;/p&gt;&lt;p&gt;Hope that helps.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Export Blog Data from 2.4 site to SS3 site [Solved] | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/21266#post321165&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/21266&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 03 Apr 2013 06:46:10 +1300</pubDate>
			<dc:creator>Pix</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/21266#post321165</guid>
		</item>
		
		<item>
			<title>Pages only available in dev mode not in live mode</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23363</link>
			<description>&lt;p&gt;I have a strange problem. I have done a clean install of SS 3.0.5. I installed all my data, all seems fine. After switching in live mode, I can't edit the content anymore in the admin area, all content is empty and the site shows error pages. After switching back to dev mode in config.php, all is fine. Any idea what is going wrong?&lt;/p&gt;&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;p&gt;Regrads,&lt;br /&gt;Marcel&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Pages only available in dev mode not in live mode | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23363&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23363&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 02 Apr 2013 09:05:03 +1300</pubDate>
			<dc:creator>wagnerma</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23363</guid>
		</item>
		
		<item>
			<title>Re: [Solved] The method &#39;setpagesize&#39; does not exist on &#39;PaginatedList&#39;</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23308#post321054</link>
			<description>&lt;p&gt;I could be wrong but it appears that the code at &lt;a href=&quot;http://doc.silverstripe.org/framework/en/reference/searchcontext&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/reference/searchcontext&lt;/a&gt; is actually incorrect. In order to use paginated results I've used the following instead:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function doSearch($data, $form) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;    $context = singleton('MyObject')-&amp;gt;getCustomSearchContext();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;    $results = $context-&amp;gt;getResults($data);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;    $results = new PaginatedList($results, $this-&amp;gt;request);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;    &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;    return $this-&amp;gt;customise(array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;        'Results' =&amp;gt; $results&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;    ))-&amp;gt;renderWith(array('MyObject_results', 'Page'));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;Just thought I'd share incase anyone else runs into the same problem - it may be the code on that page works and I was making some other mistake, but the above snippet seems to have done the trick for me.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: [Solved] The method &amp;#39;setpagesize&amp;#39; does not exist on &amp;#39;PaginatedList&amp;#39; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23308#post321054&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23308&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 27 Mar 2013 06:34:13 +1300</pubDate>
			<dc:creator>TC81</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23308#post321054</guid>
		</item>
		
		<item>
			<title>[Solved] The method &#39;setpagesize&#39; does not exist on &#39;PaginatedList&#39;</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23308</link>
			<description>&lt;p&gt;I'm upgrading a site from 2.4.5 to 3.0.5 and I've managed to resolve most of the issues I have come up against, but this one has got me stumped. &lt;/p&gt;&lt;p&gt;I have a custom module - a &quot;song library&quot; - that is made up of several dataObjects: song, theme, subtheme and publisher. I use a custom searchcontext to provide search facilities on the front end of the site with paginated results. This was working fine in 2.4.5. I've done some minor tweaks (getting changing methods to populate dropdown menu's etc) but otherwise the actual search functions are basically exactly what's here: &lt;a href=&quot;http://doc.silverstripe.org/framework/en/reference/searchcontext&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/reference/searchcontext&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I can get the search function to return un-paginated results, but when I try and use paginated results I get the following error:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;the method 'setpagesize' does not exist on 'PaginatedList'&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I'm a bit stuck because my functions are so close to the examples I don't get it. Is it possibly something in the template? One of the only differences is I use: renderWith(array('SongSearch_results', 'Page'); instead of renderWith('SongSearch_results'); but I've tried changing that line and it seems to make no difference.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: [Solved] The method &amp;#39;setpagesize&amp;#39; does not exist on &amp;#39;PaginatedList&amp;#39; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23308&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23308&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 27 Mar 2013 01:04:35 +1300</pubDate>
			<dc:creator>TC81</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23308</guid>
		</item>
		
		<item>
			<title>Re: Form with readonly-fields overwriting existing values</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23097#post320928</link>
			<description>&lt;p&gt;Sounds like a 'feature' that wasn't documented in 2.* and has been removed. If a field is a Readonly field it shouldn't update the object. Perhaps raise a ticket to open.silverstripe.org.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Form with readonly-fields overwriting existing values | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23097#post320928&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23097&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 20 Mar 2013 20:39:49 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23097#post320928</guid>
		</item>
		
		<item>
			<title>Re: Pic Upload with 2.4.5 (sapphire) doesn&#39;t work </title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23112#post320910</link>
			<description>&lt;p&gt;If you haven't already, you should also install the Uploadify module, developed by the same guy who made dataobject manager. you can get the latest version here : &lt;a href=&quot;https://github.com/unclecheese/Uploadify&quot; rel=&quot;nofollow&quot;&gt;https://github.com/unclecheese/Uploadify&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;And to be devils advocate, I would recommend upgrading to 3.0. If you're not comfortable with code and this is an older site then maybe stick with 2.4, but if this is a new project your working on you should be doing it in 3.0.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Pic Upload with 2.4.5 (sapphire) doesn&amp;#39;t work  | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23112#post320910&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23112&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 20 Mar 2013 01:22:52 +1300</pubDate>
			<dc:creator>IOTI</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23112#post320910</guid>
		</item>
		
		<item>
			<title>Re: Upgrade to 3.0.5 causes &quot;Compass Error:LoadError&quot;</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23201#post320906</link>
			<description>&lt;p&gt;Thanks for clarifying that Will.  I'd already removed it from my composer.json.  Thanks also for pointing out Grunt.&lt;/p&gt;&lt;p&gt;VWD.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade to 3.0.5 causes &amp;quot;Compass Error:LoadError&amp;quot; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23201#post320906&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23201&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 20 Mar 2013 00:10:16 +1300</pubDate>
			<dc:creator>vwd</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23201#post320906</guid>
		</item>
		
		<item>
			<title>Re: Upgrade to 3.0.5 causes &quot;Compass Error:LoadError&quot;</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23201#post320897</link>
			<description>&lt;p&gt;You only need the compass module if you're dev'ing on the core admin / cms. I personally prefer using compass via command line or grunt (&lt;a href=&quot;https://github.com/gruntjs/grunt-contrib-compass&quot; rel=&quot;nofollow&quot;&gt;https://github.com/gruntjs/grunt-contrib-compass&lt;/a&gt;).&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade to 3.0.5 causes &amp;quot;Compass Error:LoadError&amp;quot; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23201#post320897&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23201&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 19 Mar 2013 22:02:26 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23201#post320897</guid>
		</item>
		
		<item>
			<title>Re: Upgrade to 3.0.5 causes &quot;Compass Error:LoadError&quot;</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23201#post320887</link>
			<description>&lt;p&gt;Strange that this is happening after the recent &lt;em&gt;composer update&lt;/em&gt; as the Compass module has been in composer.json all along.  &lt;/p&gt;&lt;p&gt;In any case, I've removed the Compass module from composer.json as a workaround, as I use Compass from the CLI anyway.&lt;/p&gt;&lt;p&gt;Having a look this [url=https://github.com/silverstripe-labs/silverstripe-compass/issues/9 = &lt;a&gt;https://github.com/silverstripe-labs/silverstripe-compass/issues/9&lt;/a&gt;]issue on Github[/a], am I correct in assuming that many don't use this module anyway?&lt;/p&gt;&lt;p&gt;Thanks.&lt;br /&gt;VWD.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade to 3.0.5 causes &amp;quot;Compass Error:LoadError&amp;quot; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23201#post320887&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23201&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 19 Mar 2013 12:38:09 +1300</pubDate>
			<dc:creator>vwd</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23201#post320887</guid>
		</item>
		
		<item>
			<title>Upgrade to 3.0.5 causes &quot;Compass Error:LoadError&quot;</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23201</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I just did a &lt;em&gt;composer update&lt;/em&gt; and now I'm getting the following error:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;[User Error] Compass Error:LoadError on line 36 of /Library/Ruby/Site/1.8/rubygems/custom_require.rb: no such file to load -- bundler/setupRun with --trace to see the full backtrace&lt;/p&gt;&lt;/div&gt;.&lt;/p&gt;&lt;p&gt;Any ideas why this might be happening?  I noticed that the composer update pulled in &lt;em&gt;silverstripe/compass&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;p&gt;Kind regards,&lt;br /&gt;VWD.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade to 3.0.5 causes &amp;quot;Compass Error:LoadError&amp;quot; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23201&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23201&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 18 Mar 2013 19:08:28 +1300</pubDate>
			<dc:creator>vwd</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23201</guid>
		</item>
		
		<item>
			<title>Re: Export Blog Data from 2.4 site to SS3 site [Solved]</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/21266#post320820</link>
			<description>&lt;p&gt;Wow, it's been awhile...I'm trying to remember....knowing me I did it the hard way :0)&lt;/p&gt;&lt;p&gt;As I recall, using phpMyAdmin I exported all the tables that had to do with the blog, and then I imported them into the new SS3 site.&lt;/p&gt;&lt;p&gt;Then, I exported the SiteTree table, but only the blog entries (class = BlogEntry). However, there are a couple of fields (such as ToDo and Priority) that are in the 2.4 SiteTree that are not in the SS3 SiteTree, so I got rid of all of those. Basically, I made it look exactly the same as the fields in the SS3 SiteTree, and then I imported. Does that make sense?&lt;/p&gt;&lt;p&gt;Actually, I am going to be doing it again here soon shortly, so if I miss anything I wil post again.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Export Blog Data from 2.4 site to SS3 site [Solved] | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/21266#post320820&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/21266&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 16 Mar 2013 13:49:35 +1300</pubDate>
			<dc:creator>Pix</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/21266#post320820</guid>
		</item>
		
		<item>
			<title>Re: Export Blog Data from 2.4 site to SS3 site [Solved]</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/21266#post320762</link>
			<description>&lt;p&gt;What did you do?&lt;br /&gt;I need to do the same. ;/&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Export Blog Data from 2.4 site to SS3 site [Solved] | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/21266#post320762&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/21266&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 15 Mar 2013 07:15:42 +1300</pubDate>
			<dc:creator>DsX</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/21266#post320762</guid>
		</item>
		
		<item>
			<title>Re: Pic Upload with 2.4.5 (sapphire) doesn&#39;t work </title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23112#post320746</link>
			<description>&lt;p&gt;Thanks a lot, will try!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Pic Upload with 2.4.5 (sapphire) doesn&amp;#39;t work  | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23112#post320746&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23112&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 15 Mar 2013 01:57:47 +1300</pubDate>
			<dc:creator>Sonjaa2322</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23112#post320746</guid>
		</item>
		
		<item>
			<title>Re: Pic Upload with 2.4.5 (sapphire) doesn&#39;t work </title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23112#post320745</link>
			<description>&lt;p&gt;You can update 2.4.5 to 2.4.10 with no problems. &lt;/p&gt;&lt;p&gt;As for the upload thingy: you're using the DataObjectManager module. I recommend to update the module and see if the upload works for you again.&lt;/p&gt;&lt;p&gt;SS3: DataObjectManager is not compatible with SS3 so you need to do some changes to your site if you want to upgrade to SS3.&lt;br /&gt;@see &lt;a href=&quot;http://doc.silverstripe.org/framework/en/installation/upgrading&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/installation/upgrading&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I'd recommend to stick with 2.4.10 for while.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Pic Upload with 2.4.5 (sapphire) doesn&amp;#39;t work  | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23112#post320745&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23112&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 15 Mar 2013 01:52:18 +1300</pubDate>
			<dc:creator>Devlin</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23112#post320745</guid>
		</item>
		
		<item>
			<title>Pic Upload with 2.4.5 (sapphire) doesn&#39;t work </title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23112</link>
			<description>&lt;p&gt;Hi guys, &lt;/p&gt;&lt;p&gt;Files&amp;amp;Images/Upload &lt;/p&gt;&lt;p&gt;I created a new folder for pis, wanted to use the link &quot;Add files to new folder&quot; (see attachment), but there is no chance to upload any pic. The system doesn't react, when the continue button is pressed. What to do please ??&lt;/p&gt;&lt;p&gt;Is it an option to upgrade to 3.x? Any problems known? What should we take care of?&lt;/p&gt;&lt;p&gt;Many thanks for your help,&lt;br /&gt;Sonja&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Pic Upload with 2.4.5 (sapphire) doesn&amp;#39;t work  | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23112&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23112&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 15 Mar 2013 00:54:36 +1300</pubDate>
			<dc:creator>Sonjaa2322</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23112</guid>
		</item>
		
		<item>
			<title>Pic Upload with 2.5.4 (sapphire) doesn&#39;t work </title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23111</link>
			<description>&lt;p&gt;Hi guys, &lt;/p&gt;&lt;p&gt;Files&amp;amp;Images/Upload &lt;/p&gt;&lt;p&gt;I created a new folder for pis, wanted to use the link &quot;Add files to new folder&quot; (see attachment), but there is no chance to upload any pic. The system doesn't react, when the continue button is pressed. What to do please ??&lt;/p&gt;&lt;p&gt;Is it an option to upgrade to 3.x? Any problems known? What should we take care of?&lt;/p&gt;&lt;p&gt;Many thanks for your help,&lt;br /&gt;Sonja&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Pic Upload with 2.5.4 (sapphire) doesn&amp;#39;t work  | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23111&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23111&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 15 Mar 2013 00:54:31 +1300</pubDate>
			<dc:creator>Sonjaa2322</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23111</guid>
		</item>
		
		<item>
			<title>Form with readonly-fields overwriting existing values</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/23097</link>
			<description>&lt;p&gt;HI all,&lt;/p&gt;&lt;p&gt;Hope someone can point me in the right direction with this problem. I have set up some forms in my front end to add/edit dataobjects. The idea is that with &quot;add&quot; all from fields are editable and with an &quot;edit&quot; only certain fields are editable. When I set some of the fields in the edit form to readonly, those fields get set to NULL/0 after the dataobject-&amp;gt;write()... That is incorrect, they should be left alone and keep their original (add) value. This used to work in SS 2.* but readonly's get changed to 0/NULL when I upgraded to 3.&lt;/p&gt;&lt;p&gt;I have a form set up, the standard way:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function EditForm() {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields = $this-&amp;gt;currentRecord-&amp;gt;getFrontendFields($this-&amp;gt;request-&amp;gt;param('OtherID'));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$validator = ($this-&amp;gt;currentRecord-&amp;gt;hasMethod('getValidator')) ? $this-&amp;gt;currentRecord-&amp;gt;getValidator() : new RequiredFields();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$actions = new FieldList(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new FormAction(&quot;doEdit&quot;, 'Opslaan')&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$form = new Form($this, &quot;EditForm&quot;, $fields, $actions, $validator);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$form-&amp;gt;loadDataFrom($this-&amp;gt;currentRecord);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $form;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;with a form handler:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function doEdit($data, $form, $request) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$form-&amp;gt;saveInto($this-&amp;gt;currentRecord);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;currentRecord-&amp;gt;write();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return &quot;#&quot;.$CSSClassName.$this-&amp;gt;currentRecord-&amp;gt;ID;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;When I add a dataobject, all form fields are editable. When a dataobject is edited, only certain fields can be changed. I handle that in the getFrontEndFields of the dataobject. Ie:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function getFrontendFields($actionGroup='edit') {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$VerbruikKwhUrenHoog = new TextField('Verbruik Kwh Uren Hoog','Verbruik Kwh uren hoog(T1)');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$VerbruikKwhUrenLaag = new TextField('Verbruik Kwh Uren Laag','Verbruik Kwh uren laag (T1)');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if( !empty($this-&amp;gt;ID) ){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$VerbruikKwhUrenLaag = $VerbruikKwhUrenLaag-&amp;gt;performReadonlyTransformation();&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;    &amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return new FieldList(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new FieldGroup(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$VerbruikKwhUrenLaag,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$VerbruikKwhUrenHoog &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Now after the $this-&amp;gt;currentRecord-&amp;gt;write() in the doEdit method all the readonly fields are set to 0/NULL. Is this expected behaviour since SS3? Or am I missing something?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Form with readonly-fields overwriting existing values | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23097&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/23097&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 14 Mar 2013 00:14:47 +1300</pubDate>
			<dc:creator>blueskies</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/23097</guid>
		</item>
		
		<item>
			<title>Re: CommentAdmin::EditForm()</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320674</link>
			<description>&lt;p&gt;Did you try doing a ?flush=all after updating the files?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: CommentAdmin::EditForm() | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320674&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22912&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 13 Mar 2013 03:30:43 +1300</pubDate>
			<dc:creator>IOTI</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320674</guid>
		</item>
		
		<item>
			<title>Re: CommentAdmin::EditForm()</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320580</link>
			<description>&lt;p&gt;Thanks both for the reply.&lt;/p&gt;&lt;p&gt;I've updated the files to the 3.0.5 version, but it still throws an error as it's trying to look for a file that don't exist...&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;[Warning] require_once(/public_html/cms/code/CommentAdmin.php): failed to open stream: No such file or directory&lt;br /&gt;GET /admin/pages/edit/show/1&lt;br /&gt;Line 82 in /public_html/framework/core/manifest/ClassLoader.php&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Why would it be trying to look for the old file?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Trace&lt;/strong&gt;&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Trace&lt;br /&gt;SS_ClassLoader::loadClass &lt;br /&gt;ClassLoader.php:82&lt;br /&gt;SS_ClassLoader-&amp;gt;loadClass(CommentAdmin) &lt;br /&gt;spl_autoload_call(CommentAdmin) &lt;br /&gt;ReflectionClass-&amp;gt;__construct(CommentAdmin) &lt;br /&gt;CMSMenu.php:271&lt;br /&gt;CMSMenu::get_cms_classes() &lt;br /&gt;AdminRootController.php:40&lt;br /&gt;AdminRootController::rules() &lt;br /&gt;AdminRootController.php:83&lt;br /&gt;AdminRootController-&amp;gt;handleRequest(SS_HTTPRequest,DataModel) &lt;br /&gt;Director.php:296&lt;br /&gt;Director::handleRequest(SS_HTTPRequest,Session,DataModel) &lt;br /&gt;Director.php:119&lt;br /&gt;Director::direct(/admin/pages/edit/show/1,DataModel) &lt;br /&gt;main.php:126&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: CommentAdmin::EditForm() | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320580&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22912&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 08 Mar 2013 01:26:50 +1300</pubDate>
			<dc:creator>Parker1090</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320580</guid>
		</item>
		
		<item>
			<title>Re: Upgrade Broken Certain Page Type</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22949#post320552</link>
			<description>&lt;p&gt;SOLVED&lt;/p&gt;&lt;p&gt;I found a report that had a link to one of the problematic pages, and when I tried to use that link it displayed the error message instead of swallowing it.&lt;/p&gt;&lt;p&gt;FYI in case it's useful to anyone, the problem was using a deprecated:&lt;br /&gt;$fields-&amp;gt;addFieldToTab('Root.Content.Main', new DropDownField('....&lt;br /&gt;Changed to the following and I'm up and going:&lt;br /&gt;$fields-&amp;gt;addFieldToTab('Root.Main', new DropDownField('....&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade Broken Certain Page Type | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22949#post320552&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22949&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 06 Mar 2013 20:39:09 +1300</pubDate>
			<dc:creator>banksy</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22949#post320552</guid>
		</item>
		
		<item>
			<title>Upgrade Broken Certain Page Type</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22949</link>
			<description>&lt;p&gt;My web host has recently upgraded me from 2.4 to 3.0 at my request.&lt;/p&gt;&lt;p&gt;It took them a bit of work and manual manipulation to make it work, but it seems to be displaying ok now.&lt;/p&gt;&lt;p&gt;There is a problem in the CMS though.  If I click on one type of page, it will not load.  It behaves as if it's going to load, but then the page I was previously on stays loaded.  Other pages seem to load ok.&lt;/p&gt;&lt;p&gt;I'm trying to find a log message that will indicate what's going wrong.&lt;/p&gt;&lt;p&gt;I have the following in my _config.php.&lt;/p&gt;&lt;p&gt;Director::set_environment_type(&quot;dev&quot;);&lt;/p&gt;&lt;p&gt;But loading the page in the CMS does not add anything to my /mysite/tmp/errors.log file.&lt;/p&gt;&lt;p&gt;Can anyone point me in the right direction to help me troubleshoot?&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade Broken Certain Page Type | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22949&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22949&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 06 Mar 2013 20:25:21 +1300</pubDate>
			<dc:creator>banksy</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22949</guid>
		</item>
		
		<item>
			<title>Re: CommentAdmin::EditForm()</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320531</link>
			<description>&lt;p&gt;Comments module has probably been kept up to date in align with 3.1 so try downloading the new 3.1 beta. You should use that or 3.0.5.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: CommentAdmin::EditForm() | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320531&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22912&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 05 Mar 2013 17:18:41 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320531</guid>
		</item>
		
		<item>
			<title>Re: CommentAdmin::EditForm()</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320529</link>
			<description>&lt;p&gt;You probably need to add a parameter to your CommentAdmin::EditForm() declaration so it matches:&lt;br /&gt;&lt;a href=&quot;https://github.com/silverstripe/sapphire/blob/3.0/admin/code/LeftAndMain.php#L1003&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/sapphire/blob/3.0/admin/code/LeftAndMain.php#L1003&lt;/a&gt;&lt;/p&gt;&lt;p&gt;So, adding $request=null should do it.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: CommentAdmin::EditForm() | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320529&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22912&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 05 Mar 2013 10:32:08 +1300</pubDate>
			<dc:creator>frankmullenger</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22912#post320529</guid>
		</item>
		
		<item>
			<title>CommentAdmin::EditForm()</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22912</link>
			<description>&lt;p&gt;Hi All,&lt;br /&gt;I downloaded a copy of SS 3.03, and trying to upgrade my site to this version.&lt;br /&gt;I hit a few issues, which I've managed to get around, but now I'm stuck with this one, so any help will be massively appreciated!&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;[Strict Notice] Declaration of CommentAdmin::EditForm() should be compatible with that of LeftAndMain::EditForm()&lt;br /&gt;GET /index.php/admin/pages&lt;br /&gt;Line 318 in /xxxxx/xxxxx/cms/code/CommentAdmin.php&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Cheers in advance&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: CommentAdmin::EditForm() | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22912&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22912&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 04 Mar 2013 23:24:43 +1300</pubDate>
			<dc:creator>Parker1090</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22912</guid>
		</item>
		
		<item>
			<title>Re: Two odd things with SS3.0.4</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22848#post320513</link>
			<description>&lt;p&gt;Well, 3.0.5 came out in the meatime, and while I can now unpublish pages and delete them, the deleted pages stay on the tree with &quot;deleted&quot; next to their name and refreshing the CMS page doesn't change anything. &lt;/p&gt;&lt;p&gt;Why would I want to keep seeing the deleted pages forever anyway? I deleted them, didn't I? &lt;/p&gt;&lt;p&gt;If I go to the site tree and delete the page from there, as usual, it works. &lt;/p&gt;&lt;p&gt;But it's very counter-intuitive. &lt;/p&gt;&lt;p&gt;Or am I doing something wrong?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Two odd things with SS3.0.4 | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22848#post320513&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22848&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 04 Mar 2013 22:47:52 +1300</pubDate>
			<dc:creator>_Vince</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22848#post320513</guid>
		</item>
		
		<item>
			<title>admin area looks strange and need always a refresh to function</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22908</link>
			<description>&lt;p&gt;I upgraded from silverstripe 2.4 to 3.0.5. At the beginning, all seems to work fine, after I upgraded my site like documented. At a certain point, my site seems to crash the admin area. The site is running fine, only the admin area isn't function. When you try to edit a page of the site you get wired text out put and the admin area stops working. Pressing the reload button, all is fine, I can edit the page, pressing save, the same picture. I need to reload. I took a screen shot of the wired text look.&lt;br /&gt;Any idea?&lt;/p&gt;&lt;p&gt;Thanks for your help!&lt;/p&gt;&lt;p&gt;Marcel&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: admin area looks strange and need always a refresh to function | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22908&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22908&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 04 Mar 2013 10:08:50 +1300</pubDate>
			<dc:creator>wagnerma</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22908</guid>
		</item>
		
		<item>
			<title>Re: Upgrade 2.4.5 &#39;sapphire&#39; -&gt; 3.0.5 &#39;framework&#39; various questions</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320501</link>
			<description>&lt;p&gt;I have in the past run into&lt;/p&gt;&lt;p&gt;[Warning] get_class() expects parameter 1 to be object, array given &lt;br /&gt;GET / &lt;br /&gt;Line 154 in /www/html/framework/core/ClassInfo.php&lt;/p&gt;&lt;p&gt;When I've tried applying an extension (ne. decorator) to a class that no longer exists.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade 2.4.5 &amp;#39;sapphire&amp;#39; -&amp;gt; 3.0.5 &amp;#39;framework&amp;#39; various questions | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320501&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22801&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 03 Mar 2013 10:52:51 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320501</guid>
		</item>
		
		<item>
			<title>Re: Upgrade 2.4.5 &#39;sapphire&#39; -&gt; 3.0.5 &#39;framework&#39; various questions</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320486</link>
			<description>&lt;p&gt;Latest update.&lt;/p&gt;&lt;p&gt;These browser errors:&lt;/p&gt;&lt;p&gt;- DataObjectDecorator -&amp;gt; DataExtension : seems to have gone smoothly.&lt;/p&gt;&lt;p&gt;###&lt;/p&gt;&lt;p&gt;[User Deprecated] DataObjectSet is deprecated. DataObjectSet is deprecated. Use DataList or ArrayList instead. &lt;/p&gt;&lt;p&gt;Replaced DataObjectSet instances with DataList wherever it was found. Not sure this is all that needs to be done regarding DataObjectSet -&amp;gt; DataList (or ArrayList) since I see warnings and errors that I think resulted from making this change.  &lt;/p&gt;&lt;p&gt;###&lt;/p&gt;&lt;p&gt;Many instances of issues with canEdit, canDelete(), canCreate() parameter list. Replaced canEdit() with canEdit($member = false) wherever found&lt;/p&gt;&lt;p&gt;[Strict Notice] Declaration of Author::canEdit() should be compatible with that of DataObject::canEdit()&lt;br /&gt;GET /dev/build/?flush=1&lt;/p&gt;&lt;p&gt;Think these are all corrected now.&lt;/p&gt;&lt;p&gt;###&lt;/p&gt;&lt;p&gt;[Warning] get_class() expects parameter 1 to be object, array given&lt;br /&gt;GET /&lt;br /&gt;Line 154 in /www/html/framework/core/ClassInfo.php&lt;/p&gt;&lt;p&gt;Haven't diagnosed solution yet. Only a warning though?&lt;/p&gt;&lt;p&gt;###&lt;/p&gt;&lt;p&gt;Many /dev/builds and flushes later, still main error popping up in Apache log:&lt;/p&gt;&lt;p&gt;[Fri Mar 01 19:31:49 2013] [error] [client ] PHP Strict Standards:  Declaration of ItemController::ThemeDir() should be compatible with that of ViewableData::ThemeDir() in /www/html/mysite/code/Book.php on line 1610&lt;/p&gt;&lt;p&gt;I've changed any reference of Root.Content.____ to Root.____ where I found it, however still getting the error above. There's references to Root.Behavior and Root.Subnav . Should these be altered ?&lt;/p&gt;&lt;p&gt;###&lt;br /&gt;###&lt;/p&gt;&lt;p&gt;Also browser still producing:&lt;/p&gt;&lt;p&gt;[Warning] get_class() expects parameter 1 to be object, array given&lt;br /&gt;GET /&lt;br /&gt;Line 154 in /www/html/framework/core/ClassInfo.php&lt;/p&gt;&lt;p&gt;###&lt;/p&gt;&lt;p&gt;I assume this one has something to do with changing DataObjectSet to DataList. Definitely did several /dev/builds and flushes, error still present.&lt;/p&gt;&lt;p&gt;[User Error] DataObject::buildSQL: Can't find data classes (classes linked to tables) for Array. Please ensure you run dev/build after creating a new DataObject.&lt;br /&gt;GET /&lt;br /&gt;Line 113 in /www/html/framework/model/DataQuery.php&lt;/p&gt;&lt;p&gt;###&lt;/p&gt;&lt;p&gt;Not sure on these yet though assume related to DataObjectSet in some fashion:&lt;/p&gt;&lt;p&gt;[User Error] singleton() passed bad class_name: array ( 0 =&amp;gt; Project::__set_state(array( 'destroyed' =&amp;gt; false, 'model' =&amp;gt; DataModel: ..... longlonglong output....&lt;br /&gt;GET /&lt;br /&gt;Line 340 in /www/html/framework/core/Core.php&lt;/p&gt;&lt;p&gt;[Warning] Illegal offset type in isset or empty&lt;br /&gt;GET /&lt;br /&gt;Line 657 in /www/html/framework/control/injector/Injector.php&lt;/p&gt;&lt;p&gt;[Warning] strpos() expects parameter 1 to be string, array given&lt;br /&gt;GET /&lt;br /&gt;Line 663 in /www/html/framework/control/injector/Injector.php&lt;/p&gt;&lt;p&gt;[Warning] Illegal offset type in isset or empty&lt;br /&gt;GET /&lt;br /&gt;Line 886 in /www/html/framework/control/injector/Injector.php&lt;/p&gt;&lt;p&gt;[Warning] Illegal offset type in isset or empty&lt;br /&gt;GET /&lt;br /&gt;Line 306 in /www/html/framework/core/Object.php&lt;/p&gt;&lt;p&gt;[Warning] class_exists() expects parameter 1 to be string, array given&lt;br /&gt;GET /&lt;br /&gt;Line 897 in /www/html/framework/control/injector/Injector.php&lt;/p&gt;&lt;p&gt;[Warning] Illegal offset type&lt;br /&gt;GET /&lt;br /&gt;Line 786 in /www/html/framework/control/injector/Injector.php&lt;/p&gt;&lt;p&gt;[Notice] Array to string conversion&lt;br /&gt;GET /&lt;br /&gt;Line 843 in /www/html/framework/control/injector/Injector.php&lt;/p&gt;&lt;p&gt;[User Error] Uncaught ReflectionException: Class Array does not exist&lt;br /&gt;GET /&lt;br /&gt;Line 843 in /www/html/framework/control/injector/Injector.php&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade 2.4.5 &amp;#39;sapphire&amp;#39; -&amp;gt; 3.0.5 &amp;#39;framework&amp;#39; various questions | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320486&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22801&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 02 Mar 2013 17:11:59 +1300</pubDate>
			<dc:creator>forumq42</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320486</guid>
		</item>
		
		<item>
			<title>Re: Database too heavy for import</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320474</link>
			<description>&lt;p&gt;Alternatively, you can just pipe the SQL dump directly into MySQL. I can't remember where MAMP keeps its binaries, but the command to run from Terminal will be something like:&lt;br /&gt;/Applications/MAMP/.../bin/mysql -u root -p databasename &amp;lt; /path/to/file.sql&lt;/p&gt;&lt;p&gt;If the root MySQL user doesn't have a password, drop the -p and if the database hasn't been created but the sql file has a CREATE DATABASE line at the top, then you can drop the databasename.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Database too heavy for import | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320474&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22829&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 01 Mar 2013 19:22:01 +1300</pubDate>
			<dc:creator>simon_w</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320474</guid>
		</item>
		
		<item>
			<title>Re: Upgrade 2.4.5 &#39;sapphire&#39; -&gt; 3.0.5 &#39;framework&#39; various questions</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320472</link>
			<description>&lt;p&gt;Thanks for the reply!&lt;/p&gt;&lt;p&gt;No .htaccess that I can find in /html or above it. Pretty sure all the rewriting is done in httpd.conf on our installation and pretty sure I corrected those.&lt;/p&gt;&lt;p&gt;As for modules we have installed there are a few: /subsites, /googlesitemaps, /peruseraccess, /sitetreeimporter, /swfupload and a couple others.  However the Subsites module is one that is a requirement to go along with upgrading from 2.4.x to 3.x for us as we have several sites configured with subsites.  &lt;/p&gt;&lt;p&gt;/dev/build/?flush=1 managed to run, of course the result was a page with an updated error report. &lt;/p&gt;&lt;p&gt;I'm hopeful that eventually I can untangle the changes from 2.4.x to 3.x and come up with the best plan of attack. From what I can tell from the upgrade docs and changelog the :&lt;/p&gt;&lt;p&gt;- /cms and /sapphire -&amp;gt; /framework directory have to be replaced. Got that far.&lt;/p&gt;&lt;p&gt;- Then there's the issue of module compatibility. I plan to remove any that aren't supported in 3.x or immediately needed at least.&lt;br /&gt;Subsites will have to be working and stable. &lt;br /&gt;    - /subsites  &amp;lt;- replaced with 3.x version of /subsites &amp;amp; did a /dev/build/?flush=1&lt;/p&gt;&lt;p&gt;- /mysite :  correct any code under /mysite/code SS API function calls that &amp;lt;- working on this as errors pop up, we have almost 50 files under /mysite/code&lt;/p&gt;&lt;p&gt;- /themes: correct custom templates (.ss) code in /themes/../template to correspond to SS 3.x template language changes. &amp;lt;- not touched yet&lt;/p&gt;&lt;p&gt;Currently in my Apache error log I'm still getting complaints about errors but working through them along with what's displayed when I hit http://&amp;lt;mysite&amp;gt;&lt;/p&gt;&lt;p&gt;__&lt;/p&gt;&lt;p&gt;extraStatics():  I'm pretty sure the changelog explains what to do here. Changed function calls to static variable declaration in a handful of files.&lt;/p&gt;&lt;p&gt;___&lt;/p&gt;&lt;p&gt;updateCMSFields(), need to change calls of getCMSFields() to have appropriate parameters in a few files. Think those were corrected.&lt;/p&gt;&lt;p&gt;___&lt;/p&gt;&lt;p&gt;DataObject function declaration changed so was getting errors on. Fixed those in a couple files.&lt;/p&gt;&lt;p&gt;DataObject::canEdit()&lt;br /&gt;DataObject::canDelete()&lt;br /&gt;DataObject::canCreate()&lt;/p&gt;&lt;p&gt;___&lt;br /&gt;___&lt;/p&gt;&lt;p&gt;[Thu Feb 28 12:39:58 2013] [error] [client ] PHP Strict Standards:  Declaration of Page_Controller::ThemeDir() should be compatible with that of ViewableData::ThemeDir() in /www/html/mysite/code/Page.php on line 300&lt;/p&gt;&lt;p&gt;Still working on this one.&lt;/p&gt;&lt;p&gt;---&lt;/p&gt;&lt;p&gt;Some functions deprecated including:&lt;/p&gt;&lt;p&gt;- DataObjectDecorator, use DataExtension instead from ReflectionClass-&amp;gt;newInstance&lt;/p&gt;&lt;p&gt;- DataObjectSet , use DataList or DataArray instead. &lt;/p&gt;&lt;p&gt;- DataList-&amp;gt;getRange.  Use limit($length,$offset) instead.&lt;/p&gt;&lt;p&gt;Haven't looked much at these yet. &lt;/p&gt;&lt;p&gt;---&lt;/p&gt;&lt;p&gt;[Thu Feb 28 16:58:16 2013] [error] [client] PHP Parse error:  syntax error, unexpected '&amp;lt;', expecting T_STRING or T_VARIABLE or '{' or '$' in /www/html/silverstripe-cache/.cache.themes.sass.templates.Page.ss on line 5&lt;/p&gt;&lt;p&gt;One of the newest ones. Assume I have to update some lines of template code in Page.ss.&lt;/p&gt;&lt;p&gt;Likely will try tackling some of these tomorrow.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade 2.4.5 &amp;#39;sapphire&amp;#39; -&amp;gt; 3.0.5 &amp;#39;framework&amp;#39; various questions | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320472&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22801&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 01 Mar 2013 14:17:19 +1300</pubDate>
			<dc:creator>forumq42</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320472</guid>
		</item>
		
		<item>
			<title>Re: Database too heavy for import</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320468</link>
			<description>&lt;p&gt;Try using MySQL Workbench (&lt;a href=&quot;http://www.mysql.de/products/workbench/&quot; rel=&quot;nofollow&quot;&gt;http://www.mysql.de/products/workbench/&lt;/a&gt;), I never had problem even with 50MB DB dumps.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Database too heavy for import | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320468&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22829&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 01 Mar 2013 10:36:14 +1300</pubDate>
			<dc:creator>johannes</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320468</guid>
		</item>
		
		<item>
			<title>Re: Upgrade 2.4.5 &#39;sapphire&#39; -&gt; 3.0.5 &#39;framework&#39; various questions</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320447</link>
			<description>&lt;p&gt;You should see a .htaccess file (it will be a hidden file so consult your OS documentation on how to show hidden files). On the subsite issue, make sure you've updated to the latest build of subsites for 3.0 support.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade 2.4.5 &amp;#39;sapphire&amp;#39; -&amp;gt; 3.0.5 &amp;#39;framework&amp;#39; various questions | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320447&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22801&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 28 Feb 2013 21:10:51 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22801#post320447</guid>
		</item>
		
		<item>
			<title>Re: Database too heavy for import</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320443</link>
			<description>&lt;p&gt;You could spilt your database import file into multiple files.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Database too heavy for import | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320443&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22829&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 28 Feb 2013 20:58:30 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320443</guid>
		</item>
		
		<item>
			<title>Re: Database too heavy for import</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320431</link>
			<description>&lt;p&gt;You've tried zipping up the database export file, right?&lt;/p&gt;&lt;p&gt;If that doesn't solve it, do you have a lot of versions of each page? &lt;/p&gt;&lt;p&gt;There's an SQL script somewhere that deletes the older versions of each page and this might reduce the size of the database somewhat. I can't google it now, but I remember it worked quite well.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Database too heavy for import | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320431&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22829&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 28 Feb 2013 10:32:01 +1300</pubDate>
			<dc:creator>_Vince</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22829#post320431</guid>
		</item>
		
		<item>
			<title>Two odd things with SS3.0.4</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22848</link>
			<description>&lt;p&gt;I'm having two problems with 3.0.4 that I think are odd. &lt;/p&gt;&lt;p&gt;The first is that the &quot;Unpublish&quot; and &quot;Delete from the draft site&quot; buttons under the editor box in the CMS don't actually DO anything. I get the &quot;spinning&quot; .gif and then... nothing happens. If I want to delete a page I have to go into the Edit Tree panel and do it from there. &lt;/p&gt;&lt;p&gt;The other odd thing is that, for the life of me, I cannot find the &quot;disable comments&quot; check box on the blog.&lt;/p&gt;&lt;p&gt;Now, I assume that these errors are pretty obvious so, I must be doing something wrong. Can someone tell me what I need to do? &lt;/p&gt;&lt;p&gt;Sounds like some sort of settings thing?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Two odd things with SS3.0.4 | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22848&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22848&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 28 Feb 2013 10:25:52 +1300</pubDate>
			<dc:creator>_Vince</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22848</guid>
		</item>
		
		<item>
			<title>Database too heavy for import</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22829</link>
			<description>&lt;p&gt;Hi, I am  a SS newbie and I am trying to upgrade a site but I am stuck backing up the database. I am trying to bring my site back into my MAMP server but the database seems to be too large for import.&lt;/p&gt;&lt;p&gt;Can anyone help?&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Database too heavy for import | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22829&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22829&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 27 Feb 2013 09:26:01 +1300</pubDate>
			<dc:creator>rsilvajls</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22829</guid>
		</item>
		
		<item>
			<title>Upgrade 2.4.5 &#39;sapphire&#39; -&gt; 3.0.5 &#39;framework&#39; various questions</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22801</link>
			<description>&lt;p&gt;Currently I have multiple installations SS 2.4.5 running in production. &lt;/p&gt;&lt;p&gt;On our dev web server I've just recently downloaded SS 3.0.5 and started walking through the upgrade guidelines from:&lt;br /&gt;&lt;a href=&quot;http://doc.silverstripe.org/framework/en/installation/upgrading&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/installation/upgrading&lt;/a&gt;&lt;/p&gt;&lt;p&gt;and reading:&lt;br /&gt;&lt;a href=&quot;http://doc.silverstripe.org/framework/en/trunk/changelogs/3.0.0#upgrading&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/trunk/changelogs/3.0.0#upgrading&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&quot;Rename references of sapphire to framework in .htaccess, web.config and /usr/bin/sake (the last is only necessary if you use sake)&quot;&lt;br /&gt;- don't see any .htaccess files&lt;br /&gt;- /cms/web.config doesn't seem to contain any reference to /sapphire or /framework&lt;br /&gt;- not using /usr/bin/sake as far as I know&lt;/p&gt;&lt;p&gt;I've backed up the working test installation of 2.4.5 before starting. I've only been working with this inherited SilverStripe a few months however I am fairly familiar with Unix, Apache and PHP. There is a fair bit of content on the 3 sites along with a handful of custom templates that were developed outside our organization.&lt;/p&gt;&lt;p&gt;Basically I've just deleted/moved the old 2.4.5 /cms and /sapphire directories and moved the 3.0.5 directories for /cms and the /framework directories into the old /html.  &lt;/p&gt;&lt;p&gt;At this point I am sure some url's are broken due to rewrite rules. I've gone into Apache's httpd.conf and vhosts.conf files and replaced the few instances of 'sapphire' with 'framework' and restarted Apache. I did not find any .htaccess files under /html. &lt;/p&gt;&lt;p&gt;When I attempt to go the the website in order to do a /dev/build, I end up with a 500 Internal Error instead of the /dev/build output.  Going to http://&amp;lt;mysite&amp;gt;/i.php will show me the PHP info page.&lt;/p&gt;&lt;p&gt;I assumed at first SilverStripe's main.php isn't even getting read and that I'm missing somewhere that has sapphire hardcoded instead of framework at the very least but was wondering where I should be looking next, however from my Apache error log I've seen (IPs changed to xxx by me:&lt;/p&gt;&lt;p&gt;[Mon Feb 25 16:08:50 2013] [error] [client xxx.xxx.xxx.xxx] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.&lt;/p&gt;&lt;p&gt;[Mon Feb 25 16:05:10 2013] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error:  Call to undefined function mb_http_output() in ../www/html/framework/core/Core.php on line 232&lt;/p&gt;&lt;p&gt;the lines from Core.php:&lt;br /&gt;   232&amp;nbsp;&amp;nbsp;&amp;nbsp;mb_http_output('UTF-8');&lt;br /&gt;   233&amp;nbsp;&amp;nbsp;&amp;nbsp;mb_internal_encoding('UTF-8');&lt;br /&gt;   234&amp;nbsp;&amp;nbsp;&amp;nbsp;mb_regex_encoding('UTF-8');&lt;/p&gt;&lt;p&gt;###&lt;/p&gt;&lt;p&gt;Update:&lt;/p&gt;&lt;p&gt;Looking at phpinfo() I don't think multibyte extensions are installed in the version of PHP on the server currently.  Perhaps this is the culprit?&lt;/p&gt;&lt;p&gt;After doing a 'yum install php53-mbstring.x86_64' and restarting Apache I seem to no longer be getting mbstring errors. Still can't /dev/build but errors from Apache now look like:&lt;/p&gt;&lt;p&gt;[Mon Feb 25 17:05:18 2013] [error] [client xxx.xxx.xxx.xxx] PHP Strict Standards:  Declaration of SortableDataObject::extraStatics() should be compatible with that of DataExtension::extraStatics() in /www/html/dataobject_manager/code/SortableDataObject.php on line 123&lt;/p&gt;&lt;p&gt;and similar errors for other modules like ConcurrentEditingSiteTree, GoogleSitemapDecorator, AssetManagerFolder, etc.&lt;/p&gt;&lt;p&gt;###&lt;/p&gt;&lt;p&gt;Update #2:&lt;/p&gt;&lt;p&gt;After commenting out about a dozen lines from /mysite/_config.php and many reloads of http://&amp;lt;mysite&amp;gt;/dev/buid/?flush=1  some dev/build output was displayed. Quite a bit actually. Hopefull I would at least be able to get to the front page I directed the browser to http://&amp;lt;mysite&amp;gt; but was greeted by trace output which I suppose is a better than a 500 Internal Error.  The trace results without the actual lines of code displayed looks something like:&lt;/p&gt;&lt;p&gt;[Strict Notice] Declaration of Subsite::duplicate() should be compatible with that of DataObject::duplicate()&lt;br /&gt;GET /&lt;br /&gt;Line 8 in /www/html/subsites/code/Subsite.php&lt;/p&gt;&lt;p&gt;[Strict Notice] Declaration of Subsite::canEdit() should be compatible with that of DataObject::canEdit()&lt;br /&gt;GET /&lt;br /&gt;Line 8 in /www/html/subsites/code/Subsite.php&lt;/p&gt;&lt;p&gt;[User Deprecated] DataList-&amp;gt;join is deprecated. Use innerJoin() or leftJoin() instead. Called from DataObject::get.&lt;br /&gt;GET /&lt;br /&gt;Line 171 in /www/html/framework/dev/Deprecation.php&lt;/p&gt;&lt;p&gt;[User Deprecated] DataQuery-&amp;gt;join is deprecated. Use innerJoin() or leftJoin() instead. Called from {closure}.&lt;br /&gt;GET /&lt;br /&gt;Line 171 in  /www/html/framework/dev/Deprecation.php&lt;/p&gt;&lt;p&gt;[Notice] Undefined offset: 0&lt;br /&gt;GET /&lt;br /&gt;Line 306 in /data/www/html/subsites/code/Subsite.php&lt;/p&gt;&lt;p&gt;[User Deprecated] SQLQuery-&amp;gt;__get is deprecated. Please use getDelete() instead. Called from SiteTreeSubsites-&amp;gt;augmentSQL.&lt;br /&gt;GET /&lt;br /&gt;Line 171 in /www/html/framework/dev/Deprecation.php&lt;/p&gt;&lt;p&gt;###&lt;/p&gt;&lt;p&gt;Suggestions welcome.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Upgrade 2.4.5 &amp;#39;sapphire&amp;#39; -&amp;gt; 3.0.5 &amp;#39;framework&amp;#39; various questions | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22801&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22801&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 26 Feb 2013 12:38:27 +1300</pubDate>
			<dc:creator>forumq42</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22801</guid>
		</item>
		
		<item>
			<title>Re: [SOLVED] Readonly fields being saved as empty</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22492#post320144</link>
			<description>&lt;p&gt;Hi blueskies,&lt;/p&gt;&lt;p&gt;That's a tough one.  It might help if you could post some of your code because it shouldn't be doing that.  &lt;/p&gt;&lt;p&gt;Perhaps look over the bug tracker to see if anyone else is having that problem.  Sorry I can't help any more than that.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: [SOLVED] Readonly fields being saved as empty | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22492#post320144&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22492&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 18 Feb 2013 13:19:30 +1300</pubDate>
			<dc:creator>Van</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22492#post320144</guid>
		</item>
		
		<item>
			<title>Re: rssFeed on 3.03</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22431#post319952</link>
			<description>&lt;p&gt;Thank you very much.  I can hardly believe I missed that.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: rssFeed on 3.03 | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22431#post319952&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22431&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 12 Feb 2013 08:22:59 +1300</pubDate>
			<dc:creator>cduff</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22431#post319952</guid>
		</item>
		
		<item>
			<title>[SOLVED] Readonly fields being saved as empty</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/22492</link>
			<description>&lt;p&gt;I have the following situation: In a DataObject I have a list of formfields in getFrontendFields of which some are readonly (performReadonlyTransformation) when _updating_ the dataobject.  So when I _add_ a dataobject I can fill in things like ManufacturedDate and when I _edit_ the DataObject the ManufacturedDate is readonly but other fields (such as Status) are editable.&lt;/p&gt;&lt;p&gt;The problem is, is that when I change the Status during _editing_, the ManufacturedDate is reset to NULL. Even though I filled in 2013 when I _added_ the dataobject, when I edit it and _only_ change the Status (and ManufacturedDate is readonly) the ManufacturedDate gets saved/reset to NULL. &lt;/p&gt;&lt;p&gt;This was NOT the case in Silverstripe 2.*. It has only been happening since 3.*. What is best practice to prevent this from happening? Do I really need to add a hidden field with the current ManufacturedDate in it? That seems so messy. Somehow I'm missing something in the docs... can someone please point me in the right direction?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: [SOLVED] Readonly fields being saved as empty | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/22492&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/22492&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 12 Feb 2013 00:28:33 +1300</pubDate>
			<dc:creator>blueskies</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/22492</guid>
		</item>
		

	</channel>
</rss>