<?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>Installation help (new posts)</title>
		<link>http://www.wikidot.org/forum/c-28013/installation-help</link>
		<description>Posts in the forum category &quot;Installation help&quot; - Getting it running.</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://www.wikidot.org/forum/t-81202#post-243313</guid>
				<title>missing login and create account pages: Re: missing login and create account pages</title>
				<link>http://www.wikidot.org/forum/t-81202/missing-login-and-create-account-pages#post-243313</link>
				<description></description>
				<pubDate>Thu, 21 Aug 2008 01:32:52 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I can report that the updated scripts work great, but until there is an update to the rewrite rules or instructions on configuring things with Lighttpd, you'll have problems with private sites if you're running Wikidot on an Apache server. If you stick with "public" sites, then the latest revision works great with Apache.</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-81202#post-242863</guid>
				<title>missing login and create account pages: Re: missing login and create account pages</title>
				<link>http://www.wikidot.org/forum/t-81202/missing-login-and-create-account-pages#post-242863</link>
				<description></description>
				<pubDate>Wed, 20 Aug 2008 10:33:35 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Update to the newest revision, there is a script bin/update-2008-08-19.php that creates the new pages.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-81202#post-242673</guid>
				<title>missing login and create account pages: Re: missing login and create account pages</title>
				<link>http://www.wikidot.org/forum/t-81202/missing-login-and-create-account-pages#post-242673</link>
				<description></description>
				<pubDate>Tue, 19 Aug 2008 22:09:04 +0000</pubDate>
				<wikidot:authorName>USDPhysicsProf</wikidot:authorName>				<wikidot:authorUserId>2615</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ed,</p> <p>Thanks! I kept track of the conversations on the google group page and rolled back to revision 39 this morning and now everything is working great!</p> <p>lcc…Since it was a new install, I actually deleted the files and redid the wikidot install using 'svn checkout -r 39' to get revision 39, and everything seems to be working fine. When I tried 'svn update -r 39', I had all kinds of permission errors for overwriting files which is why I switched to that method. Hope that helps.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-81202#post-239756</guid>
				<title>missing login and create account pages: Re: missing login and create account pages</title>
				<link>http://www.wikidot.org/forum/t-81202/missing-login-and-create-account-pages#post-239756</link>
				<description></description>
				<pubDate>Thu, 14 Aug 2008 02:55:06 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There seems to be an issue with the javascript. There is the "URL from hell" being generated (from the javascript?).<br /> From the login link:</p> <blockquote> <p>The page <em>login:login</em> you want to access does not exist.</p> </blockquote> <div class="code"> <pre> <code>http://www.mywikidot.com/login:login?origUrl=http%3A%2F%2Fwww.mywikidot.com%2F</code> </pre></div> <br /> From the create account link: <blockquote> <p>The page <em>login:newaccount</em> you want to access does not exist.</p> </blockquote> <div class="code"> <pre> <code>http://www.mywikidot.com/login:newaccount?origUrl=http%3A%2F%2Fwww.mywikidot.com%2F</code> </pre></div> <br /> -Ed
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-81202#post-239748</guid>
				<title>missing login and create account pages: Re: missing login and create account pages</title>
				<link>http://www.wikidot.org/forum/t-81202/missing-login-and-create-account-pages#post-239748</link>
				<description></description>
				<pubDate>Thu, 14 Aug 2008 02:32:55 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>I had struggled for a while to install wikidot on Fedora Core 9 and yesterday gave up and installed Ubuntu 8.04. Most of the installation guide went fine, although I did have to play around with the postgresql setup. Is it possible that this problem is related to that?</p> </blockquote> <p>As written, the Ubuntu local install works well, but I had issues with Postgresql when I used <strong>aptitude</strong> rather than <strong>apt-get</strong> to install the packages. I found that aptitude installs 100+ more MB of applications than apt when installing the Ubuntu Desktop. It includes Postfix among other things that apt does not load. I haven't confirmed this, but I think that Postfix creates some kind of conflict with Postgresql. It's been a while, but I remember having to edit the Postgrresql config file to make it listen on the correct port or tell it explicitly to use 127.0.0.1 instead of "localhost".</p> <p>If you get a good working install I stumbled upon a slick program that will back up your installation to a bootable/live CD/DVD and preserve virtually all of your settings. It's called <strong>remastersys</strong> (<a href="http://www.ubuntugeek.com/creating-custom-ubuntu-live-cd-with-remastersys.html" >http://www.ubuntugeek.com/creating-custom-ubuntu-live-cd-with-remastersys.html</a>). Be sure to read the comments to make sure you grab it from the right repository. The live CD works (<em>sort-of</em>), but has issues with themes and ajax stuff. You can make an iso image as a "backup" or "dist"(ributable) disk. The difference is that the "backup" image preserves any user accounts you set up. The only real tweaking you have to do after installing either image is to reconfigure the <strong>/etc/hosts</strong> file. It's pretty cool. I envision this as a great way to distribute "Wikidot in a Box".</p> <p>I hope to have some time in the next couple of days to try another "clean" install. In the meantime, you may want to check out this info I got from Gabrys on the developers Google Groups discussion forum: <a href="http://groups.google.com/group/wikidot/browse_thread/thread/124f51e1f92136c0?hl=en" >http://groups.google.com/group/wikidot/browse_thread/thread/124f51e1f92136c0?hl=en</a></p> <p>It sounds like we may want to stick with some prior revisions (I would guess somewhere around rev 195) until they get everything sorted out.</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-81202#post-239477</guid>
				<title>missing login and create account pages: Re: missing login and create account pages</title>
				<link>http://www.wikidot.org/forum/t-81202/missing-login-and-create-account-pages#post-239477</link>
				<description></description>
				<pubDate>Wed, 13 Aug 2008 18:42:19 +0000</pubDate>
				<wikidot:authorName>USDPhysicsProf</wikidot:authorName>				<wikidot:authorUserId>2615</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm having the exact same problem. I installed revision 204 yesterday (7/12/2008) and just updated to revision 215 (using svn update), and still have the same problem. The main page looks great, but I cannot go to the login or create accounts page because it says that page does not exist.</p> <p>I had struggled for a while to install wikidot on Fedora Core 9 and yesterday gave up and installed Ubuntu 8.04. Most of the installation guide went fine, although I did have to play around with the postgresql setup. Is it possible that this problem is related to that?</p> <p>I'm not new to web programming (although I'm by no mean an expert), but this is my first attempt with the server-side of wikis.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-81202#post-239267</guid>
				<title>missing login and create account pages: Re: missing login and create account pages</title>
				<link>http://www.wikidot.org/forum/t-81202/missing-login-and-create-account-pages#post-239267</link>
				<description></description>
				<pubDate>Wed, 13 Aug 2008 11:41:29 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That's one I haven't seen before. I see that we're up to rev 210 already. Maybe a new bug was introduced. I can do a test install of the latest rev to see if I can recreate it.</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-81202#post-239021</guid>
				<title>missing login and create account pages: missing login and create account pages</title>
				<link>http://www.wikidot.org/forum/t-81202/missing-login-and-create-account-pages#post-239021</link>
				<description></description>
				<pubDate>Tue, 12 Aug 2008 23:00:24 +0000</pubDate>
				<wikidot:authorName>lcc</wikidot:authorName>				<wikidot:authorUserId>183050</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm using rev 204, and although my wiki does indeed show up, it tells em the login and create account pages are yet to be created. Ideas?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-38932#post-232886</guid>
				<title>Windows (&amp; WAMP) support: Re: Windows (&amp; WAMP) support</title>
				<link>http://www.wikidot.org/forum/t-38932/windows-wamp-support#post-232886</link>
				<description></description>
				<pubDate>Sat, 02 Aug 2008 07:10:30 +0000</pubDate>
				<wikidot:authorName>derek_joe84</wikidot:authorName>				<wikidot:authorUserId>177242</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have an online networking site to which I am trying to link with Google Talk.<br /> The problem is that when I am running the code the browser shows streams_socket_enable_crypto[stream.crypto]:this stream does not support SSL/crypto.<br /> On enquiring with Google tech team,I got the answer that u should enable openssl.<br /> I did enable it in php.ini but on running phpinfo() it shows no details about openssl in the browser.what should I do? pls help me out!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-75523#post-225734</guid>
				<title>First time login issue: Re: First time login issue</title>
				<link>http://www.wikidot.org/forum/t-75523/first-time-login-issue#post-225734</link>
				<description></description>
				<pubDate>Wed, 23 Jul 2008 05:31:28 +0000</pubDate>
				<wikidot:authorName>Gregory Buchenberger</wikidot:authorName>				<wikidot:authorUserId>79797</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That was it! I can log in and the Captcha image shows. Thanks. I've updated the Ubuntu 8.04 / Postgres 8.3 instructions to suggest "mywikidot.local" as the domain name.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-75523#post-224922</guid>
				<title>First time login issue: Re: First time login issue</title>
				<link>http://www.wikidot.org/forum/t-75523/first-time-login-issue#post-224922</link>
				<description></description>
				<pubDate>Tue, 22 Jul 2008 00:07:13 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Have you tried adding a "<strong>.com</strong>" to your server/site name(s) in the <tt>/etc/hosts</tt> file? That _might_ fix the first time login issue. I recall being told by Michal or Gabrys that Wikidot explicitly needs a "<strong>.com</strong>" to run properly. After reading your guide more carefully, I see that you're recommending dropping the "<strong>.com</strong>" and I don't think that works well.</p> <p>Sorry it took so long for me to catch that (if that is indeed the cause of your issue).</p> <p>See this thread: <a href="http://www.wikidot.org/forum/t-55928/wikidot-after-install" >http://www.wikidot.org/forum/t-55928/wikidot-after-install</a></p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-75523#post-223921</guid>
				<title>First time login issue: First time login issue</title>
				<link>http://www.wikidot.org/forum/t-75523/first-time-login-issue#post-223921</link>
				<description></description>
				<pubDate>Sun, 20 Jul 2008 06:27:25 +0000</pubDate>
				<wikidot:authorName>Gregory Buchenberger</wikidot:authorName>				<wikidot:authorUserId>79797</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am getting the following error when I try to log in for the first time:</p> <div class="code"> <pre> <code>You have been inactive quite a long while trying to log in and your session data have expired. Please try to click 'log in' once again.</code> </pre></div> <br /> I'm using version 8.3 of postgreSQL. When I try <div class="code"> <pre> <code>GRANT ALL ON ts2.pg_ts_cfg, ts2.pg_ts_cfgmap, ts2.pg_ts_parser, ts2.pg_ts_dict TO wd;</code> </pre></div> <p>I get:</p> <div class="code"> <pre> <code>ERROR: relation "ts2.pg_ts_cfg" does not exist</code> </pre></div> <p>I understand that the tables are in a different place. I have also manually changed ownership of those tables to <tt>wd</tt> to no avail. Am I missing something here? Why am I not able to log in? I can get the VMware dev image working just fine. Has something changed since 137?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-75025#post-223190</guid>
				<title>Ubuntu Server 8.04 Install: Re: Ubuntu Server 8.04 Install</title>
				<link>http://www.wikidot.org/forum/t-75025/ubuntu-server-8-04-install#post-223190</link>
				<description></description>
				<pubDate>Fri, 18 Jul 2008 19:25:44 +0000</pubDate>
				<wikidot:authorName>Gregory Buchenberger</wikidot:authorName>				<wikidot:authorUserId>79797</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Excellent! Thanks Ed.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-75025#post-222732</guid>
				<title>Ubuntu Server 8.04 Install: Ubuntu Server 8.04 Install</title>
				<link>http://www.wikidot.org/forum/t-75025/ubuntu-server-8-04-install#post-222732</link>
				<description></description>
				<pubDate>Fri, 18 Jul 2008 04:47:25 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I just completed an install on Ubuntu Server 8.04 and so far, everything seems very happy. I'll be doing some testing over the weekend and add or update my install guide with the steps I took.</p> <p>At first blush, it appears that quite a few things have been taken care of and improved with the latest version compared to the version I'm running on my production machine at work (went live back in late March / early April).</p> <p>Thanks to all of the developers for the hard work! It's <strong>very cool</strong> that Wikidot Version 1 is still being improved while Version 2 is in full development mode.</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-40293#post-221250</guid>
				<title>First Time Login Issue: Re: First Time Login Issue</title>
				<link>http://www.wikidot.org/forum/t-40293/first-time-login-issue#post-221250</link>
				<description></description>
				<pubDate>Wed, 16 Jul 2008 01:40:52 +0000</pubDate>
				<wikidot:authorName>Gregory Buchenberger</wikidot:authorName>				<wikidot:authorUserId>79797</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks Ed. I'll work in parallel as I am able.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-40293#post-220410</guid>
				<title>First Time Login Issue: Re: First Time Login Issue</title>
				<link>http://www.wikidot.org/forum/t-40293/first-time-login-issue#post-220410</link>
				<description></description>
				<pubDate>Mon, 14 Jul 2008 21:54:46 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>Although, Ed, you've certainly proved to me that you have quite a bit of mastery. Or maybe you're a Google ninja like many of us. Anyways, I could not have gotten to login screen without your published research. Thanks.</p> </blockquote> <p>You're welcome. I like the term <em>Google ninja</em>! I'm do rely heavily on Google to find answers when I'm stuck. I used your guide yesterday to try to set up a working system with Unbuntu 8.04 and was able to log in OK as admin, but when I created a new "sandbox" wiki it showed that I wasn't logged in and all attempts to login to that site failed. I did stay logged in to the "master" site, however. I didn't have time to dig, so I'm not sure what the deal is yet.</p> <p>I think I'm going to wipe my test server and try again from scratch and do a better job of documenting my steps this time.</p> <p>Stay tuned!<br /> -Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-40293#post-220332</guid>
				<title>First Time Login Issue: Re: First Time Login Issue</title>
				<link>http://www.wikidot.org/forum/t-40293/first-time-login-issue#post-220332</link>
				<description></description>
				<pubDate>Mon, 14 Jul 2008 20:20:48 +0000</pubDate>
				<wikidot:authorName>Gregory Buchenberger</wikidot:authorName>				<wikidot:authorUserId>79797</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am having a similar issue with my first login. I get:</p> <div class="code"> <pre> <code>You have been inactive quite a long while trying to log in and your session data have expired. Please try to click 'log in' once again.</code> </pre></div> <p>I'm using Postgresql 8.3 and I've checked and all pg_ts_* tables are owned by wd. I'm still getting the error. Are there additional considerations with version 8.3? As Michal pointed out, the tables are now in the pg_catalog schema.</p> <p>As I am, like Ed states, a bit of a noob to some of this, I'm following the Wiki quite literally (cut/paste) without fully understanding the underlying logic. Although, Ed, you've certainly proved to me that you have quite a bit of mastery. Or maybe you're a Google ninja like many of us. Anyways, I could not have gotten to login screen without your published research. Thanks.</p> <p>The Ubuntu 8 system that I am using is not virtual (is nonvirtual a word? Oddly, it could be.) so it's a bit harder to roll back changes. I'll do the next install on a VM and take copious snapshots. But first, perhaps someone has a different set of psql commands for 8.3 that work?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-69018#post-205695</guid>
				<title>require_once(DB_SitePeerBase.php) fails in r.126: Re: require_once(DB_SitePeerBase.php) fails in r.126</title>
				<link>http://www.wikidot.org/forum/t-69018/require-once-db-sitepeerbase-php-fails-in-r-126#post-205695</link>
				<description></description>
				<pubDate>Mon, 23 Jun 2008 12:11:30 +0000</pubDate>
				<wikidot:authorName>Giovanni Savastano</wikidot:authorName>				<wikidot:authorUserId>106332</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>cd /var/www/wikidot<br /> php bin/generate_om.php</p> <p>hope this help.<br /> Giovanni</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-69018#post-204225</guid>
				<title>require_once(DB_SitePeerBase.php) fails in r.126: require_once(DB_SitePeerBase.php) fails in r.126</title>
				<link>http://www.wikidot.org/forum/t-69018/require-once-db-sitepeerbase-php-fails-in-r-126#post-204225</link>
				<description></description>
				<pubDate>Sat, 21 Jun 2008 01:04:17 +0000</pubDate>
				<wikidot:authorName>albertoxx</wikidot:authorName>				<wikidot:authorUserId>36936</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,<br /> I just checked out rev.126, followed install instructions, but startup fails due to a missing DB_SitePeerBase.php from autoload.inc.php<br /> I noticed that file was removed in rev.107<br /> Any clue how to resolve this problem?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-63668#post-186359</guid>
				<title>how to setup a wikifarm: Re: how to setup a wikifarm</title>
				<link>http://www.wikidot.org/forum/t-63668/how-to-setup-a-wikifarm#post-186359</link>
				<description></description>
				<pubDate>Sun, 08 Jun 2008 09:13:13 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No problem!</p> <p>Thanks for sharing and using Wikidot!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>