<?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>First Time Login Issue</title>
		<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue</link>
		<description>Posts in the discussion thread &quot;First Time Login Issue&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Sat, 11 Apr 2026 23:33:52 +0000</lastBuildDate>
		
					<item>
				<guid>http://org.wikidot.com/forum/t-40293#post-221250</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/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://org.wikidot.com/forum/t-40293#post-220410</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-220410</link>
				<description></description>
				<pubDate>Mon, 14 Jul 2008 21:54:46 +0000</pubDate>
								<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 &quot;sandbox&quot; 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 &quot;master&quot; 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://org.wikidot.com/forum/t-40293#post-220332</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/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://org.wikidot.com/forum/t-40293#post-111828</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-111828</link>
				<description></description>
				<pubDate>Fri, 22 Feb 2008 13:29:33 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for the explanation. That makes better sense now.</p> <p>I am wondering if these 2 lines in your guide need to be changed to a &quot;<strong><span style="white-space: pre-wrap;">psql&#32;--command&#32;...</span></strong>&quot; format to be &quot;copy/paste friendly&quot; too:</p> <blockquote> <p>createdb &#8212;owner wd wd1<br /> createlang plpgsql wd1</p> </blockquote> <p>I recall having problems trying to get those to work without errors the last time I tried also. I ended up entering the shell and using &quot;CREATE DATABASE&#8230;&quot; and &quot;CREATE LANGUAGE&#8230;&quot; to get my setup to work.</p> <p>Thanks,<br /> -Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-40293#post-111739</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-111739</link>
				<description></description>
				<pubDate>Fri, 22 Feb 2008 09:42:24 +0000</pubDate>
				<wikidot:authorName>michal-frackowiak</wikidot:authorName>				<wikidot:authorUserId>1</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The debian quickstart is updated now and it icludes:</p> <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>Changing ownership will work too of course.</p> <p>In PostgreSQL 8.3 this is not really required since those tables are already in pg_catalog schema and are accessible to every user. In 8.3 TSearch is an integral part of the engine but in prior versions it is a contributed package.</p> <p>In the guide I have also replaced the <tt>createuser &#8230;</tt> shell command by <tt>psql &#8212;command &quot;CREATE USER wd PASSWORD 'wdpass'&quot;</tt>. The createuser is an interactive command (asks questions) to that it does not really work with the copy&amp;paste installation.</p> <p>Good work everyone!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-40293#post-111340</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-111340</link>
				<description></description>
				<pubDate>Thu, 21 Feb 2008 17:22:33 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Michal,</p> <p>I finally figured out that I wasn't connecting to the wd1 database (I had some trouble figuring out how to apply your changes after you edited the install guide). Once I did, and figured out how to change ownership of the pg_ts_* tables, everything started working.</p> <p>I'm using PostgreSQL v8.2.</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-40293#post-111336</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-111336</link>
				<description></description>
				<pubDate>Thu, 21 Feb 2008 17:19:40 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I had a little trouble figuring out the exact syntax needed in the changes Michal made to the Debian/Ubuntu guide. The problem I had with TSearch was that all of the pg_ts_* tables were not properly assigned to the wd user. Once I figured out how to change ownership, everything started working properly.</p> <p>If you look at the set of install scripts I uploaded, you'll see my solution was the &quot;permissions.sql&quot; file being loaded right after the Wikidot &quot;dump.sql&quot; file. That is where I change the owner of the pg_ts_* tables to the wd user. Your solution sounds simpler and more elegant! ;)</p> <p>I'm still testing as I continue to port over some of my wikidot.com sites. So far everything is looking good after Michal fixed the problem with &quot;button&quot; and &quot;collapsible&quot; by putting Tidy back into service.</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-40293#post-111225</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-111225</link>
				<description></description>
				<pubDate>Thu, 21 Feb 2008 15:01:09 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ed, have you got it running now?</p> <p>possibly something like this helps:</p> <div class="code"> <pre><code>GRANT ALL on pg_ts_cfg to wd</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-40293#post-110980</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-110980</link>
				<description></description>
				<pubDate>Thu, 21 Feb 2008 06:09:45 +0000</pubDate>
				<wikidot:authorName>michal-frackowiak</wikidot:authorName>				<wikidot:authorUserId>1</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Some of the psql commands need to be executed within the wd1 database, like creating ts2 schema and creating language. Perhaps this is the issue.</p> <p>The reason we are putting tsearch2 into the separate schema is easier maintainability of the db and postgresql version independence.</p> <p>Try pgadmin (<a href="http://www.pgadmin.org">http://www.pgadmin.org</a>) and see if the owerships are set correctly. We had no problems with the new config.</p> <p>Which PostgreSQL version are you using?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-40293#post-107163</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-107163</link>
				<description></description>
				<pubDate>Thu, 14 Feb 2008 14:11:56 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm really trying to be patient in hope of getting some help, but I'm started to get frustrated by the lack of activity in this forum.</p> <p>With all of the anticipation prior to the public release, can I be the only one in the world trying to get a Wikidot system up and running? I think I'm 95% there, but am stuck on getting the permissions issues resolved when trying to validate a new user account. Once I can get past that, I can do more complete testing and document the process for others.</p> <p>I realize the development team is probably working very hard on getting V.2 out the door, but wouldn't some successful V.1 installations be nice?</p> <p>Has anyone successfully set up Wikidot on their own server? If so, please share!</p> <p>Thanks,<br /> Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-40293#post-105877</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-105877</link>
				<description></description>
				<pubDate>Tue, 12 Feb 2008 04:28:53 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 While I (sort of) patiently await a response, I've been trying like crazy to make things work. Michal made a change to the Debian/Ubuntu install guide and I'm having a hard time figuring out how to use the syntax. I think I'm very close, but could use some help from someone who knows PostgreSQL syntax. The problem I have is that there is a permissions error accessing the PostgreSQL database when trying to verify a new user's account:<br /> <img src="http://pizzageek.wikidot.com/local--files/pgfiles/Account_Verification_Error.jpg" alt="Account_Verification_Error.jpg" class="image" /> <p>Here's Michal's documentation. It looks like he made some changes to improve the search function or added some steps missed in the original document. I tried multiple ways to use his syntax as written, but kept getting errors. I am a Linux noob, so please be nice if I'm missing something obvious. ;)</p> <div class="code"> <pre><code>cd /var/www/wikidot su postgres createuser --password 'wdpass' wd createdb --owner wd wd1 createlang plpgsql wd1 # initialize tsearch2 (search engine) in a separate schema psql --command &quot;CREATE SCHEMA ts2 AUTHORIZATION wd&quot; wd1 cat /usr/share/postgresql/8.1/contrib/tsearch2.sql | sed '1,5s/SET search_path = public/SET search_path = ts2/' | psql wd1 psql wd1 &lt; files/dump.sql exit # exits su postgres</code></pre></div> <br /> Here's what I did in an effort to make it work. <blockquote> <p>cd /var/www/wikidot<br /> su postgres<br /> <span style="color: red">psql</span><br /> <span style="text-decoration: line-through;">createuser &#8212;password 'wdpass' wd</span><br /> <span style="color: red">CREATE USER wd WITH PASSWORD 'wdpass';</span><br /> <span style="text-decoration: line-through;">createdb &#8212;owner wd wd1</span><br /> <span style="color: red">CREATE DATABASE wd1 OWNER wd;</span><br /> <span style="text-decoration: line-through;">createlang plpgsql wd1</span><br /> <span style="color: red">CREATE LANGUAGE plpgsql;</span><br /> (note: I tried <span style="color: red">CREATE LANGUAGE plpgsql wd1;</span> but it gave me a syntax error)<br /> <span style="white-space: pre-wrap;">#</span> initialize tsearch2 (search engine) in a separate schema<br /> <span style="text-decoration: line-through;"><span style="white-space: pre-wrap;">psql&#32;--command&#32;&quot;CREATE&#32;SCHEMA&#32;ts2&#32;AUTHORIZATION&#32;wd&quot;&#32;wd1</span></span><br /> <span style="color: red">CREATE SCHEMA ts2 AUTHORIZATION wd;</span><br /> <span style="color: red">\q</span> (to exit to the psql environment)<br /> cat /usr/share/postgresql/8.1/contrib/tsearch2.sql | sed '1,5s/SET search_path = public/SET search_path = ts2/' | psql wd1<br /> psql wd1 &lt; files/dump.sql<br /> exit # (exits su postgres)</p> </blockquote> <p>I'm also including the output from my terminal window to see if anyone can spot something obvious and provide a fix (it's in a collapsible container below - it's over 1000 lines). I highlighted lines that jumped out as errors or warnings in <span style="color: red">red text</span>.</p> <p>Thanks in advance to anyone who can shed some light&#8230;<br /> -Ed</p> <div class="collapsible-block"> <div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">--Show&nbsp;the&nbsp;terminal&nbsp;window&nbsp;output--</a></div> <div class="collapsible-block-unfolded" style="display:none"> <div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">--Hide&nbsp;the&nbsp;terminal&nbsp;window&nbsp;output--</a></div> <div class="collapsible-block-content"> <blockquote> <p>postgres=# create database wd1 owner wd;<br /> CREATE DATABASE<br /> postgres=# create language plpgsql;<br /> CREATE LANGUAGE<br /> postgres=# CREATE SCHEMA ts2 AUTHORIZATION wd;<br /> CREATE SCHEMA<br /> postgres=# \q<br /> <span style="color: blue">postgres@wikidot:/var/www/wikidot$ cat /usr/share/postgresql/8.2/contrib/tsearch2.sql | sed '1,5s/SET search_path = public/SET search_path = ts2/' | psql wd1</span><br /> <span style="color: red">ERROR: schema &quot;ts2&quot; does not exist</span><br /> BEGIN<br /> <span style="color: red">NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index &quot;pg_ts_dict_pkey&quot; for table &quot;pg_ts_dict&quot;</span><br /> CREATE TABLE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> INSERT 17905&#160;1<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> INSERT 17908&#160;1<br /> CREATE FUNCTION<br /> INSERT 17910&#160;1<br /> CREATE FUNCTION<br /> INSERT 17912&#160;1<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> INSERT 17915&#160;1<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> INSERT 17918&#160;1<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> INSERT 17921&#160;1<br /> <span style="color: red">NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index &quot;pg_ts_parser_pkey&quot; for table &quot;pg_ts_parser&quot;</span><br /> CREATE TABLE<br /> CREATE TYPE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE TYPE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> INSERT 17946&#160;1<br /> <span style="color: red">NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index &quot;pg_ts_cfg_pkey&quot; for table &quot;pg_ts_cfg&quot;</span><br /> CREATE TABLE<br /> <span style="color: red">NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index &quot;pg_ts_cfgmap_pkey&quot; for table &quot;pg_ts_cfgmap&quot;</span><br /> CREATE TABLE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> INSERT 17964&#160;1<br /> INSERT 17965&#160;1<br /> INSERT 17966&#160;1<br /> INSERT 17967&#160;1<br /> INSERT 17968&#160;1<br /> INSERT 17969&#160;1<br /> INSERT 17970&#160;1<br /> INSERT 17971&#160;1<br /> INSERT 17972&#160;1<br /> INSERT 17973&#160;1<br /> INSERT 17974&#160;1<br /> INSERT 17975&#160;1<br /> INSERT 17976&#160;1<br /> INSERT 17977&#160;1<br /> INSERT 17978&#160;1<br /> INSERT 17979&#160;1<br /> INSERT 17980&#160;1<br /> INSERT 17981&#160;1<br /> INSERT 17982&#160;1<br /> INSERT 17983&#160;1<br /> INSERT 17984&#160;1<br /> INSERT 17985&#160;1<br /> INSERT 17986&#160;1<br /> INSERT 17987&#160;1<br /> INSERT 17988&#160;1<br /> INSERT 17989&#160;1<br /> INSERT 17990&#160;1<br /> INSERT 17991&#160;1<br /> INSERT 17992&#160;1<br /> INSERT 17993&#160;1<br /> INSERT 17994&#160;1<br /> INSERT 17995&#160;1<br /> INSERT 17996&#160;1<br /> INSERT 17997&#160;1<br /> INSERT 17998&#160;1<br /> INSERT 17999&#160;1<br /> INSERT 18000&#160;1<br /> INSERT 18001&#160;1<br /> INSERT 18002&#160;1<br /> INSERT 18003&#160;1<br /> INSERT 18004&#160;1<br /> INSERT 18005&#160;1<br /> INSERT 18006&#160;1<br /> INSERT 18007&#160;1<br /> INSERT 18008&#160;1<br /> INSERT 18009&#160;1<br /> INSERT 18010&#160;1<br /> INSERT 18011&#160;1<br /> INSERT 18012&#160;1<br /> INSERT 18013&#160;1<br /> INSERT 18014&#160;1<br /> INSERT 18015&#160;1<br /> INSERT 18016&#160;1<br /> INSERT 18017&#160;1<br /> INSERT 18018&#160;1<br /> INSERT 18019&#160;1<br /> INSERT 18020&#160;1<br /> INSERT 18021&#160;1<br /> INSERT 18022&#160;1<br /> INSERT 18023&#160;1<br /> INSERT 18024&#160;1<br /> INSERT 18025&#160;1<br /> INSERT 18026&#160;1<br /> INSERT 18027&#160;1<br /> INSERT 18028&#160;1<br /> INSERT 18029&#160;1<br /> INSERT 18030&#160;1<br /> INSERT 18031&#160;1<br /> INSERT 18032&#160;1<br /> INSERT 18033&#160;1<br /> INSERT 18034&#160;1<br /> INSERT 18035&#160;1<br /> INSERT 18036&#160;1<br /> INSERT 18037&#160;1<br /> INSERT 18038&#160;1<br /> INSERT 18039&#160;1<br /> INSERT 18040&#160;1<br /> INSERT 18041&#160;1<br /> INSERT 18042&#160;1<br /> INSERT 18043&#160;1<br /> <span style="color: red">NOTICE: type &quot;tsvector&quot; is not yet defined</span><br /> DETAIL: Creating a shell type definition.<br /> CREATE FUNCTION<br /> <span style="color: red">NOTICE: argument type tsvector is only a shell</span><br /> CREATE FUNCTION<br /> CREATE TYPE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE OPERATOR<br /> <span style="color: red">NOTICE: type &quot;tsquery&quot; is not yet defined</span><br /> DETAIL: Creating a shell type definition.<br /> CREATE FUNCTION<br /> <span style="color: red">NOTICE: argument type tsquery is only a shell</span><br /> CREATE FUNCTION<br /> CREATE TYPE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> COMMENT<br /> CREATE FUNCTION<br /> COMMENT<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> <span style="color: red">NOTICE: type &quot;gtsvector&quot; is not yet defined</span><br /> DETAIL: Creating a shell type definition.<br /> CREATE FUNCTION<br /> <span style="color: red">NOTICE: argument type gtsvector is only a shell</span><br /> CREATE FUNCTION<br /> CREATE TYPE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE OPERATOR CLASS<br /> CREATE TYPE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE TYPE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR CLASS<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR CLASS<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE OPERATOR<br /> CREATE FUNCTION<br /> CREATE OPERATOR<br /> CREATE FUNCTION<br /> CREATE OPERATOR<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE AGGREGATE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> <span style="color: red">NOTICE: type &quot;gtsq&quot; is not yet defined</span><br /> DETAIL: Creating a shell type definition.<br /> CREATE FUNCTION<br /> <span style="color: red">NOTICE: argument type gtsq is only a shell</span><br /> CREATE FUNCTION<br /> CREATE TYPE<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE OPERATOR CLASS<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE FUNCTION<br /> CREATE OPERATOR<br /> CREATE OPERATOR<br /> CREATE OPERATOR CLASS<br /> COMMIT<br /> <span style="color: blue">postgres@wikidot:/var/www/wikidot$ psql wd1 &lt; files/dump.sql</span><br /> SET<br /> SET<br /> SET<br /> COMMENT<br /> SET<br /> SET<br /> SET<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>20<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>52<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>8<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>85<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>76<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>67<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>52<br /> (1 row)</p> <p>setval</p> <hr /> <p>48<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>59<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>58<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>3<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>23<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>CREATE TABLE<br /> ALTER TABLE<br /> setval</p> <hr /> <p>1<br /> (1 row)</p> <p>ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE INDEX<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> CREATE RULE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> ALTER TABLE<br /> REVOKE<br /> REVOKE<br /> GRANT<br /> GRANT<br /> GRANT<br /> GRANT<br /> <span style="color: blue">postgres@wikidot:/var/www/wikidot$ exit</span><br /> exit<br /> root@wikidot:/var/www/wikidot# cp conf/GlobalProperties.php.orig conf/GlobalProperties.php<br /> root@wikidot:/var/www/wikidot# php bin/configure.php<br /> Processing /web/.htaccess &#8230;.<br /> Processing /files/apache.vhost.wikidot.conf &#8230;.<br /> Processing /files/crontab &#8230;.<br /> Generating RSA keys ..<br /> Generating RSA private key, 512 bit long modulus<br /> &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;++++++++++++<br /> &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;++++++++++++<br /> e is 65537 (0x10001)<br /> writing RSA key<br /> Done!!!</p> <p>Now please use the following files:</p> <p>files/apache.vhost.wikidot.conf - append to your Apache configuration,<br /> files/crontab - append to your Crontab configuration</p> <p>You might also get a Flickr API key from <a href="http://flickr.com">http://flickr.com</a> and<br /> put it to files/flickr-api-key.txt</p> <p>root@wikidot:/var/www/wikidot# cp files/apache.vhost.wikidot.conf /etc/apache2/sites-available/<br /> root@wikidot:/var/www/wikidot# rm /etc/apache2/sites-enabled/000-default<br /> root@wikidot:/var/www/wikidot# ln -s /etc/apache2/sites-available/apache.vhost.wikidot.conf /etc/apache2/sites-enabled/000-wikidot<br /> root@wikidot:/var/www/wikidot# cat files/crontab &#187; /etc/crontab<br /> root@wikidot:/var/www/wikidot# chown www-data:www-data -R .<br /> root@wikidot:/var/www/wikidot# /etc/init.d/apache2 restart<br /> * Restarting web server apache2 [ OK ]<br /> root@wikidot:/var/www/wikidot# /etc/init.d/postgresql-8.2 restart<br /> * Restarting PostgreSQL 8.2 database server [ OK ]</p> </blockquote> </div> </div> </div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-40293#post-104715</guid>
				<title>Re: First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-104715</link>
				<description></description>
				<pubDate>Sat, 09 Feb 2008 19:52:38 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>OK, this definitely appears to be some kind of bug.</p> <p>To test a theory, I loaded up another fresh install on another PC (and it happened to be identical hardware) and reinstalled everything from scratch. This time, I named my server &quot;<strong>wikidot</strong>&quot;, rather than a name of my own choosing. I edited the <strong>/etc/hosts</strong> file so <strong>www.wikidot.com</strong> would find my server first.</p> <p>I was able to login as the admin super user with no problems.</p> <p>Interestingly, this also solved the problem of the <strong>Captcha</strong> alpha-numerics not appearing on the Captcha background.</p> <p>Given these findings:</p> <blockquote> <ul> <li>It appears that the initial super-user and password are tied to the server name somehow. Is this true?</li> <li>It also appears that the Captcha algorithm is similarly related to the server name. Is this true?</li> </ul> <blockquote> <p><strong>Can this be duplicated/verified by the development team or others? If so, can some additional instructions be added to the Debian guide to resolve these issues?</strong></p> </blockquote> </blockquote> <p>I probably have over 50 hours invested in the last 9 days since Wikidot Open Source was released in trying to get this working properly. If this bit of testing and fact-finding can lead to a solution so others can benefit from my time, it will be well worth it.</p> <p>I said once before I was <span style="color: red"><span style="font-size:80%;">&gt;this&lt;</span></span> close. This time I truly believe it!</p> <p>Thanks,<br /> Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-40293#post-104150</guid>
				<title>First Time Login Issue</title>
				<link>http://org.wikidot.com/forum/t-40293/first-time-login-issue#post-104150</link>
				<description></description>
				<pubDate>Fri, 08 Feb 2008 12:55:30 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm not sure if this is a repeatable problem, but it's happened twice to me. I can't login to my wikidot site as any user (super-admin, admin, or &quot;regular&quot;). What broke things (I think) was that I renamed my server and updated all of my config files with the new server name. The site still loads fine, but everytime I try to log in, I get this message:</p> <blockquote> <p>You have been inactive quite a long while trying to log in and your session data have expired.<br /> Please try to click 'log in' once again.</p> </blockquote> <p>I have tried clearing my browser's cache, stopping and starting apache and postgresql, and rebooting the server. Nothing seems to work.</p> <p>The first time it happens was after I got my initial install working. Trying to log in as the super-admin was giving me the same issue. With all of the other problems I was having at that time trying to get the site working, I can't remember what I did that finally allowed me to log in.</p> <p>Is there some table I can clear out in the postgresql database to jumpstart things?</p> <p>I plan on doing a clean install from scratch again this weekend to see if I can document the complete process of getting a local, private wikidot server up and running. I'll know then if this login issue is repeatable.</p> <p>Thanks to everyone for your help. In spite of some issues, this has been a great learning experience!</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>