<?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: version number in 2.4.6 CMS missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18344#post311569</link>
			<description>&lt;p&gt;Sorry about that. I've now added this to the build file in &lt;a href=&quot;https://github.com/silverstripe/silverstripe-installer/commit/44409c75ac1bdd75a857db4ea3583ede1b6b0b3f&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-installer/commit/44409c75ac1bdd75a857db4ea3583ede1b6b0b3f&lt;/a&gt; which ensures that the next release contains this information again.&lt;/p&gt;&lt;p&gt;Also changed the sapphire/cms logic accordingly: &lt;a href=&quot;https://github.com/silverstripe/sapphire/commit/d261f4406afb732280f20c30c33fba2703abe0e8&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/sapphire/commit/d261f4406afb732280f20c30c33fba2703abe0e8&lt;/a&gt; - This change is applied to all maintained releases (back to 2.3), as we're no longer building any of those via &quot;svn export&quot;.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: version number in 2.4.6 CMS missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18344#post311569&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18344&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 02 Feb 2012 07:02:18 +1300</pubDate>
			<dc:creator>Ingo</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18344#post311569</guid>
		</item>
		
		<item>
			<title>Re: version number in 2.4.6 CMS missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18344#post311564</link>
			<description>&lt;p&gt;Hey Ingo, did I miss something?  the new 2.4.7 didn't have it either - is there a safe place I can add it myself? What do you recommend?  It's so nice to have the version there...&lt;br /&gt;Thanks in advance.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: version number in 2.4.6 CMS missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18344#post311564&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18344&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 02 Feb 2012 04:00:15 +1300</pubDate>
			<dc:creator>ChubChub</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18344#post311564</guid>
		</item>
		
		<item>
			<title>Re: Upgrade TinyMCE</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/15551#post311561</link>
			<description>&lt;p&gt;Altering either HtmlEditorField.php and HtmlEditorConfig.php makes no difference to the TinyMCE buttons in the CMS for me.&lt;/p&gt;&lt;p&gt;Adding something such as HtmlEditorConfig::get('cms')-&amp;gt;addButtonsToLine(1, 'hr,removeformat,visualaid'); for example, does work, but only for certain buttons.&lt;/p&gt;&lt;p&gt;I have literally tried to add an image button to TinyMCE via about 30 different approaches now and I'm getting extremely frustrated. I've just inherited the development of a client after another company have made alterations.&lt;/p&gt;&lt;p&gt;Can anyone kindly advise on the how the hell I'm suppose to make changes to TinyMCE please?&lt;/p&gt;&lt;p&gt;In the back office of clients site, version specifies Simple CMS 2.3.3&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Upgrade TinyMCE &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/15551#post311561&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/15551&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 02 Feb 2012 02:39:38 +1300</pubDate>
			<dc:creator>zigojacko</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/15551#post311561</guid>
		</item>
		
		<item>
			<title>Tinymce Upgrade with HTMLTextField problems in IE9</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18888</link>
			<description>&lt;p&gt;Hello all, &lt;/p&gt;&lt;p&gt;I'm posting this here in the hopes of a) helping someone else who's run into this and b) trying to find a more elegant solution than the one I came up with myself. &lt;/p&gt;&lt;p&gt;In testing a Silverstripe application I'm working on I noticed that using HTMLTextField with Internet Explorer 9 is basically impossible as it stands. The core of my application relies on people being able to manage and upload text content through an editor (this seems like a fairly common core, non-negotiable piece of functionality for a lot of applications). Problems I was getting was the textarea becoming uneditable after content was put into it and automatically clearing on submit so that the form could never be completed. Showstoppers in other words.&lt;/p&gt;&lt;p&gt;Everything fine and dandy in IE8 but obviously anyone on a relatively new PC is going to be increasingly on 9 by default so it's something I have to accomodate. Started looking into fixes and things suddenly started looking very messy indeed. Options I considered:&lt;/p&gt;&lt;p&gt;i) Put new version of Tinymce in Sapphire - Easy enough to drop new files in there and seemed to work on frontend but butchered the admin, as several previous posters pointed out it might do. &lt;/p&gt;&lt;p&gt;ii) Make allowances for the various javascript erros IE9 triggers - This chap seemed to have worked through the various incompatibilities and documented the process at &lt;a href=&quot;http://daveymorris.co.uk/web-development/tinymce-and-internet-explorer-9-fix-again/&quot; rel=&quot;nofollow&quot;&gt;http://daveymorris.co.uk/web-development/tinymce-and-internet-explorer-9-fix-again/&lt;/a&gt; but frankly that looked like a lot of work to go through.&lt;/p&gt;&lt;p&gt;iii) Quick and dirty - In the end I just went for forcing the browser to think it's actually IE8 by adding &amp;lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=8&quot; &amp;gt; to the head which I *think* seems to have fixed the problems. &lt;/p&gt;&lt;p&gt;So, the fix above (number iii) isn't by any means extensively tested and I have a nasty feeling it will screw something else up but it seems to be working for now. Seems very far from ideal though. &lt;/p&gt;&lt;p&gt;My main question is does anyone have a straightforward way of upgrading Tinymce without knocking out half the admin? If not, is there any date on when this might go into some version of core? &lt;/p&gt;&lt;p&gt;Loving Silverstripe to bits generally, massively appreciative of the framework and all the work that's gone into it but this really seems like something that will cause a lot of people problems and should be gotten to as soon as possible. &lt;/p&gt;&lt;p&gt;Found what seemed to be a good overview of the current situation here - &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/18560&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/general-questions/show/18560&lt;/a&gt; &lt;/p&gt;&lt;p&gt;I'd be interested if anyone has had similar problems and has tried similar or different solutions and how they got on. &lt;/p&gt;&lt;p&gt;All the best, &lt;/p&gt;&lt;p&gt;Andrew&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Tinymce Upgrade with HTMLTextField problems in IE9 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18888&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18888&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 31 Dec 2011 04:56:01 +1300</pubDate>
			<dc:creator>midoriberlin</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18888</guid>
		</item>
		
		<item>
			<title>Re: Version not showing after upgrade</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18722#post310642</link>
			<description>&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18344&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/upgrading-silverstripe/show/18344&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Version not showing after upgrade &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18722#post310642&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18722&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 20 Dec 2011 20:23:25 +1300</pubDate>
			<dc:creator>smares</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18722#post310642</guid>
		</item>
		
		<item>
			<title>Re: Version not showing after upgrade</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18722#post310532</link>
			<description>&lt;p&gt;Seems to be a common fault.&lt;/p&gt;&lt;p&gt;When I log into SS's demo site (&lt;a href=&quot;http://demo.silverstripe.org/&quot; rel=&quot;nofollow&quot;&gt;http://demo.silverstripe.org/&lt;/a&gt;) the version number is not displayed either.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Version not showing after upgrade &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18722#post310532&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18722&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 14 Dec 2011 09:16:18 +1300</pubDate>
			<dc:creator>RichMcNabb</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18722#post310532</guid>
		</item>
		
		<item>
			<title>Re: Version not showing after upgrade</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18722#post310531</link>
			<description>&lt;p&gt;I have same trouble &lt;br /&gt;when I update SS from 2_4_2 to 2_4_6&lt;br /&gt;oll work well, but not show SS version in admin&lt;br /&gt;RichMcNabb, which the localization admin panel using?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Version not showing after upgrade &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18722#post310531&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18722&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 14 Dec 2011 09:13:24 +1300</pubDate>
			<dc:creator>fiord</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18722#post310531</guid>
		</item>
		
		<item>
			<title>Version not showing after upgrade</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18722</link>
			<description>&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;I have just upgrade SS from 2.4.0 to 2.4.6 by using the following steps:&lt;/p&gt;&lt;p&gt;1. Deleting the cms and sapphire directories&lt;br /&gt;2. Copying the new cms and sapphire directories from the downloaded 2.4.6 folder&lt;br /&gt;3. Completing a &lt;a href=&quot;http://www.mysite.com/dev/build/?flush=1&quot; rel=&quot;nofollow&quot;&gt;http://www.mysite.com/dev/build/?flush=1&lt;/a&gt; to rebuild the database.&lt;/p&gt;&lt;p&gt;Everything seems to be fine however in the CMS down the bottom left where the version is displayed it is blank.&lt;/p&gt;&lt;p&gt;Any ideas? Should I be worried?&lt;/p&gt;&lt;p&gt;Cheers!&lt;/p&gt;&lt;p&gt;- Rich&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Version not showing after upgrade &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18722&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18722&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 01 Dec 2011 16:20:50 +1300</pubDate>
			<dc:creator>RichMcNabb</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18722</guid>
		</item>
		
		<item>
			<title>Re: Site Tree Flakiness after upgrade to 2.4.5</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18169#post309121</link>
			<description>&lt;p&gt;That's odd - havent experienced it myself.&lt;/p&gt;&lt;p&gt;Perhaps a file got corrupted but either way you could try updating to&lt;a href=&quot;http://www.silverstripe.org/stable-download/&quot; rel=&quot;nofollow&quot;&gt; 2.4.6 &lt;/a&gt; and see if that resolves the issue.&lt;/p&gt;&lt;p&gt;Howard&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Site Tree Flakiness after upgrade to 2.4.5 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18169#post309121&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18169&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 29 Oct 2011 10:43:09 +1300</pubDate>
			<dc:creator>Howard</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18169#post309121</guid>
		</item>
		
		<item>
			<title>Re: Site Tree Flakiness after upgrade to 2.4.5</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18169#post309120</link>
			<description>&lt;p&gt;That's odd - havent experienced it myself.&lt;/p&gt;&lt;p&gt;Perhaps a file got corrupted but either way you could try updating to&lt;a href=&quot;http://www.silverstripe.org/stable-download/&quot; rel=&quot;nofollow&quot;&gt; 2.4.6 &lt;/a&gt; and see if that resolves the issue.&lt;/p&gt;&lt;p&gt;Howard&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Site Tree Flakiness after upgrade to 2.4.5 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18169#post309120&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18169&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 29 Oct 2011 10:43:08 +1300</pubDate>
			<dc:creator>Howard</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18169#post309120</guid>
		</item>
		
		<item>
			<title>Re: upgrade 2.4.6 googlesitemaps missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18336#post309066</link>
			<description>&lt;p&gt;a litte note in file &quot;UPGRADE&quot; would be fine ;) &lt;/p&gt;&lt;p&gt;cite: &quot; - With these folders: cms, sapphire, googlesitemaps&lt;br /&gt;      - Delete your existing folders&lt;br /&gt;      - Extract and replace folders from your download (leave modules&lt;br /&gt;        and your custom directories alone)...&quot;&lt;/p&gt;&lt;p&gt;so I was confused while upgrading too&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: upgrade 2.4.6 googlesitemaps missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18336#post309066&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18336&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 27 Oct 2011 18:13:56 +1300</pubDate>
			<dc:creator>WorkingSolution</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18336#post309066</guid>
		</item>
		
		<item>
			<title>Re: version number in 2.4.6 CMS missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18344#post309018</link>
			<description>&lt;p&gt;Thats an oversight on our first release from git instead of SVN, where these magic strings are automatically replaced on &quot;svn export&quot;. Will be fixed with the next release, sorry about that!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: version number in 2.4.6 CMS missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18344#post309018&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18344&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 25 Oct 2011 20:54:26 +1300</pubDate>
			<dc:creator>Ingo</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18344#post309018</guid>
		</item>
		
		<item>
			<title>Re: version number in 2.4.6 CMS missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18344#post309004</link>
			<description>&lt;p&gt;does anyone know where to insert the missing version number?&lt;br /&gt;The dashboard module shows that a never version (2.4.5) is available.&lt;/p&gt;&lt;p&gt;---&lt;/p&gt;&lt;p&gt;i edited 2 files:&lt;br /&gt;Now the dashboard doesnt inform me, that a &quot;never&quot; 2.4.5 is available.&lt;/p&gt;&lt;p&gt;sapphire/silverstripe_version&lt;br /&gt;$URL: &lt;a href=&quot;http://svn.silverstripe.com/open/modules/sapphire/tags/2.4.6/silverstripe_version&quot; rel=&quot;nofollow&quot;&gt;http://svn.silverstripe.com/open/modules/sapphire/tags/2.4.6/silverstripe_version&lt;/a&gt; $&lt;/p&gt;&lt;p&gt;cms/silverstripe_version:&lt;br /&gt;$URL: &lt;a href=&quot;http://svn.silverstripe.com/open/modules/sapphire/tags/2.4.6/silverstripe_version&quot; rel=&quot;nofollow&quot;&gt;http://svn.silverstripe.com/open/modules/sapphire/tags/2.4.6/silverstripe_version&lt;/a&gt; $&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: version number in 2.4.6 CMS missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18344#post309004&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18344&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 25 Oct 2011 06:49:37 +1300</pubDate>
			<dc:creator>lx</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18344#post309004</guid>
		</item>
		
		<item>
			<title>Re: version number in 2.4.6 CMS missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18344#post308950</link>
			<description>&lt;p&gt;Yes, the version number is missing here too. (Upgraded from 2.4.5. to 2.4.6).&lt;/p&gt;&lt;p&gt;Ok, in sapphire/silverstripe_version I only find:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$URL$&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;In SS 2.4.5 the line reads:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$URL: &lt;a href=&quot;http://svn.silverstripe.com/open/modules/sapphire/tags/2.4.5/silverstripe_version&quot; rel=&quot;nofollow&quot;&gt;http://svn.silverstripe.com/open/modules/sapphire/tags/2.4.5/silverstripe_version&lt;/a&gt; $&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: version number in 2.4.6 CMS missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18344#post308950&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18344&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 21 Oct 2011 12:14:37 +1300</pubDate>
			<dc:creator>Platypus</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18344#post308950</guid>
		</item>
		
		<item>
			<title>Re: upgrade 2.4.6 googlesitemaps missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308916</link>
			<description>&lt;p&gt;sitemaps will now be distributed as a separate module - &lt;a href=&quot;https://github.com/silverstripe-labs/silverstripe-googlesitemaps&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe-labs/silverstripe-googlesitemaps&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: upgrade 2.4.6 googlesitemaps missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308916&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18336&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 20 Oct 2011 20:38:28 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308916</guid>
		</item>
		
		<item>
			<title>version number in 2.4.6 CMS missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18344</link>
			<description>&lt;p&gt;after upgrade to 2.4.6 no more display of version number in backend bottom line - shows only &quot;SilverStripe CMS&quot; - but no version number as in all versions before.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: version number in 2.4.6 CMS missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18344&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18344&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 20 Oct 2011 08:22:01 +1300</pubDate>
			<dc:creator>freakout</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18344</guid>
		</item>
		
		<item>
			<title>Re: upgrade 2.4.6 googlesitemaps missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308871</link>
			<description>&lt;p&gt;I don't know about the UPGRADING file but since there hasn't been any changes to the module and the whole module is in the googlesitemaps folder it doesn't really affect the upgrading process. It's only the core system you're replacing.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: upgrade 2.4.6 googlesitemaps missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308871&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18336&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 20 Oct 2011 01:01:02 +1300</pubDate>
			<dc:creator>Smurkas</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308871</guid>
		</item>
		
		<item>
			<title>Re: upgrade 2.4.6 googlesitemaps missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308870</link>
			<description>&lt;p&gt;yes - i can - but is that the correct way to do? Why is the UPGRADING file not updated?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: upgrade 2.4.6 googlesitemaps missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308870&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18336&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 20 Oct 2011 00:57:00 +1300</pubDate>
			<dc:creator>freakout</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308870</guid>
		</item>
		
		<item>
			<title>Re: upgrade 2.4.6 googlesitemaps missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308869</link>
			<description>&lt;p&gt;Can't you just grab the module from the 2.4.5 install?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: upgrade 2.4.6 googlesitemaps missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308869&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18336&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 20 Oct 2011 00:52:55 +1300</pubDate>
			<dc:creator>Smurkas</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18336#post308869</guid>
		</item>
		
		<item>
			<title>upgrade 2.4.6 googlesitemaps missing</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18336</link>
			<description>&lt;p&gt;In the 2.4.6 distribution file is _NO_ googlesitemaps directory/module. The file UPGRADING references this - it is mandatory for my 30+ running sites i want to upgrade due all the security issues mentionend in the ChangeLog. Please help.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: upgrade 2.4.6 googlesitemaps missing &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18336&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18336&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 20 Oct 2011 00:27:22 +1300</pubDate>
			<dc:creator>freakout</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18336</guid>
		</item>
		
		<item>
			<title>Site Tree Flakiness after upgrade to 2.4.5</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/18169</link>
			<description>&lt;p&gt;I just upgraded to 2.4.5 and things look good except for the backend which is sometimes displaying an incomplete site-tree.  Some of the base nodes are there but any pages in the site tree with children (the important ones!) don't show up in the CMS panel.  The front end is rendering fine.&lt;/p&gt;&lt;p&gt;This is really weird and does not seem to have to do with the cache on the server side as flushing as well as deleting the cache files does not seem to help.  It seems like the browser is getting some kind of corrupted or incomplete AJAX bits and caching it.  The one thing that seemed to work was switching tabs in the CMS and then doing a shift-refresh to clear the browser cache.  This happens on Firefox, Chrome and Safari.&lt;/p&gt;&lt;p&gt;Any help or suggestions would be great as my users are a little annoyed and confused.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Site Tree Flakiness after upgrade to 2.4.5 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/18169&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/18169&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 30 Sep 2011 07:12:25 +1300</pubDate>
			<dc:creator>bhowell</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/18169</guid>
		</item>
		
		<item>
			<title>Re: 2.4.1 Admin Perpetual Hang?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308090</link>
			<description>&lt;p&gt;Solved! The solution for me was this: the server admin had at some point installed the Apache module mod_pagespeed which optimizes javascripts, HTML etc. Now that the module is turned off everything works fine.&lt;/p&gt;&lt;p&gt;Just a note that might be related to similar problems: I read somewhere, in this forum i think, that combining javascript files in Silverstripe sometimes create problems in the CMS admin.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2.4.1 Admin Perpetual Hang? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308090&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13809&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 24 Sep 2011 02:58:16 +1200</pubDate>
			<dc:creator>pianodavid</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308090</guid>
		</item>
		
		<item>
			<title>Re: 2.4.1 Admin Perpetual Hang?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308040</link>
			<description>&lt;p&gt;Yes, I completely replaced all Silverstripe folders. I have no other modules installed, only custom code for extending Page and Form. I don't think I can remove my page types, run dev/build and keep the content intact? But I think I found out why the HTML structure is continuously growing, at least I think it is closer to the actual problem. I will explain.&lt;/p&gt;&lt;p&gt;I noticed in Firebug that the javascript sapphire/javascript/HtmlEditorField.js is loaded, which contains an ajax call to getimages() in admin/EditorToolbar/ImageForm. The Response headers for this call contains a header called &quot;X-Include-JS&quot; which has 41 comma separated URL:s to javascript files as its value. These files are then loaded and the last of these files is sapphire/javascript/HtmlEditorField.js, which makes another ajax call to admin/EditorToolbar/ImageForm::getimages() and round it goes. The ajax call is conditioned, so in this case apparently the following condition is always true:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;if($(&quot;#FolderImages&quot;).length &amp;gt; 0 &amp;amp;&amp;amp; $(&quot;body.CMSMain&quot;).length &amp;gt; 0) loadImages(false);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;To clarify, the 2.3.7 installation has the &quot;perpetual hang&quot; issue which is that you log in and click on a page and the progress cycle icon never stops (I don't know when the problem started, it was not always like this). The 2.4.5 installation upgraded from said 2.3.7 installation behaves like I describe above with an infinite loop of loading javascripts.&lt;/p&gt;&lt;p&gt;I will make a new copy of the 2.3.7 installation and upgrade it to see if the same problem occurs again. If it does, I'll remove any custom code and start from there as you suggested Ryan. Thanks for the tip.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2.4.1 Admin Perpetual Hang? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308040&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13809&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 22 Sep 2011 12:02:56 +1200</pubDate>
			<dc:creator>pianodavid</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308040</guid>
		</item>
		
		<item>
			<title>Re: 2.4.1 Admin Perpetual Hang?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308036</link>
			<description>&lt;p&gt;I'm not sure what could be causing it but let's troubleshoot by a process of elimination.&lt;/p&gt;&lt;p&gt;You said the problem started appearing after an upgrade. Did you follow upgrade instructions exactly? Meaning, did you completely replace all the SilverStripe module folders (cms, sapphire, googlesitemaps, etc) or did you simply &quot;merge&quot; it with your existing?&lt;br /&gt;If you straight out replaced all of them and still got the problem, then the problem might lie in your custom code or any modules you have installed.&lt;br /&gt;I would remove them all then add them back one by one to pinpoint where the problem comes up.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2.4.1 Admin Perpetual Hang? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308036&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13809&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 22 Sep 2011 10:40:23 +1200</pubDate>
			<dc:creator>Ryan M.</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308036</guid>
		</item>
		
		<item>
			<title>Re: 2.4.1 Admin Perpetual Hang?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308024</link>
			<description>&lt;p&gt;Thanks for your reply. There are no errors in Firebug. I see that the HTML for the sitetree is building up loads of nested span-tags. Like this:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;div id=&quot;sitetree_ul&quot;&amp;gt;&lt;br /&gt;&amp;lt;ul id=&quot;sitetree&quot; class=&quot;tree &quot;&amp;gt;&lt;br /&gt;&amp;lt;li id=&quot;record-0&quot; class=&quot;Root nodelete last current children children children children children children children children children children children children children children children children children children children children children&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;a Root nodelete last current children children children children children children children children children children children children children children children children children children children children children&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;b&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;c&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;a Root nodelete last current children children children children children children children children children children children children children children children children children children children children&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;b&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;c&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;a Root nodelete last current children children children children children children children children children children children children children children children children children children children&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;b&quot;&amp;gt;&lt;br /&gt;...&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;Each child span with class &quot;a&quot; gets one less class &quot;children&quot;. This nesting continues indefinitely. Something similar also happens for each menu item in the sitetree, e.g.&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;ul class=&quot;&quot;&amp;gt;&lt;br /&gt;&amp;lt;li id=&quot;record-1&quot; class=&quot;NewsHolder closed&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;a NewsHolder spanClosed&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;b&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;c&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;a NewsHolder spanClosed&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;b&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;c&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;a NewsHolder spanClosed&quot;&amp;gt;&lt;br /&gt;&amp;lt;span class=&quot;b&quot;&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;Do you know what can cause this?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2.4.1 Admin Perpetual Hang? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308024&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13809&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 22 Sep 2011 04:16:21 +1200</pubDate>
			<dc:creator>pianodavid</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post308024</guid>
		</item>
		
		<item>
			<title>Re: 2.4.1 Admin Perpetual Hang?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post307991</link>
			<description>&lt;p&gt;Install Firebug in Firefox if you don't have it already and see what kind of JS or HTTP errors are being outputted.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2.4.1 Admin Perpetual Hang? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13809#post307991&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13809&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 21 Sep 2011 11:09:45 +1200</pubDate>
			<dc:creator>Ryan M.</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post307991</guid>
		</item>
		
		<item>
			<title>Re: 2.4.1 Admin Perpetual Hang?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post307987</link>
			<description>&lt;p&gt;Did you find a solution for this? I am experiencing exactly the same in a live 2.3.7 install. Tested in Firefox and Safari. I was hoping it would go away with an upgrade to 2.4. And it might... although currently another problem occurs. I will try to explain what is happening.&lt;/p&gt;&lt;p&gt;I have copied that 2.3.7 installation locally and upgraded it to 2.4.5 which made this problem go away. However, when I upgrade the same site on the server the problem is even worse: When entering the admin section about 42 javascript files keeps loading over and over again (with ajax, so the web browser thinks the page is completely loaded), and the menu items in the site tree keeps getting more and more space between them, thus continuously expanding the page listing. In Safari this never stops, but in Firefox I think it does stop after maybe five or six iterations.&lt;/p&gt;&lt;p&gt;Since the upgrade works locally but not remotely I was thinking it might be something with the server. It is the same PHP version (5.3.2). PHPUnit is 3.4 on the server and 3.5 locally, can that be the problem? Could it be a file permissions problem? Which directories and files needs Silverstripe be able to write? Write permissions are set on the assets and silverstripe-cache directories. By the way, the site is in two languages so Translatable is enabled.&lt;/p&gt;&lt;p&gt;Any pointers to a solution for this?&lt;/p&gt;&lt;p&gt;(By the way, nice work with this CMS guys!)&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2.4.1 Admin Perpetual Hang? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13809#post307987&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13809&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 21 Sep 2011 08:43:36 +1200</pubDate>
			<dc:creator>pianodavid</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13809#post307987</guid>
		</item>
		
		<item>
			<title>Re: Cannot Login after Update from 2.3.2 to 2.4.1</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13361?start=8#post307845</link>
			<description>&lt;p&gt;Try set in Mysite/ config&lt;/p&gt;&lt;p&gt;Security::setDefaultadmin('username','password');&lt;/p&gt;&lt;p&gt;and then use the username and password u set to login the admin&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cannot Login after Update from 2.3.2 to 2.4.1 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13361?start=8#post307845&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13361&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 17 Sep 2011 02:39:44 +1200</pubDate>
			<dc:creator>Webdoc</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13361?start=8#post307845</guid>
		</item>
		
		<item>
			<title>Re: Cannot Login after Update from 2.3.2 to 2.4.1</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13361?start=8#post307768</link>
			<description>&lt;p&gt;Thank you so much! I already tried the same with FileZilla, but that didn't work.&lt;/p&gt;&lt;p&gt;WinSCP did the trick!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cannot Login after Update from 2.3.2 to 2.4.1 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13361?start=8#post307768&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13361&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 14 Sep 2011 20:50:41 +1200</pubDate>
			<dc:creator>FullWebService</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13361?start=8#post307768</guid>
		</item>
		
		<item>
			<title>Re: Cannot Login after Update from 2.3.2 to 2.4.1</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13361?start=8#post307764</link>
			<description>&lt;p&gt;Hello FullWebService!&lt;/p&gt;&lt;p&gt;In my case was problem with difference in end of the first row in the windows and Linux.&lt;/p&gt;&lt;p&gt;Solution, what was work for me:&lt;br /&gt;- installed WinSCP sftp-ftp klient &lt;br /&gt;- opened Page.php and config files (what was placed in the server) in this software&lt;br /&gt;- remove first row and write it again&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cannot Login after Update from 2.3.2 to 2.4.1 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13361?start=8#post307764&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13361&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 14 Sep 2011 19:23:08 +1200</pubDate>
			<dc:creator>marand</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13361?start=8#post307764</guid>
		</item>
		
		<item>
			<title>Re: Cannot Login after Update from 2.3.2 to 2.4.1</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13361#post307751</link>
			<description>&lt;p&gt;Is there a solution for Marand's problem?&lt;/p&gt;&lt;p&gt;For some reason I get this error with 2.4.5. Only with one hosting company. Maybe a php setting or something?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cannot Login after Update from 2.3.2 to 2.4.1 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13361#post307751&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13361&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 14 Sep 2011 08:21:21 +1200</pubDate>
			<dc:creator>FullWebService</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13361#post307751</guid>
		</item>
		
		<item>
			<title>Re: Charging clients for upgrades?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/10813?start=8#post306986</link>
			<description>&lt;p&gt;Spam post eliminated.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Charging clients for upgrades? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/10813?start=8#post306986&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/10813&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Aug 2011 23:10:43 +1200</pubDate>
			<dc:creator>biapar</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/10813?start=8#post306986</guid>
		</item>
		
		<item>
			<title>Re: Failure after upgrade to 2.4.5</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17582#post306550</link>
			<description>&lt;p&gt;hi there,&lt;/p&gt;&lt;p&gt;I guess you must have found out by now (I hope), seeing that it's been 12 days... &lt;/p&gt;&lt;p&gt;Anyway: it looks like somewhere in your code (outside SilverStripe core) there is a subclass of the DataObjectDecorator that still uses the deprecated extraDBFields() function.&lt;/p&gt;&lt;p&gt;Make sure you upgrade your external modules as well if possible. If that doesn't help, check your own code: this might help you: &lt;a href=&quot;http://doc.silverstripe.org/sapphire/en/reference/dataobjectdecorator&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/sapphire/en/reference/dataobjectdecorator&lt;/a&gt;&lt;/p&gt;&lt;p&gt;also there are some threads here (mostly about the gallery module):&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/12130&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/all-other-modules/show/12130&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/12130&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/all-other-modules/show/12130&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://silverstripe.org/data-model-questions/show/14683&quot; rel=&quot;nofollow&quot;&gt;http://silverstripe.org/data-model-questions/show/14683&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Failure after upgrade to 2.4.5 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17582#post306550&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17582&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 05 Aug 2011 07:25:51 +1200</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17582#post306550</guid>
		</item>
		
		<item>
			<title>Failure after upgrade to 2.4.5</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17582</link>
			<description>&lt;p&gt;I got this failure notice:&lt;/p&gt;&lt;p&gt;&quot;Notice: DataObjectDecorator::extraDBFields() is deprecated. Please use extraStatics() instead. in /usr/www/users/getwas/lecellierdheino.com/sapphire/core/model/DataObjectDecorator.php on line 60&quot;&lt;/p&gt;&lt;p&gt;does someone know, how I can repair it?&lt;/p&gt;&lt;p&gt;See also attached file.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Failure after upgrade to 2.4.5 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17582&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17582&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 23 Jul 2011 23:57:28 +1200</pubDate>
			<dc:creator>stuntmax</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17582</guid>
		</item>
		
		<item>
			<title>Re: System files?  Custom Files?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17507#post305643</link>
			<description>&lt;p&gt;Just like the docs say (but perhaps it is a little short!) you want to keep the folders your site is in - i.e your mysite folder, themes folder as well as your assets folder in tact so leave these folders alone. All the other ones will need to be upgraded to newer versions (usually). This includes folders such as 'sapphire', 'cms' and modules you may have like 'blog'.&lt;/p&gt;&lt;p&gt;Upgrading from 2.3-&amp;gt;2.4 you will run into compatibility issues with modules (and perhaps your own site code) so the first thing is to identify any modules you use on the site and find new versions of those accordingly.&lt;/p&gt;&lt;p&gt;Once you have the latest copies of sapphire, cms and any modules you have used in a folder somewhere else, delete those folders from your site folder and copy the new copies into your site folder. Running a dev/build will upgrade all the database tables.&lt;/p&gt;&lt;p&gt;This process will normally not be 100% smooth so you shouldn't upgrade a 'live' website. Make a copy of it on your computer and upgrade that and see what problems you run into.&lt;/p&gt;&lt;p&gt;FYI Changes from 2.3 -&amp;gt; 2.4 are listed on &lt;a href=&quot;http://doc.silverstripe.org/sapphire/en/changelogs/2.4.0#upgrading&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/sapphire/en/changelogs/2.4.0#upgrading&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: System files?  Custom Files? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17507#post305643&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17507&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 16 Jul 2011 14:00:00 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17507#post305643</guid>
		</item>
		
		<item>
			<title>System files?  Custom Files?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17507</link>
			<description>&lt;p&gt;I need to upgrade from 2.3.7 to the current version.  The instructions at &lt;a href=&quot;http://doc.silverstripe.org/sapphire/en/installation/upgrading&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/sapphire/en/installation/upgrading&lt;/a&gt; state replace system files but leave custom files.  It mentions only a couple of each.  Can someone tell me what files are to be replaced and what to leave?  I would appreciate an answer for the novice.  I inherited a silverstripe website and am having problems with the documentation as it seems to have been written to someone who fully understands the program and the programming of it.  So please give some help to a novice.&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;Sue&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: System files?  Custom Files? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17507&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17507&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 16 Jul 2011 05:45:48 +1200</pubDate>
			<dc:creator>Sue</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17507</guid>
		</item>
		
		<item>
			<title>Re: Error Language Interface 2.3.1rc2</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/5904#post305343</link>
			<description>&lt;p&gt;I had the same problem with my language.&lt;/p&gt;&lt;p&gt;I was added missing translations to mysite/_config.php file:&lt;/p&gt;&lt;p&gt;global $lang;&lt;br /&gt;$lang['en_US']['QnAForm']['NAME'] = &quot;Your Name&quot;;&lt;br /&gt;$lang['en_US']['QnAForm']['EMAIL'] = &quot;Email&quot;;&lt;br /&gt;...&lt;/p&gt;&lt;p&gt;After I've moved all the translations to the individual language files in the directory mysite/lang/, everything picks up.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Error Language Interface 2.3.1rc2 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/5904#post305343&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/5904&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 12 Jul 2011 00:59:37 +1200</pubDate>
			<dc:creator>Mindaugas</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/5904#post305343</guid>
		</item>
		
		<item>
			<title>Re: tinymce iframe bug? after 2.4 upgrade</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/12359#post305142</link>
			<description>&lt;p&gt;Bugger this bug is still not fixed.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: tinymce iframe bug? after 2.4 upgrade &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/12359#post305142&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/12359&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 05 Jul 2011 22:50:49 +1200</pubDate>
			<dc:creator>Johan</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/12359#post305142</guid>
		</item>
		
		<item>
			<title>Re: Charging clients for upgrades?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/10813?start=8#post305008</link>
			<description>&lt;p&gt;Hi Aaron,&lt;/p&gt;&lt;p&gt;How would you charge for major upgrade e.g 2.x to 3.x? Would that still be considered as &quot;maintenance contract&quot;?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Charging clients for upgrades? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/10813?start=8#post305008&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/10813&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 01 Jul 2011 08:00:55 +1200</pubDate>
			<dc:creator>Jessica</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/10813?start=8#post305008</guid>
		</item>
		
		<item>
			<title>Re: Redesigning/Refactoring... Should I wait for version 3.0?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17309#post304901</link>
			<description>&lt;p&gt;Thanks. Thats just the sort of input I was looking for.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Redesigning/Refactoring... Should I wait for version 3.0? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17309#post304901&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17309&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 29 Jun 2011 00:06:21 +1200</pubDate>
			<dc:creator>Matt Ash</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17309#post304901</guid>
		</item>
		
		<item>
			<title>Re: Redesigning/Refactoring... Should I wait for version 3.0?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17309#post304885</link>
			<description>&lt;p&gt;&lt;em&gt; I know this can be currently accomplished using the Compass plugin, but will be a core feature in 3.0.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;It won't be a core feature, will still be a module. We're writing the CMS in SCSS but you won't need compass on your machine to run the CMS. If you want to dev with SCSS you'll still need the module in 3.0.&lt;/p&gt;&lt;p&gt;I would suggest not waiting for 3.0. 3.0 is a long way from being stable or even API complete so you're looking at quite a wait. When 3.0 is released, the modules may or may not have full support yet so you'll have to deal with incompatible plugins for a while.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Redesigning/Refactoring... Should I wait for version 3.0? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17309#post304885&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17309&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 28 Jun 2011 19:47:58 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17309#post304885</guid>
		</item>
		
		<item>
			<title>Redesigning/Refactoring... Should I wait for version 3.0?</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17309</link>
			<description>&lt;p&gt;I have run what has become a relatively large Silverstripe-based site. We have 2000+ pages and a regular flow of visitors. It began on Silverstripe 2.1 and is currently at 2.4. I want to begin a redesign which will also require a decent amount of code refactoring. From a development perspective this will include migrating certain page types to Data Objects (its a bear loading the CMS with 2000+ pages), as well as implementing static caching.&lt;/p&gt;&lt;p&gt;I've read over the new features and API changes in 3.0, most of which sound great. I'm particularly interested in heavily using SCSS in the new design. I know this can be currently accomplished using the Compass plugin, but will be a core feature in 3.0.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;My question is this&lt;/strong&gt;: Should I wait until a stable version of 3.0 is released before I begin this work? Will I benefit from refactoring the code from the beginning in 3.0? If I finish this process in 2.4, will I find myself back at square one when 3.0 is released?&lt;/p&gt;&lt;p&gt;I'm hoping that the experts will have a wider perspective of the pros and cons of this issue than I do.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Redesigning/Refactoring... Should I wait for version 3.0? &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17309&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17309&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 28 Jun 2011 18:37:45 +1200</pubDate>
			<dc:creator>Matt Ash</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17309</guid>
		</item>
		
		<item>
			<title>Re: Error saving sort order in 2.4.3</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/15023#post304595</link>
			<description>&lt;p&gt;Have had this problem in 2.4.0 and it's still present in 2.4.5. Two ways to get rid of the problem:&lt;br /&gt;1. Set your site to dev mode (seems bad).&lt;br /&gt;2. Set combined files to false. (this is done automatically in dev mode...)&lt;/p&gt;&lt;p&gt;Why combining of files would generate this problem server side is beyond me. Everything else in Admin and on the site works with combined files set to true, only sorting sitetree in admin fails.&lt;/p&gt;&lt;p&gt;The error is not very helpful either, it's just HTTP error code 400 with Bad Request in response.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Error saving sort order in 2.4.3 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/15023#post304595&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/15023&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 20 Jun 2011 20:17:42 +1200</pubDate>
			<dc:creator>Drömbolaget</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/15023#post304595</guid>
		</item>
		
		<item>
			<title>Re: Cannot Login after Update from 2.3.2 to 2.4.1</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/13361#post304478</link>
			<description>&lt;p&gt;Hello!&lt;br /&gt;I have a similar problem - can't login: &quot;Cookie 'alc_enc' can't be set. The site started outputting was content at line 1 in .../mysite/_config.php&quot;&lt;br /&gt;All files are checked (1 row in the _config.php is  &amp;lt;?php), no blank rows or spaces in the beginning or end of files.&lt;/p&gt;&lt;p&gt;When try to open /admin/ link, I see the redirect message &quot;Redirecting to /Security/login?BackURL=%2Fadmin%2F... (output started on .../mysite/_config.php, line 1)&quot;. Again config.php...&lt;/p&gt;&lt;p&gt;SS 2.4.2, bug is active on the live-server only.&lt;/p&gt;&lt;p&gt;Can you direct me, how to repair this?&lt;/p&gt;&lt;p&gt;Thank you and sorry for poor English  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cannot Login after Update from 2.3.2 to 2.4.1 &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/13361#post304478&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/13361&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 16 Jun 2011 18:45:45 +1200</pubDate>
			<dc:creator>marand</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/13361#post304478</guid>
		</item>
		
		<item>
			<title>Re: Cache issue after 2.45 upgrade</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/16113#post304423</link>
			<description>&lt;p&gt;Your not the only one. i am having the same issue i have to go manually and wipe the folder clean then run the flush all command to get it working. I have my customer keep calling saying their website is down it is getting kinda embarrassing. any help would be appreciated. let me know what you need.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cache issue after 2.45 upgrade &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/16113#post304423&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/16113&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 15 Jun 2011 07:35:40 +1200</pubDate>
			<dc:creator>nez</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/16113#post304423</guid>
		</item>
		
		<item>
			<title>Re: Can&#39;t edit article pages after upgrade to 2.4.5 HELP!</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17165#post304357</link>
			<description>&lt;p&gt;I figured it out! I went back through the tutorials and noticed that in the ArticlePage.php code it was no longer CalendarDateField and was now just simply DateField. Once I changed that and ran a dev/rebuild, editing capabilities returned.&lt;/p&gt;&lt;p&gt;-- Joe&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Can't edit article pages after upgrade to 2.4.5 HELP! &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17165#post304357&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17165&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Jun 2011 14:24:40 +1200</pubDate>
			<dc:creator>jfusco</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17165#post304357</guid>
		</item>
		
		<item>
			<title>Can&#39;t edit article pages after upgrade to 2.4.5 HELP!</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17165</link>
			<description>&lt;p&gt;I had some issues upgrading due to some information in my .htaccess file and upgraded from SS 2.3.2 yesterday afternoon. This was done via GoDaddy and it did incremental upgrades from what I could tell.&lt;/p&gt;&lt;p&gt;In the process of updating or preparing to update I somehow rolled back my database a version and deleted a sponsored link from one of the pages. :O When I went to put the link back in, I clicked on the relevant article page and received the message, &quot;Fatal error: Class 'CalendarDateField' not found in /home/content/u/n/c/unclebubby/html/wavs2/mysite/code/ArticlePage.php on line 19&quot;&lt;/p&gt;&lt;p&gt;Line 19 reads: $fields-&amp;gt;addFieldToTab('Root.Content.Main', new CalendarDateField('Date'), 'Content');&lt;/p&gt;&lt;p&gt;I removed the section &quot;new CalendarDateField('Date')&quot; from the statement and ended up with an error in FieldSet.php&lt;/p&gt;&lt;p&gt;I started going down the rabbit hole and commenting out the lines it was balking about but each time I cleared one error, another would pop up. I really need to get this back up and running so I can get that link back up, not to mention just edit my site.&lt;/p&gt;&lt;p&gt;HELP!&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Joe&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Can't edit article pages after upgrade to 2.4.5 HELP! &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17165&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17165&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Jun 2011 14:59:09 +1200</pubDate>
			<dc:creator>jfusco</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17165</guid>
		</item>
		
		<item>
			<title>Re: URL &quot;Action&quot; is seen as a path even when Nested URLs is disabled.</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17016#post304064</link>
			<description>&lt;p&gt;The answer to this question seems to be that in 2.4.5 it is not possible to simply send an &quot;Action&quot; in the url and pars it with $this-&amp;gt;URLParams['Action']; like you used to be able to do. Now there must be an action function that at the very least sends out the page with a renderWith function call. Since I often just want to use the &quot;Action&quot; in the URLParams to send info to the controller and not actually run an action this is a little frustrating. So now I just make a dummy &quot;Action&quot; and use ID or Other ID to send my data.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: URL &quot;Action&quot; is seen as a path even when Nested URLs is disabled. &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17016#post304064&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17016&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Jun 2011 06:56:12 +1200</pubDate>
			<dc:creator>micahsheets</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17016#post304064</guid>
		</item>
		
		<item>
			<title>Re: URL &quot;Action&quot; is seen as a path even when Nested URLs is disabled.</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17016#post303737</link>
			<description>&lt;p&gt;Do you have a page with the URL locations or is that missing as well?&lt;/p&gt;&lt;p&gt;If you have a page called locations you should be able to get it to fall back to the index action if no other action is defined. There you can get the action with $this-&amp;gt;getRequest()-&amp;gt;latestParams(). Another thing to note though is that SilverStripe will still send a status header of 404 so you'll have to set that manually yourself. To set the response you do $this-&amp;gt;getResponse()-&amp;gt;setStatusCode(200).&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: URL &quot;Action&quot; is seen as a path even when Nested URLs is disabled. &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17016#post303737&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17016&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 27 May 2011 00:14:35 +1200</pubDate>
			<dc:creator>Smurkas</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17016#post303737</guid>
		</item>
		
		<item>
			<title>Re: URL &quot;Action&quot; is seen as a path even when Nested URLs is disabled.</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/17016#post303706</link>
			<description>&lt;p&gt;I'm sure someone with more knowledge than me can help out further as I am new to all this and I may be on the wrong track here but I had a similar problem earlier today which seemed to be caused by the fact that the action I was trying to use was not listed as an allowed action on the controller. I'm not sure if this is something that has changed in 2.4.5, but what I was trying to do was similar and I ended up with URL as pageurl/edit/3 for example, with the following in my controller:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;static $allowed_actions = array(&lt;br /&gt;        'edit'&lt;br /&gt;);&lt;/p&gt;&lt;p&gt;function edit() {&lt;br /&gt;      //calls function get habit below and does some stuff with the retrieved object&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;public function getHabit() {&lt;br /&gt;      $Params = $this-&amp;gt;getURLParams();&lt;br /&gt;      if(is_numeric($Params['ID']) &amp;amp;&amp;amp; $Habit = DataObject::get_by_id('Habit', (int)$Params['ID'])) {      &lt;br /&gt;            return $Habit;&lt;br /&gt;      }&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;SSBits has a tutorial that does something similar: &lt;a href=&quot;http://www.ssbits.com/tutorials/2010/dataobjects-as-pages-part-1-keeping-it-simple/&quot; rel=&quot;nofollow&quot;&gt;http://www.ssbits.com/tutorials/2010/dataobjects-as-pages-part-1-keeping-it-simple/&lt;/a&gt; - thanks to SphereSQL on the IRC for telling me about this and helping me out with this problem earlier on. The way I'm doing this may be overkill, but it does work  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: URL &quot;Action&quot; is seen as a path even when Nested URLs is disabled. &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/17016#post303706&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/17016&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 26 May 2011 07:20:43 +1200</pubDate>
			<dc:creator>LisaB</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/17016#post303706</guid>
		</item>
		

	</channel>
</rss>
