<?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>Wikidot Open Source - new forum posts</title>
		<link>http://www.wikidot.org/forum/start</link>
		<description>Posts in forums of the site &quot;Wikidot Open Source&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Thu, 29 Jul 2010 13:29:47 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.wikidot.org/forum/t-255960#post-838395</guid>
				<title>Re: Which library or libraries are involved in creating the Captcha?</title>
				<link>http://www.wikidot.org/forum/t-255960/which-library-or-libraries-are-involved-in-creating-the-captcha#post-838395</link>
				<description></description>
				<pubDate>Wed, 28 Jul 2010 16:36:30 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It's been a while since I tried a WDOS install, but the last time I did, I had the same problem. I installed some extra packages listed in an old install guide I wrote and captcha started to work after that. Sorry, I have no idea which package solved the problem.</p> <p>My old guide is here:<br /> <a href="http://my-wd-local.wikidot.com/guide:ubuntu-8-04-with-lighttpd-install">http://my-wd-local.wikidot.com/guide:ubuntu-8-04-with-lighttpd-install</a></p> <p>-Ed</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-255960/which-library-or-libraries-are-involved-in-creating-the-captcha">Which library or libraries are involved in creating the Captcha?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-255960#post-838312</guid>
				<title>Which library or libraries are involved in creating the Captcha?</title>
				<link>http://www.wikidot.org/forum/t-255960/which-library-or-libraries-are-involved-in-creating-the-captcha#post-838312</link>
				<description></description>
				<pubDate>Wed, 28 Jul 2010 14:39:39 +0000</pubDate>
				<wikidot:authorName>slaufer</wikidot:authorName>				<wikidot:authorUserId>343204</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>We have a problem where the captcha only displays correctly in Safari. The captcha doesn't display correctly in any other Web browsers.</p> <p>In order to troubleshoot this, I'm hoping to find out which library or libraries are involved in the creation and display of the captcha image?</p> <p>Thanks!</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-255960/which-library-or-libraries-are-involved-in-creating-the-captcha">Which library or libraries are involved in creating the Captcha?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-254740#post-834095</guid>
				<title>Wikidot behind Apache proxy?</title>
				<link>http://www.wikidot.org/forum/t-254740/wikidot-behind-apache-proxy#post-834095</link>
				<description></description>
				<pubDate>Wed, 21 Jul 2010 20:27:20 +0000</pubDate>
				<wikidot:authorName>ErinNichols</wikidot:authorName>				<wikidot:authorUserId>216953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have an existing web server that runs Apache, and would like to have a wikidot wiki on it.<br /> The server is behind a firewall that I don't control; it can only serve to the outside world on port 80, so I can't just run wikidot on a different port and be done with it.</p> <p>Since wikidot is self-contained and insists on being at the root of the server, my only real option is to proxy requests to wikidot through Apache. I have wikidot running on port 8080, only accessible from the server. I have Apache configured as a reverse proxy with mod_proxy and mod_proxy_html, and it's halfway working: it serves pages and rewrites the links in the sidebar. It doesn't rewrite the @import style directive, so no CSS, but I could get that working with regexp's. The bigger problem is ajax, which I've never personally dealt with so I have no idea how to fix.</p> <p>When I try to login/create a page/pretty much anything, I get this error:</p> <div class="code"> <pre> <code>The ajax request failed. Please check your internet connection or report a bug if the error repeats during your work. code:404</code> </pre></div> <p>Has anyone gotten wikidot running behind an apache proxy? Or, barring that, any other ajax web app? I'm not sure where to go from here.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-254740/wikidot-behind-apache-proxy">Wikidot behind Apache proxy?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-254736#post-834088</guid>
				<title>Got it running but need to enable some key features</title>
				<link>http://www.wikidot.org/forum/t-254736/got-it-running-but-need-to-enable-some-key-features#post-834088</link>
				<description></description>
				<pubDate>Wed, 21 Jul 2010 20:14:55 +0000</pubDate>
				<wikidot:authorName>jinzishuai</wikidot:authorName>				<wikidot:authorUserId>226724</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi there,</p> <p>I've been using www.wikidot.com for years and recently decided to run it on my own computer.<br /> So I installed the deb package on my ubuntu 9.10 box and it worked. Very nice!<br /> I was even able to login as Admin to change the site from default public to private, just like what you would have do on wikidot.com.</p> <p>However, I still need a few key features before settling down.<br /> 1. Is there any way to run the site as https instead of http? I guess I would have to change the lighttp conf file, right? Is there any documentation on this? Thanks.<br /> 2. I would really love to run multiple sites, with each site having different members and styles for different projects I am running. I notcied that the current wiki process is</p> <blockquote> <p>lighttpd -f conf/lighttpd/single_wiki.conf</p> </blockquote> <p>This seems to indicate that this is a single project site? Is there a multi-project conf file I can start with? Ideally, I would like to have URLs like</p> <blockquote> <p><a href="https://%3Cip%3E/wiki/project1">https://&lt;ip&gt;/wiki/project1</a> and <a href="https://%3Cip%3E/wiki/project2">https://&lt;ip&gt;/wiki/project2</a></p> </blockquote> <p>or</p> <blockquote> <p><a href="https://wiki.mydomain/project1">https://wiki.mydomain/project1</a> and <a href="https://wiki.mydomain/project2">https://wiki.mydomain/project2</a></p> </blockquote> <p>to be two independent projects as if they are on wikidot.com.<br /> Do you think that's possible?</p> <p>Thank you very much.<br /> Shi</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-254736/got-it-running-but-need-to-enable-some-key-features">Got it running but need to enable some key features</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-254370#post-832508</guid>
				<title>Top bar disappears in IE6</title>
				<link>http://www.wikidot.org/forum/t-254370/top-bar-disappears-in-ie6#post-832508</link>
				<description></description>
				<pubDate>Mon, 19 Jul 2010 19:59:15 +0000</pubDate>
				<wikidot:authorName>talesadmin</wikidot:authorName>				<wikidot:authorUserId>196113</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>My site <a href="http://incoso.wikidot.com">http://incoso.wikidot.com</a> works fine in different browsers, only in IE6 the top bar doesn't show. Any idea how I could fix this?</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-254370/top-bar-disappears-in-ie6">Top bar disappears in IE6</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-38932#post-831317</guid>
				<title>Re: Windows (&amp; WAMP) support</title>
				<link>http://www.wikidot.org/forum/t-38932/windows-wamp-support#post-831317</link>
				<description></description>
				<pubDate>Sun, 18 Jul 2010 00:06:08 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Are you trying to install Wikidot in a WAMP environment? I'm not aware of anyone who has had any luck doing that. You'd be better off installing VirtualBox and setting it up on a virtual PC with a Linux install.</p> <p>If you're not trying to install Wikidot and are just looking for WAMP support, you're in the wrong place. There are several WAMP projects out there. Which one are you using?</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-38932/windows-wamp-support">Windows (&amp; WAMP) support</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-38932#post-831311</guid>
				<title>Re: Windows (&amp; WAMP) support</title>
				<link>http://www.wikidot.org/forum/t-38932/windows-wamp-support#post-831311</link>
				<description></description>
				<pubDate>Sat, 17 Jul 2010 23:48:42 +0000</pubDate>
				<wikidot:authorName>charlie</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I've downloaded and installed wamp - c:\wamp and created a database but my program doesn't access it. Where do I find documentation for using Wamp?<br /> The page from which I downloaded it says just load it and use it - well, no!</p> <p>Of course I need to know how to set user name and password and probably more</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-38932/windows-wamp-support">Windows (&amp; WAMP) support</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-244060#post-794622</guid>
				<title>Spammers on Wikidot</title>
				<link>http://www.wikidot.org/forum/t-244060/spammers-on-wikidot#post-794622</link>
				<description></description>
				<pubDate>Thu, 27 May 2010 09:29:08 +0000</pubDate>
				<wikidot:authorName>michuk</wikidot:authorName>				<wikidot:authorUserId>704</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There are logged in users that regularly spam Wikidot (probably they are robots) with links to external sites.</p> <p>Why isn't there a spam filter like Akismet or Sblam installed for edits / comments? The amount of spam on open wikis is becoming a nightmare and the only solution seems to be switching the permission schemas to allow edits from specific users only.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28017">Wikidot version 1 / Requests and Ideas</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-244060/spammers-on-wikidot">Spammers on Wikidot</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-170060#post-783459</guid>
				<title>Re: cp conf/GlobalConfig...  doesn&#039;t exist</title>
				<link>http://www.wikidot.org/forum/t-170060/cp-conf-globalconfig-doesn-t-exist#post-783459</link>
				<description></description>
				<pubDate>Fri, 14 May 2010 00:38:02 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ah, whoops. <strong>Thanks</strong>, that worked. Was in wrong directory.</p> <p>Have been held up a bit further down the line now though :S</p> <p>I've run that, exited (logged out) of the postgres user), and then attempted to run <tt>make</tt>, however every time I run it I get errors (and the output is so long that I can't see it all because the top part is cut off when I try to scroll up to it).</p> <div class="code"> <p><strong>shane@shane-ubuntu-desktop:~/Desktop/wikidot$</strong> make</p> </div> <div class="code"> <pre> <code>bin/bootstrap_db.php files/dump/db/*.sql PHP Warning: pg_query(): Query failed: ERROR: relation "admin" already exists in /home/shane/Desktop/wikidot/lib/ozone/php/core/database/PgConnection.php on line 104 Error occured at query number 1, file files/dump/db/0-schema.sql: CREATE TABLE admin ( admin_id integer NOT NULL, site_id integer, user_id integer, founder boolean DEFAULT false ) bin/generate_om.php database name: wikidot ---------------------------------------- processing file base-db.xml: ---------------------------------------- table: ozone_lock table: ozone_session table: ozone_user table: ozone_group table: ozone_permission table: ozone_user_group_relation table: ozone_user_permission_modifier table: ozone_group_permission_modifier table: unique_string_broker table: form_submission_key table: storage_item ---------------------------------------- processing file petition-db.xml: ---------------------------------------- table: petition_campaign table: petition_signature ---------------------------------------- processing file simpletodo-db.xml: ---------------------------------------- table: simpletodo_list ---------------------------------------- processing file wikidot-db.xml: ---------------------------------------- table: site table: site_tag table: category table: page table: page_revision table: page_source table: page_compiled table: page_metadata table: comment table: comment_revision table: fts_entry table: file table: files_event table: ucookie table: page_link table: page_inclusion table: page_external_link table: member table: admin table: moderator table: member_application table: member_invitation table: page_edit_lock table: theme table: theme_preview table: license table: site_settings table: site_super_settings table: notification table: private_message table: profile table: user_settings table: user_karma table: global_ip_block table: ip_block table: global_user_block table: user_block table: private_user_block table: watched_page table: watched_forum_thread table: page_abuse_flag table: user_abuse_flag table: anonymous_abuse_flag table: admin_notification table: log_event table: contact table: page_tag table: page_rate_vote table: email_invitation table: membership_link table: site_backup table: domain_redirect table: site_viewer table: openid_entry table: api_key ---------------------------------------- processing file wikidot-forum-db.xml: ---------------------------------------- table: forum_group table: forum_category table: forum_thread table: forum_post table: forum_post_revision table: forum_settings table: front_forum_feed generating classes generating classes for ozone_lock generating classes for ozone_session generating classes for ozone_user generating classes for ozone_group generating classes for ozone_permission generating classes for ozone_user_group_relation generating classes for ozone_user_permission_modifier generating classes for ozone_group_permission_modifier generating classes for unique_string_broker generating classes for form_submission_key generating classes for storage_item generating classes for petition_campaign generating classes for petition_signature generating classes for simpletodo_list generating classes for site generating classes for site_tag generating classes for category generating classes for page generating classes for page_revision generating classes for page_source generating classes for page_compiled generating classes for page_metadata generating classes for comment generating classes for comment_revision generating classes for fts_entry generating classes for file generating classes for files_event generating classes for ucookie generating classes for page_link generating classes for page_inclusion generating classes for page_external_link generating classes for member generating classes for admin generating classes for moderator generating classes for member_application generating classes for member_invitation generating classes for page_edit_lock generating classes for theme generating classes for theme_preview generating classes for license generating classes for site_settings generating classes for site_super_settings generating classes for notification generating classes for private_message generating classes for profile generating classes for user_settings generating classes for user_karma generating classes for global_ip_block generating classes for ip_block generating classes for global_user_block generating classes for user_block generating classes for private_user_block generating classes for watched_page generating classes for watched_forum_thread generating classes for page_abuse_flag generating classes for user_abuse_flag generating classes for anonymous_abuse_flag generating classes for admin_notification generating classes for log_event generating classes for contact generating classes for page_tag generating classes for page_rate_vote generating classes for email_invitation generating classes for membership_link generating classes for site_backup generating classes for domain_redirect generating classes for site_viewer generating classes for openid_entry generating classes for api_key generating classes for forum_group generating classes for forum_category generating classes for forum_thread generating classes for forum_post generating classes for forum_post_revision generating classes for forum_settings generating classes for front_forum_feed bin/bootstrap_pages.php files/dump/sites/* Saving files/dump/sites/profiles/admin.manage.page Saving files/dump/sites/profiles/how-to-edit-pages.page Saving files/dump/sites/profiles/nav.side.page Saving files/dump/sites/profiles/search.site.page Saving files/dump/sites/profiles/start.page Saving files/dump/sites/profiles/system.list-all-pages.page Saving files/dump/sites/profiles/system.page-tags.page Saving files/dump/sites/profiles/system.recent-changes.page Saving files/dump/sites/profiles/template.profile.page Saving files/dump/sites/profiles/what-is-a-wiki.page Saving files/dump/sites/template-plain/admin.manage.page Saving files/dump/sites/template-plain/how-to-edit-pages.page Saving files/dump/sites/template-plain/nav.side.page Saving files/dump/sites/template-plain/search.site.page Saving files/dump/sites/template-plain/start.page Saving files/dump/sites/template-plain/system.list-all-pages.page Saving files/dump/sites/template-plain/system.page-tags.page Saving files/dump/sites/template-plain/system.recent-changes.page Saving files/dump/sites/template-plain/what-is-a-wiki.page Saving files/dump/sites/www/account.you.page Saving files/dump/sites/www/admin.manage.page Saving files/dump/sites/www/admin.superuser.page PHP Deprecated: Call-time pass-by-reference has been deprecated in /home/shane/Desktop/wikidot/lib/Text_Wiki/Text/Wiki/Parse/Default/Module.php on line 77 PHP Warning: pg_query(): Query failed: ERROR: function set_curcfg(unknown) does not exist LINE 1: SELECT set_curcfg('default') ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. in /home/shane/Desktop/wikidot/lib/ozone/php/core/database/PgConnection.php on line 104 PHP Fatal error: Uncaught exception 'OzoneDatabaseException' with message 'error: ERROR: function set_curcfg(unknown) does not exist LINE 1: SELECT set_curcfg('default') ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. ' in /home/shane/Desktop/wikidot/lib/ozone/php/core/database/PgConnection.php:107 Stack trace: #0 /home/shane/Desktop/wikidot/php/utils/Indexer.php(75): PgConnection-&gt;query('SELECT set_curc...') #1 /home/shane/Desktop/wikidot/php/utils/Outdater.php(735): Indexer-&gt;indexPage(Object(DB_Page)) #2 /home/shane/Desktop/wikidot/php/utils/Outdater.php(68): Outdater-&gt;indexPage(Object(DB_Page)) #3 /home/shane/Desktop/wikidot/php/class/Wikidot/Facade/Page.php(282): Outdater-&gt;pageEvent('source_changed', Object(DB_Page)) #4 /home/shane/Desktop/wikidot/bin/bootstrap_pages.php(24): Wikidot_Facade_Page-&gt;save(Array) #5 {main} thrown in /home/shane/Desktop/wikidot/lib/ozone/php/core/database/PgConnection.php on line 107 make: *** [db] Error 255</code> </pre></div> <p>After reading up on "man make" I found that I could use -i (ignore errors) and -k (keep going after errors).</p> <p>When I used those I actually reach the end and am given a URL to configure the super user but it doesn't work (probably something to do with the errors I ignored).</p> <p>Something about needing to perform type casts in this file: <tt>PgConnection.php</tt></p> <p>If you'd like, I'll post the output for <tt>make -i -k</tt> … I think there's a huge amount of output for that one though, so by the time it finishes the first part is no longer visible even when I scroll upwards, and I can only copy and paste the second part into a comment here.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-170060/cp-conf-globalconfig-doesn-t-exist">cp conf/GlobalConfig... doesn't exist</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-170060#post-781069</guid>
				<title>Re: cp conf/GlobalConfig...  doesn&#039;t exist</title>
				<link>http://www.wikidot.org/forum/t-170060/cp-conf-globalconfig-doesn-t-exist#post-781069</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 13:23:02 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You issue make in wrong directory. Do:</p> <p>$ cd ~/Desktop/wikidot<br /> $ su postgres<br /> Password:<br /> $ make prepare_db</p> <p>and continue following the instructions.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-170060/cp-conf-globalconfig-doesn-t-exist">cp conf/GlobalConfig... doesn't exist</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-205982#post-781040</guid>
				<title></title>
				<link>http://www.wikidot.org/forum/t-205982/some-news#post-781040</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 12:45:51 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Wait — did I read that CSIs are available in the open source version? This is closer to the wikidot.com version than I expected. I thought .org was at least a year behind! :D</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-205982/some-news">Some News</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-170060#post-780642</guid>
				<title>Re: cp conf/GlobalConfig...  doesn&#039;t exist</title>
				<link>http://www.wikidot.org/forum/t-170060/cp-conf-globalconfig-doesn-t-exist#post-780642</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 03:20:33 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Gabrys, I've run into the same error message.</p> <div class="code"> <p><strong>shane@shane-ubuntu-desktop:~/Desktop/wikidot/conf$</strong> su postgres<br /> Password:<br /> <strong>postgres@shane-ubuntu-desktop:/home/shane/Desktop/wikidot/conf$</strong> make prepare_db<br /> make: *** No rule to make target `prepare_db'. Stop.<br /> <strong>postgres@shane-ubuntu-desktop:/home/shane/Desktop/wikidot/conf$</strong></p> </div> <p>Any ideas?</p> <p>And yes I did download something that was more than 90&nbsp;MB in size (possibly the "Zend Framework"), and am pretty sure I have all dependencies installed without errors.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-170060/cp-conf-globalconfig-doesn-t-exist">cp conf/GlobalConfig... doesn't exist</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-238797#post-780552</guid>
				<title>Re: Downloading using Windows PC</title>
				<link>http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc#post-780552</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 01:35:18 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well, just following the instructions on this site doesn't bode too well… it seems it relies on me having already created a user called "wikidot", which seems a bit strange.</p> <div class="code"> <p><strong>shane@shane-ubuntu-desktop:~$</strong> sudo dpkg -i wikidot_0.90_all.deb<br /> Selecting previously deselected package wikidot.<br /> (Reading database … 125786 files and directories currently installed.)<br /> Unpacking wikidot (from wikidot_0.90_all.deb) …<br /> /var/lib/dpkg/tmp.ci/preinst: 29: /etc/init.d/postgresql-8.3: not found<br /> dpkg: error processing wikidot_0.90_all.deb (—install):<br /> subprocess new pre-installation script returned error exit status 127<br /> userdel: user 'wikidot' does not exist<br /> sudo: unknown user: postgres<br /> sudo: unknown user: postgres<br /> Errors were encountered while processing:<br /> wikidot_0.90_all.deb</p> </div> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc">Downloading using Windows PC</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-238797#post-780548</guid>
				<title>Re: Downloading using Windows PC</title>
				<link>http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc#post-780548</link>
				<description></description>
				<pubDate>Tue, 11 May 2010 01:33:28 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>@tsangk: The idea was to download it on my Windows laptop and then move it to my Ubuntu desktop using a USB drive and install it there.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc">Downloading using Windows PC</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-238797#post-773374</guid>
				<title>Re: Downloading using Windows PC</title>
				<link>http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc#post-773374</link>
				<description></description>
				<pubDate>Mon, 03 May 2010 14:24:41 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Have you considered installing it in a virtual machine? I've done that many times with the older OS revision I'm using and it works great. You can even create an installable ISO from your Ubuntu setup once you get everything configured.</p> <p>I wrote <a href="http://my-wd-local.wikidot.com/article-index">a guide</a> for doing this a long while ago. You shouldn't follow it to the letter since so much has changed since I did that, but getting Ubuntu installed in a VM should be pretty straight-forward. Once you get a clean Ubuntu base, you can copy that and have an easy fall back if something goes awry with the Wikidot install.</p> <p>-Ed</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc">Downloading using Windows PC</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-238797#post-773072</guid>
				<title>Re: Downloading using Windows PC</title>
				<link>http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc#post-773072</link>
				<description></description>
				<pubDate>Mon, 03 May 2010 03:36:27 +0000</pubDate>
				<wikidot:authorName>tsangk</wikidot:authorName>				<wikidot:authorUserId>47197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Er… Shane… You can't install Wikidot on Windows yet. All of the paths in the source is mapped for <tt>unix</tt> system (not windows).</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc">Downloading using Windows PC</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-238797#post-773069</guid>
				<title>Downloading using Windows PC</title>
				<link>http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc#post-773069</link>
				<description></description>
				<pubDate>Mon, 03 May 2010 03:28:13 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It tells me to type this into the Ubuntu console:</p> <div class="code"> <pre> <code>$ sudo aptitude install postgresql-8.3 php5-cgi php5-cli php5-pgsql lighttpd imagemagick tetex-bin tetex-extra gs-gpl php5-gd php5-tidy php-pear file git-core</code> </pre></div> <p>However due to slow internet speed, I'd rather download it from my Windows laptop (difference of 16&nbsp;kbps compared to 1500&nbsp;kbps).</p> <p>I <em>think</em> I've found the correct files for most of them, but am unable to find:</p> <ul> <li>ImageMagick</li> <li>PHP gd extension</li> <li>PHP tidy extension</li> <li>file program (? what is this ?)</li> <li>Git to retrieve the source (? do I already have it on ubuntu ?)</li> </ul> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-238797/downloading-using-windows-pc">Downloading using Windows PC</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-205982#post-746676</guid>
				<title></title>
				<link>http://www.wikidot.org/forum/t-205982/some-news#post-746676</link>
				<description></description>
				<pubDate>Thu, 08 Apr 2010 15:24:51 +0000</pubDate>
				<wikidot:authorName>Cheap SSL</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>"Wikidot.com makes my live easier (and more enjoyable). It's still the best wiki platform (not that I'm looking for another one!).</p> <p>A wiki provides an excellent way to share information. Most providers have annoying limitations or force you to show ads. Wikidot doesn't and has a nice community feel.</p> <p>Do you have your own personal website to help people find you? With Wikidot you can easily create your own web presence. You can even use your own domain name like www.promodsharma.com.</p> <p>What good is information you can't access? I collect inspirational and insightful quotations but I had trouble finding them at the right time. Thanks to Wikidot.com, I now have a nice repository at www.sparkinsight.com . What's more, others can also benefit.</p> <p>I hate losing or misplacing information. So I put stuff on Wikidot.com whenever possible. I no longer worry about backups. A simple search finds what I want instantly. Beautiful!</p> <p>You can build a wiki in steps. Before long, you'll have a meaningful site. Did I do that? Yes, with the help of Wikidot.com."</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-205982/some-news">Some News</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-230451#post-737910</guid>
				<title>Re: Next Release Date</title>
				<link>http://www.wikidot.org/forum/t-230451/next-release-date#post-737910</link>
				<description></description>
				<pubDate>Mon, 29 Mar 2010 21:26:57 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have to make you sad:</p> <ul> <li>current available version has almost no "cool" features from Wikidot.com</li> <li>it should be quite easy to migrate pages from Wikidot.com sites to open source version through the API (once it's done in Wikidot.com)</li> <li>update to the next revision should be quite nice though</li> </ul> <p>I would recommend you to stay at wikidot.com and then migrate to open source once the next release is issues. Which probably be in the next school year.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-656">General / Discussion</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-230451/next-release-date">Next Release Date</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-230451#post-737888</guid>
				<title>Re: Next Release Date</title>
				<link>http://www.wikidot.org/forum/t-230451/next-release-date#post-737888</link>
				<description></description>
				<pubDate>Mon, 29 Mar 2010 20:39:24 +0000</pubDate>
				<wikidot:authorName>BGC DML - Kimon</wikidot:authorName>				<wikidot:authorUserId>371041</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Also, is there any feature list for what is exactly in the current wikidot.org package? I want to make sure that there is at least close to functionality so that our users don't feel like they are usung something less than what they are used to.</p> <p>One last thing, is there an easy way to transfer wikis from wikidot.com to a wikidot.org installation? This is a big question we are going to have to deal with as we now have a year's worth of work on the wikidot.com sites we would like to transfer over to our own wiki farm.</p> <p>Thanks for all your help.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-656">General / Discussion</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-230451/next-release-date">Next Release Date</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-230451#post-737782</guid>
				<title>Re: Next Release Date</title>
				<link>http://www.wikidot.org/forum/t-230451/next-release-date#post-737782</link>
				<description></description>
				<pubDate>Mon, 29 Mar 2010 18:53:05 +0000</pubDate>
				<wikidot:authorName>BGC DML - Kimon</wikidot:authorName>				<wikidot:authorUserId>371041</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Will updating from the current release to that one be difficult?</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-656">General / Discussion</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-230451/next-release-date">Next Release Date</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-230451#post-737721</guid>
				<title>Re: Next Release Date</title>
				<link>http://www.wikidot.org/forum/t-230451/next-release-date#post-737721</link>
				<description></description>
				<pubDate>Mon, 29 Mar 2010 17:34:57 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>One thing for sure: the next release of open source Wikidot will be based on the newest code from Wikidot.com. But we currently have no plan on release date. I have no clue whether this will be in three months or more.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-656">General / Discussion</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-230451/next-release-date">Next Release Date</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-230451#post-737708</guid>
				<title>Next Release Date</title>
				<link>http://www.wikidot.org/forum/t-230451/next-release-date#post-737708</link>
				<description></description>
				<pubDate>Mon, 29 Mar 2010 17:26:32 +0000</pubDate>
				<wikidot:authorName>BGC DML - Kimon</wikidot:authorName>				<wikidot:authorUserId>371041</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am at an educational institution that has been using Wikidot.com and we want to shift to hosting our own Wikidot wiki farm. We would like to transition before the fall semester and I was hoping to install with the next new release. Is there any idea of a timeframe for that release (which I imagine would have the newest Wikidot.com bells and whistles included)? We need to know whether to go ahead with the existing install package or whether we should wait a couple of months and do install in June/July.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-656">General / Discussion</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-230451/next-release-date">Next Release Date</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-57746#post-737504</guid>
				<title>Re: iframe is NOT transparent in IE 6, cannot pass allowTransparency attribute</title>
				<link>http://www.wikidot.org/forum/t-57746/iframe-is-not-transparent-in-ie-6-cannot-pass-allowtransparency-attribute#post-737504</link>
				<description></description>
				<pubDate>Mon, 29 Mar 2010 13:30:21 +0000</pubDate>
				<wikidot:authorName>hoalongsinh</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thanks very much! That is working with IE6</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28020">Wikidot version 1 / Bugs</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-57746/iframe-is-not-transparent-in-ie-6-cannot-pass-allowtransparency-attribute">iframe is NOT transparent in IE 6, cannot pass allowTransparency attribute</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-228542#post-730072</guid>
				<title>Re: i18n</title>
				<link>http://www.wikidot.org/forum/t-228542/i18n#post-730072</link>
				<description></description>
				<pubDate>Sun, 21 Mar 2010 09:10:45 +0000</pubDate>
				<wikidot:authorName>karl3i</wikidot:authorName>				<wikidot:authorUserId>128089</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks Ed for your reply.</p> <p>I found for instance a translation system in a *.tpl file:</p> <div class="code"> <pre> <code>{ltext lang="en"} &lt;p&gt; Tags are a nice way to organize content in your Site. You can apply multiple tags (labels) to each of your pages. You can learn more what a tag is reading Wikipedia entries for &lt;a href="http://en.wikipedia.org/wiki/Tags" target="_blank"&gt;Tags&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Tag_cloud" target="_blank"&gt;Tag cloud&lt;/a&gt;. &lt;/p&gt; {/ltext} {ltext lang="pl"} &lt;p&gt; Tagi (etykiety) to dobry sposób na kategoryzowanie informacji na sajcie. Do każdej ze stron można dołączyć kilka tagów. &lt;/p&gt; {/ltext}</code> </pre></div> <p>Thanks,<br /> Karl3i.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28016">Wikidot version 1 / Extensions and Hacks</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-228542/i18n">i18n</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-228542#post-729894</guid>
				<title>Re: i18n</title>
				<link>http://www.wikidot.org/forum/t-228542/i18n#post-729894</link>
				<description></description>
				<pubDate>Sun, 21 Mar 2010 03:11:58 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This something that is not implemented. Most of the "system" text is hard-coded. You would have to go through all of the php source files to find things that need to be translated. This is a long-standing feature request that I believe will be implemented in the future, but not for a while. You should search this topic on the community forum at <a href="http://community.wikidot.com">http://community.wikidot.com</a>.</p> <p>-Ed</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28016">Wikidot version 1 / Extensions and Hacks</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-228542/i18n">i18n</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-228542#post-729688</guid>
				<title>i18n</title>
				<link>http://www.wikidot.org/forum/t-228542/i18n#post-729688</link>
				<description></description>
				<pubDate>Sat, 20 Mar 2010 22:03:22 +0000</pubDate>
				<wikidot:authorName>karl3i</wikidot:authorName>				<wikidot:authorUserId>128089</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>I have installed wikidot on Ubuntu, and I've downloaded the source from GIT.<br /> I would like to translate wikidot in other languages (currently only Polish and English are supported). Are there translation file I can edit to do so?</p> <p>Thanks,</p> <p>Karl3i.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28016">Wikidot version 1 / Extensions and Hacks</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-228542/i18n">i18n</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-57746#post-708367</guid>
				<title>Re: iframe is NOT transparent in IE 6, cannot pass allowTransparency attribute</title>
				<link>http://www.wikidot.org/forum/t-57746/iframe-is-not-transparent-in-ie-6-cannot-pass-allowtransparency-attribute#post-708367</link>
				<description></description>
				<pubDate>Wed, 24 Feb 2010 19:31:18 +0000</pubDate>
				<wikidot:authorName>Yumanji</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Great, great, great!!!!!</p> <p>This is the first site where i can found a true solution!<br /> Thanks a lot, Adriano.</p> <p>and.. What are thinking about de IE developers when put this parameter????????????</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28020">Wikidot version 1 / Bugs</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-57746/iframe-is-not-transparent-in-ie-6-cannot-pass-allowtransparency-attribute">iframe is NOT transparent in IE 6, cannot pass allowTransparency attribute</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-205982#post-696110</guid>
				<title>Sounds Great...</title>
				<link>http://www.wikidot.org/forum/t-205982/some-news#post-696110</link>
				<description></description>
				<pubDate>Wed, 10 Feb 2010 11:18:39 +0000</pubDate>
				<wikidot:authorName>Zasurus</wikidot:authorName>				<wikidot:authorUserId>428248</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have over the past few weeks created my first wiki on wikidot.com (I had used wowwiki.com but never edited/updated a wiki) so have gotten use to how it works and what I can and can't do with it. Recently it occurred to me that if we used a wiki for our documentation for code changes (in our in-house system) this would be MUCH more versatile than loads of word documents…<br /> So when I started digging to find a free wiki we could install in the security of our own system and found you have already opened the source to wikidot.com and are about(ish) to open it again from the current branch and everything I have come to understand on wikidot.com I was so please. There will be no relearning the changes and anything I learn from my wiki on wikidot.com could be applied straight to using our local copy and all of our documentation.<br /> Thanks for all the hard work and keep it up! I can’t wait until you manager to release the new version!</p> <p>Regards,</p> <p>Zas</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-594">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-205982/some-news">Some News</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-214770#post-686078</guid>
				<title>Robots=&quot;noindex&quot; on not found pages</title>
				<link>http://www.wikidot.org/forum/t-214770/robots-noindex-on-not-found-pages#post-686078</link>
				<description></description>
				<pubDate>Thu, 28 Jan 2010 12:38:21 +0000</pubDate>
				<wikidot:authorName>Leandro Arndt</wikidot:authorName>				<wikidot:authorUserId>431350</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've suggested this on Wikidot.com forum (<a href="http://community.wikidot.com/forum/t-214639/seo:canonical-page-and-noindex-on-lacking-pages">http://community.wikidot.com/forum/t-214639/seo:canonical-page-and-noindex-on-lacking-pages</a>):</p> <blockquote> <p>Wikidot already supports some tags needed for SEO (Search Engine Optimization), but it lacks 2 features that are a "must" for SEO.</p> <p><em>(…)</em></p> <h1><span>Robots tag = "noindex"</span></h1> <p>Secondly, Wikidot could use the code bellow on non-existing pages, so that the search engines won't index pages with that default text:</p> <p>&gt; + The page does not (yet) exist.<br /> &gt;<br /> &gt; The page blablabla you want to access does not exist.<br /> &gt;<br /> &gt; * create page</p> <p>This is not only duplicated content, but also hides our real contents behind these "keywords": "page", "exist", "create"… This is specially true on newly created wikis, not fully populated yet.</p> <p>The code needed on these pages is:</p> <p>[[code type="HTML"]]<br /> &lt;head&gt;<br /> …<br /> &lt;meta name="robots" content="noindex" /&gt;<br /> …<br /> &lt;/head&gt;<br /> [[/code]]</p> <p>The same could be done to admin:manage (anyone wants it to appear on Google?).</p> </blockquote> <p>Doing a quick search on Wikidot.org source files, I think I've found a way of implementing it. Maybe the solution for the <em>robots=noindex</em> on not found pages might be like the following (code starts on line 50 of <a href="http://github.com/gabrys/wikidot/blob/master/templates/layouts/WikiLayout.tpl">http://github.com/gabrys/wikidot/blob/master/templates/layouts/WikiLayout.tpl</a>):</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-inlinetags">&lt;?</span><span class="hl-code"> </span><span class="hl-identifier">php</span><span class="hl-code"> </span><span class="hl-comment">// [...] Line 50:</span><span class="hl-code"> &lt;</span><span class="hl-identifier">meta</span><span class="hl-code"> </span><span class="hl-identifier">http</span><span class="hl-code">-</span><span class="hl-identifier">equiv</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">content-type</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-identifier">content</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">text/html;charset=UTF-8</span><span class="hl-quotes">"</span><span class="hl-code">/&gt; &lt;</span><span class="hl-identifier">meta</span><span class="hl-code"> </span><span class="hl-identifier">http</span><span class="hl-code">-</span><span class="hl-identifier">equiv</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">content-language</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-identifier">content</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-var">{$site-&gt;getLanguage()}</span><span class="hl-quotes">"</span><span class="hl-code">/&gt; </span><span class="hl-comment">// *************** NEW CODE START ***************</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-var">$pageNotExists</span><span class="hl-brackets">}</span><span class="hl-code"> &lt;</span><span class="hl-identifier">meta</span><span class="hl-code"> </span><span class="hl-identifier">name</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">robots</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-identifier">content</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">noindex</span><span class="hl-quotes">"</span><span class="hl-code"> /&gt; </span><span class="hl-brackets">{</span><span class="hl-code">/</span><span class="hl-reserved">if</span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-comment">// **************** NEW CODE END ****************</span><span class="hl-code"> &lt;</span><span class="hl-identifier">script</span><span class="hl-code"> </span><span class="hl-identifier">type</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">text/javascript</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-identifier">src</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">/common--javascript/WIKIDOT.js</span><span class="hl-quotes">"</span><span class="hl-code">&gt;&lt;/</span><span class="hl-identifier">script</span><span class="hl-code">&gt; </span><span class="hl-comment">// and so on...</span><span class="hl-code"> </span><span class="hl-inlinetags">?&gt;</span> </pre></div> </div> <p>In my opinion it seems to be an easy solution for that problem of duplicated content and unwanted search keywords.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28017">Wikidot version 1 / Requests and Ideas</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-214770/robots-noindex-on-not-found-pages">Robots=&quot;noindex&quot; on not found pages</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-673688</guid>
				<title>This is how you log into the postgres database via webmin</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-673688</link>
				<description></description>
				<pubDate>Tue, 12 Jan 2010 20:15:46 +0000</pubDate>
				<wikidot:authorName>ppp-admin</wikidot:authorName>				<wikidot:authorUserId>22570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That was a hard one.</p> <p>To access the database via webmin you have to login with the username and password it is run by.<br /> In my case i had to login with:</p> <p>user: root<br /> pass: myrootpassword</p> <p>I hope this helps someone - it did help me.<br /> So i was neither a postgres-database problem nor a wikidot one.<br /> It seems so simple but it took me some time to see "the big picture" ;)</p> <p>/tud-geek</p> <p>ps: thanks for "<strong>Ed Johnson</strong>" again!</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-670258</guid>
				<title>Re: Reset Database?</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-670258</link>
				<description></description>
				<pubDate>Fri, 08 Jan 2010 03:04:20 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Once you have access as postgres, you should be able to change it</p> <p><a href="http://scratching.psybermonkey.net/2009/06/21/postgresql-how-to-reset-user-name-postgres-password/">http://scratching.psybermonkey.net/2009/06/21/postgresql-how-to-reset-user-name-postgres-password/</a></p> <p>hope this helps.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208705#post-669579</guid>
				<title>Re: Cannot log in to site once it is set as private</title>
				<link>http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private#post-669579</link>
				<description></description>
				<pubDate>Thu, 07 Jan 2010 13:20:42 +0000</pubDate>
				<wikidot:authorName>ppp-admin</wikidot:authorName>				<wikidot:authorUserId>22570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I will get back to you later when i solved the exact same problem:</p> <p><a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-667222">http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-667222</a></p> <p>/tudgeek</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private">Cannot log in to site once it is set as private</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208705#post-669426</guid>
				<title>Re: Cannot log in to site once it is set as private</title>
				<link>http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private#post-669426</link>
				<description></description>
				<pubDate>Thu, 07 Jan 2010 07:32:21 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No one has set their site as private and got it working? Or does everyone set up their site as public?</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private">Cannot log in to site once it is set as private</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-667222</guid>
				<title>Reset Database?</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-667222</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 13:32:37 +0000</pubDate>
				<wikidot:authorName>ppp-admin</wikidot:authorName>				<wikidot:authorUserId>22570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If shit hits the fan…</p> <p>I also did not write down the database password which i need to reset.<br /> After to many attempts to login i get locked out:</p> <p>*Error - Access denied for 192.168.178.101*</p> <p>So i need to reset to password for the Database. How to?</p> <p>Thanks again in advance!</p> <p>edit: little postgres howto use</p> <p>change to postgresuser</p> <div class="code"> <pre> <code>su postgres</code> </pre></div> <p>invoke "postgres command line":</p> <div class="code"> <pre> <code>psql</code> </pre></div> <p>list databases</p> <div class="code"> <pre> <code>\l</code> </pre></div> <p>quit psql command line</p> <div class="code"> <pre> <code>\q</code> </pre></div> <p>Still need to figure out how to reset the password…</p> <p>/tud-geek</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-667098</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-667098</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 08:49:37 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You're welcome.</p> <blockquote> <p>php -v still says cli.</p> </blockquote> <p>This should always say cli, because this is the binary you call from commandline (cli). This however should say cgi-fcgi:</p> <blockquote> <p>php-cgi -v<br /> php5-cgi -v</p> </blockquote> <p>Cheers!</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-667064</guid>
				<title>Re: Locked out: howto &quot;unprivate&quot; page? Login page gone</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-667064</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 07:31:06 +0000</pubDate>
				<wikidot:authorName>ppp-admin</wikidot:authorName>				<wikidot:authorUserId>22570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thank you Ed,</p> <p>i will try your suggestion and it is the solution i was searching for.<br /> Webmin should be the right tool even for nebies in database stuff</p> <p>I will report back!</p> <p>/tud-geek</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208705#post-667040</guid>
				<title>Cannot log in to site once it is set as private</title>
				<link>http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private#post-667040</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 06:17:35 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I have just set up a site recently, thanks to the help of Gabrys! :)</p> <p>I would like to set my site as private though and has come in a little problem. I have set my page as private, and set it to show the page auth:login if user is unauthorized. So far so good.</p> <p>However, I can't log in once the site is set as private! I currently have two admin accounts and both are members of my site. But when whenever I try logging in, it will say:</p> <blockquote> <p>Error<br /> Oooops!<br /> This Site is private and accessible only to its members.</p> </blockquote> <p>Good thing when I was trying that, I was using the accounts from two different computers at the same time. When this happened, one of the accounts was still logged in, and I was able to set it to be public again.</p> <p>Is this a bug of some sort? It seems that to actually log in, user should already have access to the site first as a member and should be logged in first. But thats a recursive loop…………??!!??</p> <p>Does anyone know a way around this?</p> <p>Thanks,<br /> Alex</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208705/cannot-log-in-to-site-once-it-is-set-as-private">Cannot log in to site once it is set as private</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-667032</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-667032</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 05:50:39 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I was able to the line in the single_wiki.conf file.<br /> But executing php -v still says cli.</p> <p>So I actually went ahead and installed php5-cgi again. And once thats done, reboot, run make again, and it is running! I can get to my page!</p> <p>So php5-cgi was somehow missing since the beginning. It is either not installed, or not properly installed when installing all the packages together (I reinstalled everything from scratch 3 times before I started asking for help here). Which is weird.</p> <p>Thank you very much for all your help Gabrys! :)</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-666995</guid>
				<title>Re: Locked out: howto &quot;unprivate&quot; page? Login page gone</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-666995</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 04:36:16 +0000</pubDate>
				<wikidot:authorName>Ed Johnson</wikidot:authorName>				<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Install <a href="http://www.webmin.com/" >Webmin</a> on your server and log into Webmin using <em>https://www.yourserver.com:10000/</em> (or use <em>https://xxx.xxx.xxx.xxx:10000/</em> where the xxx's are your internal IP address). Under servers you should see "PostgreSQL Database Server".</p> <p>Select that and then your Wikidot database. Open the "site" table and then "View Data". Find your site that you set private, edit the record and change the private field to "f" (for false). Save the changes and you should be able to get back in.</p> <p>Once you're up and running again, you should create a system:join page that consists of this code:</p> <div class="code"> <pre> <code>[[note]] Please change this page according to your policy (configure first using [[[admin:manage|Site Manager]]]) and remove this note. [[/note]] + Who can join? You can write here who can become a member of this site. + Join! So you want to become a member of this site? Tell us why and apply now! [[module MembershipApply]] Or, if you already know a "secret password", go for it! [[module MembershipByPassword]]</code> </pre></div> <p>This is based on an older revision of WDOS (rev 393), so things might have changed in newer versions. Webmin is a great tool for remotely managing small changes in the wikdidot database. Hope this helps.</p> <p>-Ed</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-208656#post-666933</guid>
				<title>Locked out: howto &quot;unprivate&quot; page? Login page gone</title>
				<link>http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone#post-666933</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 02:24:50 +0000</pubDate>
				<wikidot:authorName>ppp-admin</wikidot:authorName>				<wikidot:authorUserId>22570</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>i locked myself out by turning the site private on my homenetwork-server.<br /> There is no, at least i do not see one, possible way to access the login page.</p> <p>The login page looks like:<br /> The page does not (yet) exist.</p> <p><strong>The page system:join you want to access does not exist.</strong></p> <p><strong>create page</strong></p> <p>and when i click on edit i see:</p> <p><strong>Error</strong><br /> <strong>Oooops!</strong></p> <p><strong>This Site is private and accessible only to its members.</strong></p> <p>Any help is appreciated!<br /> Thanks in adcace.</p> <p>/tud-geek</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-208656/locked-out:howto-unprivate-page-login-page-gone">Locked out: howto &quot;unprivate&quot; page? Login page gone</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-666276</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-666276</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 22:40:17 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>locate the line</p> <blockquote> <p>"bin-path" =&gt; "/usr/bin/php5-cgi"</p> </blockquote> <p>in conf/lighttpd/single-wiki.conf</p> <p>execute that command with "-v" and check if it says cgi or cli. (You should have php5-cgi installed before).</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-666162</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-666162</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 20:02:18 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So I ran 'php -v' and it turns out I am not running cgi-fcgi, but cli instead.</p> <blockquote> <p>PHP 5.2.10-2ubuntu6.3 with Suhosin-Patch 0.9.7 (cli) (built: Nov 26&nbsp;2009&nbsp;14:42:49)</p> </blockquote> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-666142</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-666142</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 19:36:08 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Here it is. Thanks.</p> <blockquote> <p>2009-12-29&nbsp;22:17:27: (log.c.97) server started<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-29&nbsp;22:17:27: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-29&nbsp;22:17:27: (server.c.902) Configuration of plugins failed. Going down.<br /> 2009-12-30&nbsp;13:53:26: (log.c.97) server started<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-30&nbsp;13:53:26: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-30&nbsp;13:53:26: (server.c.902) Configuration of plugins failed. Going down.<br /> 2009-12-30&nbsp;17:10:21: (log.c.97) server started<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-30&nbsp;17:10:21: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-30&nbsp;17:10:21: (server.c.902) Configuration of plugins failed. Going down.<br /> 2009-12-30&nbsp;17:59:24: (log.c.97) server started<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2009-12-30&nbsp;17:59:24: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2009-12-30&nbsp;17:59:24: (server.c.902) Configuration of plugins failed. Going down.<br /> 2010-01-01&nbsp;15:00:18: (log.c.97) server started<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2010-01-01&nbsp;15:00:18: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2010-01-01&nbsp;15:00:18: (server.c.902) Configuration of plugins failed. Going down.<br /> 2010-01-02&nbsp;11:16:03: (log.c.97) server started<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1051) the fastcgi-backend /usr/bin/php5-cgi failed to start:<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1055) child exited with status 2 /usr/bin/php5-cgi<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1058) If you're trying to run PHP as a FastCGI backend, make sure you're using the FastCGI-enabled version.<br /> You can find out if it is the right one by executing 'php -v' and it should display '(cgi-fcgi)' in the output, NOT '(cgi)' NOR '(cli)'.<br /> For more information, check <a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf">http://trac.lighttpd.net/trac/wiki/Docs%3AModFastCGI#preparing-php-as-a-fastcgi-programIf</a> this is PHP on Gentoo, add 'fastcgi' to the USE flags.<br /> 2010-01-02&nbsp;11:16:03: (mod_fastcgi.c.1365) [ERROR]: spawning fcgi failed.<br /> 2010-01-02&nbsp;11:16:03: (server.c.902) Configuration of plugins failed. Going down.</p> </blockquote> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665881</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665881</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 08:35:03 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Do you have conf/lighttpd/wikidot_ini.conf file? Or just wikidot_ini.conf.orig? If only the latter, you need to run</p> <blockquote> <p>bin/configure.php</p> </blockquote> <p>Once you have both *.ini files in conf/wikidot, go to your Wikidot root directory and run this as root:</p> <blockquote> <p>lighttpd -D -f conf/lighttpd/single_wiki.conf</p> </blockquote> <p>This is what Wikidot calls in order to run Lighttpd. Additionally here's the -D flag, that makes Lighttpd not go to background. If errors don't show on the consele, they should be logged to tmp/lighttpd/error.log (in Wikidot root directory).</p> <p>Put here any errors on console or logged to file.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665701</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665701</link>
				<description></description>
				<pubDate>Sat, 02 Jan 2010 00:34:09 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks once again for the fast reply!</p> <p>port 8080 is not being listed. So I guess wikidot is not binding to lighttpd properly. What should be configured so that it would bind to lighttpd? Thanks.</p> <p>Alex</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665415</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665415</link>
				<description></description>
				<pubDate>Fri, 01 Jan 2010 11:41:39 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>After issuing "wikidotctl start" check if the service is running by issuing (by root):</p> <blockquote> <ol> <li>netstat -natp | grep lighttpd</li> </ol> </blockquote> <p>This should return at least two lines, one for default :80 lighttpd server, second for lighttpd run from wikidotctl. If you have indeed two different ports listed (for example :80 and :8080) try <a href="http://127.0.0.1:8080/">http://127.0.0.1:8080/</a> in your browser to see what Lighttpd has to say :-).</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665170</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665170</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 20:22:42 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for the prompt reply Gabrys.</p> <p>Yes, I did use that to start wikidot, and it did give me a message stating that wikidot has started, without any errors. So I assume everything has been installed correctly.</p> <p>Do I need to make any manual configurations or changes to other files in order to get this to work? For example, the ones mentioned in the previous posts, or any other files that you can think of?</p> <p>Alex</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-665045</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-665045</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 16:12:19 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>After you installed Wikidot, how did you start it? Have you used "./wikidotctl start" ?</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-664743</guid>
				<title>Re: Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-664743</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 02:07:23 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Also, I would like to add that I did not make any extra configurations or modifications to the following files as there are no instructions in doing so in the installation guide:</p> <p>/etc/lighttpd/lighttpd.conf<br /> /wikidot/conf/lighttpd/wikidot_ini.conf<br /> /wikidot/conf/lighttpd/single_wiki.conf<br /> /wikidot/conf/lighttpd/wikidot_ini.conf.orig</p> <p>I did modify /wikidot/conf/wikidot.ini to not use wikidot as username and password though.</p> <p>Thanks,<br /> Alex</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-207853#post-664733</guid>
				<title>Page does not load.  Please help!</title>
				<link>http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help#post-664733</link>
				<description></description>
				<pubDate>Thu, 31 Dec 2009 01:41:01 +0000</pubDate>
				<wikidot:authorName>Dai Lo</wikidot:authorName>				<wikidot:authorUserId>417211</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I want to setup a Wikidot site from home and I have encounter a trouble.</p> <p>I am using Ubuntu Server 9.10 and it is running on Virtualbox. I followed the guide at <a href="http://www.wikidot.org/installation-guide">http://www.wikidot.org/installation-guide</a> , and even though I have encountered different issues before, everything is set up right now.</p> <p>However, when I enter the link at the end of 'make', I get "Internet explorer cannot display the webpage". I also tried using Firefox (which is recommended for wikidot) and I am still unable to load the page.</p> <p>I have tried loading the page from another computer on the same network, using the IP of this ubuntu machine; as well as using the local host IP directly from the ubuntu machine. Both of which have similar results.</p> <p>When loading the IP without specifying port 8080 (ie. using the default port 80), I do get the default page from lightpd, so I know lighttpd is working.</p> <p>Would someone be able to enlighten me in the right direction if they haev encountered this? Or if anyone have any suggestions?</p> <p>Thanks,<br /> Alex</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-207853/page-does-not-load-please-help">Page does not load. Please help!</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-84514#post-656500</guid>
				<title>Re: Browsable SVN Site Down?</title>
				<link>http://www.wikidot.org/forum/t-84514/browsable-svn-site-down#post-656500</link>
				<description></description>
				<pubDate>Wed, 16 Dec 2009 11:07:53 +0000</pubDate>
				<wikidot:authorName>Gabrys</wikidot:authorName>				<wikidot:authorUserId>2462</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Wikidot code is now hosted on GitHub:</p> <p><a href="http://github.com/gabrys/wikidot">http://github.com/gabrys/wikidot</a></p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28012">Wikidot version 1 / General talk</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-84514/browsable-svn-site-down">Browsable SVN Site Down?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-84514#post-656435</guid>
				<title>Re: Browsable SVN Site Down?</title>
				<link>http://www.wikidot.org/forum/t-84514/browsable-svn-site-down#post-656435</link>
				<description></description>
				<pubDate>Wed, 16 Dec 2009 08:12:16 +0000</pubDate>
				<wikidot:authorName>derwisch</wikidot:authorName>				<wikidot:authorUserId>28774</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am getting "no route to host" errors on both.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28012">Wikidot version 1 / General talk</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-84514/browsable-svn-site-down">Browsable SVN Site Down?</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-57746#post-645787</guid>
				<title>Re: iframe is NOT transparent in IE 6, cannot pass allowTransparency attribute</title>
				<link>http://www.wikidot.org/forum/t-57746/iframe-is-not-transparent-in-ie-6-cannot-pass-allowtransparency-attribute#post-645787</link>
				<description></description>
				<pubDate>Tue, 01 Dec 2009 15:30:57 +0000</pubDate>
				<wikidot:authorName>Adriano Galesso Alves</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Sorry, Im just a year late!!!</p> <p>To Iframe transparent background n IE6, just put this style on the Iframe</p> <div class="code"> <pre> <code>filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);</code> </pre></div> <p>=)</p> <p>Hugs, Adriano</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28020">Wikidot version 1 / Bugs</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-57746/iframe-is-not-transparent-in-ie-6-cannot-pass-allowtransparency-attribute">iframe is NOT transparent in IE 6, cannot pass allowTransparency attribute</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-193817#post-643659</guid>
				<title>Re: Remote Linking Forbidden</title>
				<link>http://www.wikidot.org/forum/t-193817/remote-linking-forbidden#post-643659</link>
				<description></description>
				<pubDate>Sat, 28 Nov 2009 02:05:26 +0000</pubDate>
				<wikidot:authorName>nose hair</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Embedding code from other sites</p> <p>Sometimes web sites (mainly social-oriented ones) allow you to paste a code block directly into other pages in order to increase your site functionality or embed some content from the original site.<br /></p> <div class="error-block">Sorry, no match for the embedded content.</div> <p>For the list of supported services please see the page: Embedding code from other services.</p> <p>Please note that if the code contains &lt;script type="text/javascript"… i.e. just JavaScript, the content will not be fully rendered when you click preview while editing the page. It should be there however when you view the page afterwards.<br /> [[iframe]] element</p> <p>Using the iframe element one can embed content of any other web page. The syntax is</p> <p>[[iframe <a href="http://www.google.com">http://www.google.com</a>] height (0) width (0)]</p> <p>and it translates into HTML tags &lt;iframe src="url-source" attributes&gt;&lt;/iframe&gt;. The allowed attributes are: frameborder (0 or 1 allowed), align (left, right, top, bottom, middle), height (number of pixels or %), width (number of pixels or %), scrolling (yes or no), class, style</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-193817/remote-linking-forbidden">Remote Linking Forbidden</a>
				 	]]>
				</content:encoded>							</item>
					<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> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-200059/forum-not-activating">Forum not activating</a>
				 	]]>
				</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> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-200059/forum-not-activating">Forum not activating</a>
				 	]]>
				</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> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-200059/forum-not-activating">Forum not activating</a>
				 	]]>
				</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> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28014">Wikidot version 1 / Howtos, troubleshooting</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-200059/forum-not-activating">Forum not activating</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://www.wikidot.org/forum/t-171181#post-642800</guid>
				<title>Re: Account creation error after entering verification code</title>
				<link>http://www.wikidot.org/forum/t-171181/account-creation-error-after-entering-verification-code#post-642800</link>
				<description></description>
				<pubDate>Thu, 26 Nov 2009 16:25:18 +0000</pubDate>
				<wikidot:authorName>Rui Salgado</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Did you happen to find the solution for the Captcha not showing in IE or Firefox? I have the same problem… It only works on Chrome.</p> <br/>Forum category: <a href="http://www.wikidot.org/forum/c-28013">Wikidot version 1 / Installation help</a><br/>Forum thread: <a href="http://www.wikidot.org/forum/t-171181/account-creation-error-after-entering-verification-code">Account creation error after entering verification code</a>
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>