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

	<channel>
		<title>Installation help (new threads)</title>
		<link>http://org.wikidot.com/forum/c-28013/installation-help</link>
		<description>Threads in the forum category &quot;Installation help&quot; - Getting it running.</description>
				<copyright></copyright>
		<lastBuildDate>Sat, 11 Apr 2026 23:35:37 +0000</lastBuildDate>
		
					<item>
				<guid>http://org.wikidot.com/forum/t-341447</guid>
				<title>Error  when Installing on CentOS</title>
				<link>http://org.wikidot.com/forum/t-341447/error-when-installing-on-centos</link>
				<description></description>
				<pubDate>Thu, 31 Mar 2011 03:34:02 +0000</pubDate>
				<wikidot:authorName>staruser</wikidot:authorName>				<wikidot:authorUserId>808741</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello Developers !</p> <p>We are installaing the script on CentOS with VPS Environment . A developer is helping us to install it.</p> <p>We have installed Litespeed server too on his advice .When he started installation of wikidot,he got an error and unable to replicate it.</p> <p>Error :</p> <blockquote> <p>git.utsl.gen.nz[0: 60.234.254.246]: errno=Connection timed out<br /> fatal: unable to connect a socket (Connection timed out)</p> </blockquote> <p>Could you please let me know how to resolve it.</p> <p>By the way , Is Litespeed really important for WikiDot installation? Right now we are using Litespeed 's trial version and needed to upgrade if it is necessary for Wikidot</p> <p>Thank you!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-304073</guid>
				<title>PostgreSQL 8.1 + Wikidot</title>
				<link>http://org.wikidot.com/forum/t-304073/postgresql-8-1-wikidot</link>
				<description>Problem with installation</description>
				<pubDate>Mon, 31 Jan 2011 12:27:40 +0000</pubDate>
				<wikidot:authorName>imedeiros</wikidot:authorName>				<wikidot:authorUserId>691166</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am trying to install wikidot with postgresql 8.1.<br /> Someone already install like this?</p> <p>Sorry for my english, because I am from Brasil, and I don't write very well.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-279445</guid>
				<title>Installed but unable to proceed</title>
				<link>http://org.wikidot.com/forum/t-279445/installed-but-unable-to-proceed</link>
				<description>I don&#039;t know how to configure further and totally confused</description>
				<pubDate>Thu, 28 Oct 2010 06:43:28 +0000</pubDate>
				<wikidot:authorName>Asshu</wikidot:authorName>				<wikidot:authorUserId>605616</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello ! I just got my site installed by a developer . I got the URL like <a href="http://myip/sabnzbd/">http://myip/sabnzbd/</a></p> <p>I don't k now how to proceed further .</p> <p>I attached some screen shots of site here .Could any one tell me how to proceed further?</p> <p>[[ <a href="http://pixavid.com/l1d3yh">http://pixavid.com/l1d3yh</a>]]</p> <p>[[<a href="http://pixavid.com/lFb2ZQ">http://pixavid.com/lFb2ZQ</a>]]</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-277592</guid>
				<title>is there any Guide to get start?</title>
				<link>http://org.wikidot.com/forum/t-277592/is-there-any-guide-to-get-start</link>
				<description>I would like to know if there is right guide which explains to install the script</description>
				<pubDate>Sat, 23 Oct 2010 23:19:21 +0000</pubDate>
				<wikidot:authorName>helpin</wikidot:authorName>				<wikidot:authorUserId>483488</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I requested my friend to install Wikidot and provided them the <a href="http://www.wikidot.org/installation-guide">link</a> of installation guide .</p> <p>He said that the Guide is Incomplete .Where do I get a right guide ?</p> <p>Thanks !</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-254740</guid>
				<title>Wikidot behind Apache proxy?</title>
				<link>http://org.wikidot.com/forum/t-254740/wikidot-behind-apache-proxy</link>
				<description>Trying to get my existing LAMP server to proxy wikidot.</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> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-238797</guid>
				<title>Downloading using Windows PC</title>
				<link>http://org.wikidot.com/forum/t-238797/downloading-using-windows-pc</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&#160;kbps compared to 1500&#160;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> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-207853</guid>
				<title>Page does not load.  Please help!</title>
				<link>http://org.wikidot.com/forum/t-207853/page-does-not-load-please-help</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 &quot;Internet explorer cannot display the webpage&quot;. 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> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-173912</guid>
				<title>Return to original</title>
				<link>http://org.wikidot.com/forum/t-173912/return-to-original</link>
				<description>I my Wiki I use the Theme</description>
				<pubDate>Wed, 05 Aug 2009 15:33:50 +0000</pubDate>
				<wikidot:authorName>Ravengar</wikidot:authorName>				<wikidot:authorUserId>239654</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>My Wiki is Http://gazetalagoinha.wikidot.com/start anI use the teme &quot;localize&quot;. Recently my writings and images automatically increased. How do I return to the original &quot;find.&quot;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-171181</guid>
				<title>Account creation error after entering verification code</title>
				<link>http://org.wikidot.com/forum/t-171181/account-creation-error-after-entering-verification-code</link>
				<description></description>
				<pubDate>Wed, 22 Jul 2009 21:23:37 +0000</pubDate>
				<wikidot:authorName>slaufer</wikidot:authorName>				<wikidot:authorUserId>343204</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>We're setting up a wiki farm under Solaris 10. It's tentatively up and working, but I'm running into an issue with the self-service account creation.</p> <p>User is able to complete and submit the account form without any difficulty, and they receive the email with the verification code.</p> <p>But when the user enters the verification code (or if they click on the verification link in the email), they get the following error:</p> <p><strong>Fatal error: Call to a member function getSiteId() on a non-object in<br /> wikidot/php/actions/CreateAccount2Action.php on line 293</strong></p> <p>It's quite possible that I've missed something in the wiki farm configuration, or in the db setup.</p> <p>Hoping someone might be able to point me in the right direction in terms of where to start looking.</p> <p>If you need more specific info about our setup, let me know.</p> <p>Many thanks!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-170927</guid>
				<title>wiki farm mode</title>
				<link>http://org.wikidot.com/forum/t-170927/wiki-farm-mode</link>
				<description></description>
				<pubDate>Tue, 21 Jul 2009 20:20:45 +0000</pubDate>
				<wikidot:authorName>slaufer</wikidot:authorName>				<wikidot:authorUserId>343204</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>We're attempting to set up a wiki farm using wikidot. Quick question:</p> <p>Instead of using wildcard DNS to support a subdomain for each wiki, is there any way to set up wikidot so that the wikis would be addressable as follows:</p> <p><a href="http://www.mydomain.com/wiki1">http://www.mydomain.com/wiki1</a><br /> <a href="http://www.mydomain.com/wiki2">http://www.mydomain.com/wiki2</a><br /> <a href="http://www.mydomain.com/wiki3">http://www.mydomain.com/wiki3</a><br /> <a href="http://www.mydomain.com/wiki4">http://www.mydomain.com/wiki4</a></p> <p>After reading through some of the posts, I'm guessing the answer is that we have to use subdomains for the wiki farm, but just wanted to verify. Thanks!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-170089</guid>
				<title>search</title>
				<link>http://org.wikidot.com/forum/t-170089/search</link>
				<description></description>
				<pubDate>Sat, 18 Jul 2009 11:49:10 +0000</pubDate>
				<wikidot:authorName>solarko</wikidot:authorName>				<wikidot:authorUserId>145147</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How to start indexer to index my local wiki and enable me to search it for keywords?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-170079</guid>
				<title>300MB constraint</title>
				<link>http://org.wikidot.com/forum/t-170079/300mb-constraint</link>
				<description></description>
				<pubDate>Sat, 18 Jul 2009 10:32:26 +0000</pubDate>
				<wikidot:authorName>solarko</wikidot:authorName>				<wikidot:authorUserId>145147</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Why do installation on my comp has 300MB size constraint? How can i change this?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-170060</guid>
				<title>cp conf/GlobalConfig...  doesn&#039;t exist</title>
				<link>http://org.wikidot.com/forum/t-170060/cp-conf-globalconfig-doesn-t-exist</link>
				<description></description>
				<pubDate>Sat, 18 Jul 2009 08:08:13 +0000</pubDate>
				<wikidot:authorName>solarko</wikidot:authorName>				<wikidot:authorUserId>145147</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Its not in my var/www/wikidot.<br /> where can i find it?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-164665</guid>
				<title>Errors when running make</title>
				<link>http://org.wikidot.com/forum/t-164665/errors-when-running-make</link>
				<description></description>
				<pubDate>Tue, 23 Jun 2009 16:11:53 +0000</pubDate>
				<wikidot:authorName>slaufer</wikidot:authorName>				<wikidot:authorUserId>343204</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm attempting to install Wikidot under Solaris 10.</p> <p>All prereqs are installed. Wikidot installation goes fine<br /> until I run make.</p> <p>Here's the transcript with the errors. I'm using GNU Make 3.81.<br /> Thanks in advance for any suggestions:</p> <p>bin/bootstrap_db.php files/dump/db/*.sql</p> <p>Warning: pg_query(): Query failed: ERROR: relation &quot;admin&quot; already exists in /usr/local/wikidot/wikidot/lib/ozone/php/core/database/PgConnection.php on line 104</p> <p>Error occured at query number 1, file files/dump/db/0-schema.sql:</p> <p>CREATE TABLE admin (<br /> admin_id integer NOT NULL,<br /> site_id integer,<br /> user_id integer,<br /> founder boolean DEFAULT false<br /> )<br /> bin/generate_om.php<br /> database name: wikidot</p> <hr /> <p>processing file base-db.xml:</p> <hr /> <p>table: ozone_lock<br /> table: ozone_session<br /> table: ozone_user<br /> table: ozone_group<br /> table: ozone_permission<br /> table: ozone_user_group_relation<br /> table: ozone_user_permission_modifier<br /> table: ozone_group_permission_modifier<br /> table: unique_string_broker<br /> table: form_submission_key<br /> table: storage_item</p> <hr /> <p>processing file petition-db.xml:</p> <hr /> <p>table: petition_campaign<br /> table: petition_signature</p> <hr /> <p>processing file simpletodo-db.xml:</p> <hr /> <p>table: simpletodo_list</p> <hr /> <p>processing file wikidot-db.xml:</p> <hr /> <p>table: site<br /> table: site_tag<br /> table: category<br /> table: page<br /> table: page_revision<br /> table: page_source<br /> table: page_compiled<br /> table: page_metadata<br /> table: comment<br /> table: comment_revision<br /> table: fts_entry<br /> table: file<br /> table: files_event<br /> table: ucookie<br /> table: page_link<br /> table: page_inclusion<br /> table: page_external_link<br /> table: member<br /> table: admin<br /> table: moderator<br /> table: member_application<br /> table: member_invitation<br /> table: page_edit_lock<br /> table: theme<br /> table: theme_preview<br /> table: license<br /> table: site_settings<br /> table: site_super_settings<br /> table: notification<br /> table: private_message<br /> table: profile<br /> table: user_settings<br /> table: user_karma<br /> table: global_ip_block<br /> table: ip_block<br /> table: global_user_block<br /> table: user_block<br /> table: private_user_block<br /> table: watched_page<br /> table: watched_forum_thread<br /> table: page_abuse_flag<br /> table: user_abuse_flag<br /> table: anonymous_abuse_flag<br /> table: admin_notification<br /> table: log_event<br /> table: contact<br /> table: page_tag<br /> table: page_rate_vote<br /> table: email_invitation<br /> table: membership_link<br /> table: site_backup<br /> table: domain_redirect<br /> table: site_viewer<br /> table: openid_entry<br /> table: api_key</p> <hr /> <p>processing file wikidot-forum-db.xml:</p> <hr /> <p>table: forum_group<br /> table: forum_category<br /> table: forum_thread<br /> table: forum_post<br /> table: forum_post_revision<br /> table: forum_settings<br /> table: front_forum_feed<br /> generating classes<br /> generating classes for ozone_lock<br /> generating classes for ozone_session<br /> generating classes for ozone_user<br /> generating classes for ozone_group<br /> generating classes for ozone_permission<br /> generating classes for ozone_user_group_relation<br /> generating classes for ozone_user_permission_modifier<br /> generating classes for ozone_group_permission_modifier<br /> generating classes for unique_string_broker<br /> generating classes for form_submission_key<br /> generating classes for storage_item<br /> generating classes for petition_campaign<br /> generating classes for petition_signature<br /> generating classes for simpletodo_list<br /> generating classes for site<br /> generating classes for site_tag<br /> generating classes for category<br /> generating classes for page<br /> generating classes for page_revision<br /> generating classes for page_source<br /> generating classes for page_compiled<br /> generating classes for page_metadata<br /> generating classes for comment<br /> generating classes for comment_revision<br /> generating classes for fts_entry<br /> generating classes for file<br /> generating classes for files_event<br /> generating classes for ucookie<br /> generating classes for page_link<br /> generating classes for page_inclusion<br /> generating classes for page_external_link<br /> generating classes for member<br /> generating classes for admin<br /> generating classes for moderator<br /> generating classes for member_application<br /> generating classes for member_invitation<br /> generating classes for page_edit_lock<br /> generating classes for theme<br /> generating classes for theme_preview<br /> generating classes for license<br /> generating classes for site_settings<br /> generating classes for site_super_settings<br /> generating classes for notification<br /> generating classes for private_message<br /> generating classes for profile<br /> generating classes for user_settings<br /> generating classes for user_karma<br /> generating classes for global_ip_block<br /> generating classes for ip_block<br /> generating classes for global_user_block<br /> generating classes for user_block<br /> generating classes for private_user_block<br /> generating classes for watched_page<br /> generating classes for watched_forum_thread<br /> generating classes for page_abuse_flag<br /> generating classes for user_abuse_flag<br /> generating classes for anonymous_abuse_flag<br /> generating classes for admin_notification<br /> generating classes for log_event<br /> generating classes for contact<br /> generating classes for page_tag<br /> generating classes for page_rate_vote<br /> generating classes for email_invitation<br /> generating classes for membership_link<br /> generating classes for site_backup<br /> generating classes for domain_redirect<br /> generating classes for site_viewer<br /> generating classes for openid_entry<br /> generating classes for api_key<br /> generating classes for forum_group<br /> generating classes for forum_category<br /> generating classes for forum_thread<br /> generating classes for forum_post<br /> generating classes for forum_post_revision<br /> generating classes for forum_settings<br /> generating classes for front_forum_feed<br /> bin/bootstrap_pages.php files/dump/sites/*</p> <p>Fatal error: Call to undefined function _() in /usr/local/wikidot/wikidot/php/utils/WDPermissionManager.php on line 85<br /> make: *** [db] Error 255</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-160587</guid>
				<title>Fatal error: Call to undefined function pg_escape_string()</title>
				<link>http://org.wikidot.com/forum/t-160587/fatal-error:call-to-undefined-function-pg-escape-string</link>
				<description></description>
				<pubDate>Thu, 04 Jun 2009 17:25:02 +0000</pubDate>
				<wikidot:authorName> Rui Campos</wikidot:authorName>				<wikidot:authorUserId>309853</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I'm trying to install wikidot in a Centos 5 server.</p> <p>I have installed PHP 5.2, Postgresql 8.3, got the wikidot clone from github.</p> <p>Whenever I try to run the 'make prepare_db' as postgres user I got the following error:</p> <div class="code"> <pre><code>Fatal error: Call to undefined function pg_escape_string()</code></pre></div> <p>If I try to execute 'make' I get:</p> <div class="code"> <pre><code>Call to undefined function pg_connect()</code></pre></div> <p>I have the following libraries installed:</p> <div class="code"> <pre><code># yum list | grep php php.i386 5.2.6-jason.1 installed php-cli.i386 5.2.6-jason.1 installed php-common.i386 5.2.6-jason.1 installed php-pdo.i386 5.2.6-jason.1 installed php-pgsql.i386 5.2.6-jason.1 installed php-bcmath.i386 5.2.6-jason.1 utterramblings php-dba.i386 5.2.6-jason.1 utterramblings php-dbase.i386 5.2.4-jason.1 utterramblings php-devel.i386 5.2.6-jason.1 utterramblings php-embedded.i386 5.2.6-jason.1 utterramblings php-gd.i386 5.2.6-jason.1 utterramblings php-imap.i386 5.2.6-jason.1 utterramblings php-ldap.i386 5.2.6-jason.1 utterramblings php-mbstring.i386 5.2.6-jason.1 utterramblings php-mcrypt.i386 5.2.6-jason.1 utterramblings php-mhash.i386 5.2.6-jason.1 utterramblings php-mssql.i386 5.2.6-jason.1 utterramblings php-mysql.i386 5.2.6-jason.1 utterramblings php-ncurses.i386 5.2.6-jason.1 utterramblings php-odbc.i386 5.2.6-jason.1 utterramblings php-pear.noarch 1:1.6.2-1.jason.1 utterramblings php-snmp.i386 5.2.6-jason.1 utterramblings php-soap.i386 5.2.6-jason.1 utterramblings php-tidy.i386 5.2.6-jason.1 utterramblings php-xcache.i386 5.2.6_1.2.2-jason.3 utterramblings php-xml.i386 5.2.6-jason.1 utterramblings php-xmlrpc.i386 5.2.6-jason.1 utterramblings phpPgAdmin.noarch 4.2.2-1.rhel5 pgdg83 uuid-php.i386 1.5.1-4.rhel5 pgdg83</code></pre></div> <div class="code"> <pre><code># yum list | grep postgres compat-postgresql-libs.i686 4-1PGDG.rhel5 installed postgresql.i386 8.3.7-1PGDG.rhel5 installed postgresql-libs.i386 8.3.7-1PGDG.rhel5 installed postgresql-server.i386 8.3.7-1PGDG.rhel5 installed check_postgres.noarch 2.8.1-1.rhel5 pgdg83 compat-postgresql-libs-debuginfo.i686 4-1PGDG.rhel5 pgdg83 postgresql-contrib.i386 8.3.7-1PGDG.rhel5 pgdg83 postgresql-debuginfo.i386 8.3.7-1PGDG.rhel5 pgdg83 postgresql-devel.i386 8.3.7-1PGDG.rhel5 pgdg83 postgresql-docs.i386 8.3.7-1PGDG.rhel5 pgdg83 postgresql-jdbc.i686 8.3.603-1PGDG.rhel5 pgdg83 postgresql-jdbc.i386 8.3.604-1PGDG.rhel5 pgdg83 postgresql-jdbc-debuginfo.i686 8.3.603-1PGDG.rhel5 pgdg83 postgresql-jdbc-debuginfo.i386 8.3.604-1PGDG.rhel5 pgdg83 postgresql-odbc.i686 08.03.0100-1PGDG.rhel5 pgdg83 postgresql-odbc.i386 08.03.0400-1PGDG.rhel5 pgdg83 postgresql-odbc-debuginfo.i386 08.03.0400-1PGDG.rhel5 pgdg83 postgresql-odbc-debuginfo.i686 08.03.0100-1PGDG.rhel5 pgdg83 postgresql-plperl.i386 8.3.7-1PGDG.rhel5 pgdg83 postgresql-plpython.i386 8.3.7-1PGDG.rhel5 pgdg83 postgresql-pltcl.i386 8.3.7-1PGDG.rhel5 pgdg83 postgresql-python.i686 3.8.1-7PGDG.rhel5 pgdg83 postgresql-python-debuginfo.i686 3.8.1-7PGDG.rhel5 pgdg83 postgresql-tcl.i686 1.6.2-1PGDG.rhel5 pgdg83 postgresql-tcl-debuginfo.i686 1.6.2-1PGDG.rhel5 pgdg83 postgresql-test.i386 8.3.7-1PGDG.rhel5 pgdg83</code></pre></div> <p>Is there anything else I need to install to be able to execute the Makefile on wikidot?</p> <p>Thanks,<br /> Rui</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-143096</guid>
				<title>snippets for member admission</title>
				<link>http://org.wikidot.com/forum/t-143096/snippets-for-member-admission</link>
				<description>box for member admission contain red message</description>
				<pubDate>Mon, 30 Mar 2009 20:19:16 +0000</pubDate>
				<wikidot:authorName>Marcella Marcelli</wikidot:authorName>				<wikidot:authorUserId>305924</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>when I paste [[module MembershipByPassword]] to a page, in the box I get a red message: You can not apply.<br /> It seems you already are a member of this site. how do I delete it and get the empty box? can I paste the snippet enywhere?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-113988</guid>
				<title>Help!</title>
				<link>http://org.wikidot.com/forum/t-113988/help</link>
				<description></description>
				<pubDate>Thu, 18 Dec 2008 05:02:06 +0000</pubDate>
				<wikidot:authorName>tsangk</wikidot:authorName>				<wikidot:authorUserId>47197</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Help!</p> <p>View this: <a href="http://dev.wikidot.org/forum/t-82091/virtual-startup">http://dev.wikidot.org/forum/t-82091/virtual-startup</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-112006</guid>
				<title>Wikidot Trunk Install</title>
				<link>http://org.wikidot.com/forum/t-112006/wikidot-trunk-install</link>
				<description></description>
				<pubDate>Tue, 09 Dec 2008 21:19:02 +0000</pubDate>
				<wikidot:authorName>fakeyblah</wikidot:authorName>				<wikidot:authorUserId>248158</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I was able to get the tarball Wikidot - 02/08/2008 successfully installed, but there are some features that are not working, e.g. [[iframe]] [[tabview]] [[embed]] and a few others.</p> <p>I tried installing the latest revision to wikidot, but the installation has apparently changed drastically. Any advice on how to get this new version to install, or perhaps a fix for the items listed above?</p> <p>Cheers!<br /> Fakey Blah</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-103558</guid>
				<title>Using existing wiki in VM image?</title>
				<link>http://org.wikidot.com/forum/t-103558/using-existing-wiki-in-vm-image</link>
				<description></description>
				<pubDate>Sun, 09 Nov 2008 11:13:31 +0000</pubDate>
				<wikidot:authorName>SP_Admin</wikidot:authorName>				<wikidot:authorUserId>18627</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I posted this question also a month ago on the dev forum, but unfortunately no reaction.</p> <p>I have an existing wiki (schoolsplay.wikidot.com) that I want to update.<br /> To get to work I take the train, but unfortunately I have no internet connection there (3G is way to expensive!)</p> <p>I could get the vmimage working, but how can I use an existing wiki in it?<br /> So getting the existing wiki into my machine?<br /> And getting the updated wiki from my machine to wikidot.com?</p> <p>Thanks for the help,</p> <p>Chris</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://org.wikidot.com/forum/t-81202</guid>
				<title>missing login and create account pages</title>
				<link>http://org.wikidot.com/forum/t-81202/missing-login-and-create-account-pages</link>
				<description>my installation tells me that the login and create account pages are not created.</description>
				<pubDate>Tue, 12 Aug 2008 23:00:24 +0000</pubDate>
				<wikidot:authorName>lcc</wikidot:authorName>				<wikidot:authorUserId>183050</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm using rev 204, and although my wiki does indeed show up, it tells em the login and create account pages are yet to be created. Ideas?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>