<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>The Present Group Journal &#187; wordpress</title>
	<atom:link href="http://blog.thepresentgroup.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thepresentgroup.com</link>
	<description>Exploring new models of support for contemporary artists, musing on the art world and people who make stuff, and documenting our life running the Present Group subscription art project.</description>
	<lastBuildDate>Wed, 01 Jun 2016 20:47:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9;The Present Group </copyright>
		<managingEditor>oliver@thepresentgroup.com (The Present Group)</managingEditor>
		<webMaster>oliver@thepresentgroup.com(The Present Group)</webMaster>
		<category></category>
		<ttl>1440</ttl>
		<itunes:keywords>art, artist interviews, contemporary art, subscription art</itunes:keywords>
		<itunes:subtitle>We interview one artist every season to learn about their practice, ideas and life as a working artist. 
</itunes:subtitle>
		<itunes:summary>The Present Group is a quarterly art subscription project.  We enable a community of subscribers to fund contemporary artists projects and receive limited edition artwork in return. Each work is accompanied by an audio artist interview and critical essay to help our subscribers gain insight into the piece, its creator and his/her practice, or recurring themes in the contemporary art world. 

Founded in 2006, the goals of The Present Group are to create new avenues of support for artists, create consistently thought-provoking, editionable works in a variety of media, to engage and expose a broader public to the joys of art collecting, and provide a free online resource for anyone interested in contemporary art.  
http://www.thepresentgroup.com
</itunes:summary>
		<itunes:author>The Present Group</itunes:author>
		<itunes:category text="Arts"/>
<itunes:category text="Arts">
  <itunes:category text="Visual Arts"/>
</itunes:category>
		<itunes:owner>
			<itunes:name>The Present Group</itunes:name>
			<itunes:email>oliver@thepresentgroup.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://blog.thepresentgroup.com/images/tpg-box.jpg" />
		<image>
			<url>http://blog.thepresentgroup.com/images/tpg-box-small.jpg</url>
			<title>The Present Group Journal</title>
			<link>http://blog.thepresentgroup.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>WordPress &#8220;Error establishing a database connection&#8221;</title>
		<link>http://blog.thepresentgroup.com/2010/07/13/test/</link>
		<comments>http://blog.thepresentgroup.com/2010/07/13/test/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 03:23:36 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[hosting knowledge base]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress troubleshooting]]></category>

		<guid isPermaLink="false">http://blog.thepresentgroup.com/?p=1773</guid>
		<description><![CDATA[If you have the misfortune of experiencing the white screen of doom featuring the simple words &#8220;Error establishing a database connection&#8221; on your WordPress site, this post might help you troubleshoot. The Simple Fix Most people on the internet seemed to have this problem because their wp-config.php database info was incorrect. From the WordPress Forums: [...]]]></description>
			<content:encoded><![CDATA[	<p>If you have the misfortune of experiencing the white screen of doom featuring the simple words &#8220;Error establishing a database  connection&#8221; on your WordPress site, this post might help you troubleshoot.</p>
	<h2 class="blue">The Simple Fix</h2>
	<p>Most people on the internet seemed to have this problem because their wp-config.php database info was incorrect. From the <a href="http://en.forums.wordpress.com/topic/error-establishing-a-database-connection-1">WordPress  Forums:</a></p>
	<blockquote><p>This either means that the username and password information in your  wp-config.php file is incorrect or we can&#8217;t contact the database server  at localhost. This could mean your host&#8217;s database server is down.</p>
	<p>* Are you sure you have the correct username and password?<br />
* Are you sure that you have typed the correct hostname?<br />
* Are you sure that the database server is running?</p></blockquote>
	<p>If that&#8217;s indeed the problem then you&#8217;re in luck, just put the correct database name, database user name, and database password in that file.  Make sure your database host is &#8216;localhost&#8217; or figure out what is via your hosting company.  Or hassle your hosting company to fix their mysql server.  Here&#8217;s the part of wp-config.php you&#8217;ll want to change btw:</p>
	<blockquote><p>// ** MySQL settings ** //<br />
define(&#8216;DB_NAME&#8217;, &#8216;*****_wrdp1&#8242;);    // The name of the database<br />
define(&#8216;DB_USER&#8217;, &#8216;*****_wrdp1&#8242;);     // Your MySQL username<br />
define(&#8216;DB_PASSWORD&#8217;, &#8216;*****&#8217;); // &#8230;and password<br />
define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;);    // 99% chance you won&#8217;t need to  change this value</p></blockquote>
	<h2 class="blue">The Hard Fix</h2>
	<p>Unfortunately this wasn&#8217;t my client&#8217;s problem.  <a href="http://www.thepresentgroup.com/hosting">We are the hosting company</a> and everything was working fine; her db user could connect and had the correct privileges, etc.  After a little tracking down, it turned out that somehow the &#8216;siteurl&#8217; option for her WordPress installation had been deleted.  This value is also what resides in the &#8220;WordPress address (URL)&#8221; field under &#8220;Settings&#8221; on the backend.  Note: don&#8217;t delete that.</p>
	<p>I went into her database in phpmyadmin, found the table &#8216;wp_options&#8217;, and searched for &#8216;siteurl&#8217; in the &#8216;option_name&#8217; field. It was indeed empty so I entered her domain name- &#8216;http://&#8217; and all- into the &#8216;option_value&#8217; field.  Viola.</p>
	<p>Here&#8217;s the sql is you don&#8217;t roll GUI:</p>
	<blockquote><p>UPDATE &#8216;wp_options&#8217; SET option_value=&#8217;http://yourdomain.com&#8217; WHERE option_name=&#8217;siteurl&#8217;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.thepresentgroup.com/2010/07/13/test/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
