<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Forum not activating</title>
		<link>http://www.wikidot.org/forum/t-200059/forum-not-activating</link>
		<description>Posts in the discussion thread &quot;Forum not activating&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 08 Sep 2010 10:03:31 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.wikidot.org/forum/t-200059#post-643239</guid>
				<title>Re: Forum not activating</title>
				<link>http://www.wikidot.org/forum/t-200059/forum-not-activating#post-643239</link>
				<description></description>
				<pubDate>Fri, 27 Nov 2009 12:38:57 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Nice job! Sorry for giving giving not-detailed instructions before. I'm glad you figured the rest out! Very helpful, for other users.</p> <p>Thank you very much.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-200059#post-643185</guid>
				<title>Re: Forum not activating</title>
				<link>http://www.wikidot.org/forum/t-200059/forum-not-activating#post-643185</link>
				<description></description>
				<pubDate>Fri, 27 Nov 2009 10:52:30 +0000</pubDate>
				<wikidot:authorName>Rui Salgado</wikidot:authorName>				<wikidot:authorUserId>407153</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I had to do several inserts:</p> <p>insert into site values (DEFAULT, 'Forum', null, 'template-en', null, null, null, false, start, true, false);</p> <p><em>I couldn't insert the site_id = 0. It created a site_id 111 used below.</em></p> <p>insert into site_settings values (111, true, null,null, 314572800, false, 'system:join', 50, 20, true, null, false, false, 10485760, true);</p> <p>insert into forum_settings values ( 111, null, 'true', 500);</p> <p>insert into category values (DEFAULT, 111, 'forum', true, 20, false, 'e:;c:;m:;d:;a:;r:;z:;o:', true, 1, null, true, null, null, null, true, true, null, null, null, true, false, false, null);</p> <p>Then I had to create all the forum pages using the instructions <a href="http://community.wikidot.com/howto:forums-fixing-them">here</a></p> <p>I might have put the wrong permissions but it seems to be working for now.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-200059#post-642862</guid>
				<title>Re: Forum not activating</title>
				<link>http://www.wikidot.org/forum/t-200059/forum-not-activating#post-642862</link>
				<description></description>
				<pubDate>Thu, 26 Nov 2009 18:13:47 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>See if you have a row with site_id 0 in table site_settings. If not, create it (using default values). It should work then.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-200059#post-642860</guid>
				<title>Forum not activating</title>
				<link>http://www.wikidot.org/forum/t-200059/forum-not-activating#post-642860</link>
				<description></description>
				<pubDate>Thu, 26 Nov 2009 18:09:05 +0000</pubDate>
				<wikidot:authorName>Rui Salgado</wikidot:authorName>				<wikidot:authorUserId>407153</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am trying to activate the foruns on a wikidot instalation but it seems that the DB records required to do so are not actually there.</p> <p>The error is <em>"Call to a member function getForumSettings() on a non-object in ManageSiteForumAction.php on line 46"</em>.</p> <p>Seems that it is looking for a site "template-en" but that does not exist on the sites table. Also the forum_settings and forum_categories tables are empty.</p> <p>Could you please provide the scripts?</p> <p>Thank you</p> <p><em>Installed from GIT with version of November 5th.</em></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>