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

		
		<item>
			<title>Re: Login doesn't load CMS</title>
			<link>http://www.silverstripe.org/archive/show/17849?start=8#post37640</link>
			<description>&lt;p&gt;Thank u PRACHAIT, ur solution work by moving the max()&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login doesn't load CMS &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849?start=8#post37640&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/17849?start=8#post37640&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 23 Feb 2008 11:17:20 +1300</pubDate>
			<dc:creator>aymentouhent</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/17849?start=8#post37640</guid>
		</item>
		
		<item>
			<title>Re: Login doesn't load CMS</title>
			<link>http://www.silverstripe.org/archive/show/17849?start=0#post24272</link>
			<description>&lt;p&gt;Thanks for your fix Prachait, I've reported this bug and your patch here;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://open.silverstripe.com/ticket/2111&quot;&gt;http://open.silverstripe.com/ticket/2111&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login doesn't load CMS &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849?start=0#post24272&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/17849?start=0#post24272&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 09 Jan 2008 19:17:38 +1300</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/17849?start=0#post24272</guid>
		</item>
		
		<item>
			<title>Re: Login doesn't load CMS</title>
			<link>http://www.silverstripe.org/archive/show/17849?start=0#post24261</link>
			<description>&lt;p&gt;has someone reported this as a Bug yet?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login doesn't load CMS &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849?start=0#post24261&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/17849?start=0#post24261&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 09 Jan 2008 17:27:32 +1300</pubDate>
			<dc:creator>gamelodge</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/17849?start=0#post24261</guid>
		</item>
		
		<item>
			<title>Re: Login doesn't load CMS - SOLUTION IS HERE</title>
			<link>http://www.silverstripe.org/archive/show/17849?start=0#post24254</link>
			<description>&lt;p&gt;Hi &lt;/p&gt;&lt;p&gt;I too have the same issues&lt;br /&gt;I just installed the new version, and every thing works ok&lt;br /&gt;As soon as I install the FORUM, it become broked&lt;br /&gt;/admin gives &lt;br /&gt;ERROR:&lt;br /&gt;Error&lt;/p&gt;&lt;p&gt;The website server has not been able to respond to your request.&lt;/p&gt;&lt;p&gt;Solution::&lt;/p&gt;&lt;p&gt;1. Open forum\code\forum.php&lt;br /&gt;2. go to line 265&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;return DataObject::get(&quot;Post&quot;, &quot;`Post`.ForumID = $this-&amp;gt;ID and `Post`.ParentID = 0 and $statusFilter&quot;, &quot;max(PostList.Created) DESC&quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;INNER JOIN `Post` AS PostList ON PostList.TopicID = `Post`.TopicID&quot;, $limit&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;remove the max() from max(PostList.Created) to PostList.Created&lt;/p&gt;&lt;p&gt;New code will be&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return DataObject::get(&quot;Post&quot;, &quot;`Post`.ForumID = $this-&amp;gt;ID and `Post`.ParentID = 0 and $statusFilter&quot;, &quot;PostList.Created DESC&quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;INNER JOIN `Post` AS PostList ON PostList.TopicID = `Post`.TopicID&quot;, $limit&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;and it will work fine.&lt;/p&gt;&lt;p&gt;Kindly let me know your feedbacks on info at prachait dot com&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;Prachait Saxena&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login doesn't load CMS &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849?start=0#post24254&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/17849?start=0#post24254&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 09 Jan 2008 17:18:44 +1300</pubDate>
			<dc:creator>prachait</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/17849?start=0#post24254</guid>
		</item>
		
		<item>
			<title>Re: Login doesn't load CMS</title>
			<link>http://www.silverstripe.org/archive/show/17849?start=0#post20315</link>
			<description>&lt;p&gt;Here is the error i get when switching on dev mode- &lt;br /&gt;&lt;span style=&quot;color:blue&quot;&gt;&lt;br /&gt;FATAL ERROR: DATABASE ERROR: Couldn't run query: SELECT `Post`.*, `Post`.ID, if(`Post`.ClassName,`Post`.ClassName,'Post') AS RecordClassName FROM `Post` INNER JOIN `Post` AS PostList ON PostList.TopicID = `Post`.TopicID WHERE (`Post`.ForumID = 14 and `Post`.ParentID = 0 and `Post`.Status = 'Moderated') GROUP BY `Post`.ID ORDER BY max(PostList.Created) DESC LIMIT 30 | Invalid use of group function&lt;br /&gt;At line 397 in /home/silver/public_html/sapphire/core/model/Database.php&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;looks like a forum issue?&lt;/p&gt;&lt;p&gt;Unistalled Forum All works fine now&lt;br /&gt;installed form again - broken again&lt;br /&gt;so must be a forum issue, anyone else having this problem?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login doesn't load CMS &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849?start=0#post20315&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/17849?start=0#post20315&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 05 Jan 2008 14:50:49 +1300</pubDate>
			<dc:creator>gamelodge</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/17849?start=0#post20315</guid>
		</item>
		
		<item>
			<title>Re: Login doesn't load CMS</title>
			<link>http://www.silverstripe.org/archive/show/17849?start=0#post20233</link>
			<description>&lt;p&gt;I have the same problem with same error:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:blue&quot;&gt;&lt;br /&gt;ERROR:&lt;br /&gt;Error&lt;/p&gt;&lt;p&gt;The website server has not been able to respond to your request.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;This is new installation, no modifications.&lt;br /&gt;I downloaded the software&lt;br /&gt;downloaded modules gallery/ecommerce/forum/blog&lt;br /&gt;uploaded all&lt;br /&gt;did install&lt;/p&gt;&lt;p&gt;All works and i can login and manage all sections except CMS everytime i try and manage CMS it gives me that error&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login doesn't load CMS &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849?start=0#post20233&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/17849?start=0#post20233&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 05 Jan 2008 04:23:13 +1300</pubDate>
			<dc:creator>gamelodge</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/17849?start=0#post20233</guid>
		</item>
		
		<item>
			<title>Re: Login doesn't load CMS</title>
			<link>http://www.silverstripe.org/archive/show/17849?start=0#post17924</link>
			<description>&lt;p&gt;Ok, when in doubt, retrace your steps, right? I deleted the 3 changed files I'd been working with in the tutorial - Project.php, Student.php, and ProjectHolder.php. Ran a flush and deleted the cache, and the admin reappeared. Something in one of those files must have been causing an error, although I have no idea what it could have been...&lt;/p&gt;&lt;p&gt;looking for typos now...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login doesn't load CMS &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849?start=0#post17924&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/17849?start=0#post17924&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 25 Dec 2007 12:28:25 +1300</pubDate>
			<dc:creator>vcmusic42</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/17849?start=0#post17924</guid>
		</item>
		
		<item>
			<title>Re: Login doesn't load CMS</title>
			<link>http://www.silverstripe.org/archive/show/17849?start=0#post17921</link>
			<description>&lt;p&gt;The latest development as of 5 mins ago is that now, even when I enter the correct login details, going straight to &lt;a href=&quot;http://domain.com/admin&quot;&gt;http://domain.com/admin&lt;/a&gt; gets me this:&lt;/p&gt;&lt;p&gt;ERROR:&lt;br /&gt;Error&lt;/p&gt;&lt;p&gt;The website server has not been able to respond to your request.&lt;/p&gt;&lt;p&gt;No 500, 404, or other indications of where this is coming from.&lt;/p&gt;&lt;p&gt;This is ODD. All I've been doing this past hour is the Data-object Relationships tutorial, and I see my new pages/objects correctly in the flush - which proves it's not that the website is down. I get the login pages and the flush just fine, but have NO ACCESS to the admin now. ?? HELP!!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login doesn't load CMS &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849?start=0#post17921&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/17849?start=0#post17921&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 25 Dec 2007 12:20:51 +1300</pubDate>
			<dc:creator>vcmusic42</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/17849?start=0#post17921</guid>
		</item>
		
		<item>
			<title>Re: Login doesn't load CMS</title>
			<link>http://www.silverstripe.org/archive/show/17849?start=0#post17918</link>
			<description>&lt;p&gt;To login to the CMS go to domain.com/admin/ this will then redirect you to the security login page, then back to the CMS admin interface after you have logged in.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login doesn't load CMS &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849?start=0#post17918&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/17849?start=0#post17918&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 25 Dec 2007 12:05:01 +1300</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/17849?start=0#post17918</guid>
		</item>
		
		<item>
			<title>Login doesn't load CMS</title>
			<link>http://www.silverstripe.org/archive/show/17849#post17849</link>
			<description>&lt;p&gt;I don't know what's going on, but as of the past few days, my login page fails to redirect me to the CMS admin. When I go to:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://domain.com/Security/login&quot;&gt;http://domain.com/Security/login&lt;/a&gt;&lt;/p&gt;&lt;p&gt;it prompts me for the login/password, then says &quot;Welcome back,&quot; but then nothing happens. I was concerned I wouldn't be able to get into the admin at all, but I did, by going to domain.com/admin directly. However, I was rather fond of the redirect and want it back!&lt;/p&gt;&lt;p&gt;The only changes I've made have been to the page templates, because I've been testing a new layout. Other than that everything's the same. Any ideas on what could have caused this?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login doesn't load CMS &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849#post17849&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/17849#post17849&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 25 Dec 2007 04:02:23 +1300</pubDate>
			<dc:creator>vcmusic42</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/17849#post17849</guid>
		</item>
		

	</channel>
</rss>