<?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/"
	>

<channel>
	<title>h3x.no &#187; wordpress</title>
	<atom:link href="http://h3x.no/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://h3x.no</link>
	<description>Tor Henning Ueland`s thoughts about technology and other stuff</description>
	<lastBuildDate>Mon, 20 Feb 2012 10:07:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress giving maintenance error message</title>
		<link>http://h3x.no/2011/06/04/wordpress-giving-maintenance-error-message</link>
		<comments>http://h3x.no/2011/06/04/wordpress-giving-maintenance-error-message#comments</comments>
		<pubDate>Sat, 04 Jun 2011 21:25:05 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://h3x.no/?p=1022</guid>
		<description><![CDATA[If you have tried to upgrade a WordPress plugin or WordPress itself, and failed. You might have ended up with your blog only returning &#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221; error message. The reason for this &#8230; <a href="http://h3x.no/2011/06/04/wordpress-giving-maintenance-error-message">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you have tried to upgrade a WordPress plugin or WordPress itself, and failed. You might have ended up with your blog only returning &#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221; error message. The reason for this is that WordPress takes the blog down before running any upgrades, so the users wont get any nasty error messages. But in some rare cases, WordPress cant seem to turn itself back on afterwards.</p>
<p>The solution is to delete the file &#8220;.maintenance&#8221; in your WWW-folder/website root folder. Your blog will then again begin to work as it should.</p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2011/06/04/wordpress-giving-maintenance-error-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Image could not be processed. Please go back and try again.</title>
		<link>http://h3x.no/2011/03/06/wordpress-image-could-not-be-processed-please-go-back-and-try-again</link>
		<comments>http://h3x.no/2011/03/06/wordpress-image-could-not-be-processed-please-go-back-and-try-again#comments</comments>
		<pubDate>Sun, 06 Mar 2011 13:30:09 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Yum]]></category>

		<guid isPermaLink="false">http://h3x.no/?p=955</guid>
		<description><![CDATA[This is a rather cryptical error message WordPress gives when trying to upload a header image and it fails. The solution is to make sure your server has php(5)-gd installed. Ubuntu: apt-get install php5-gd Red Hat: yum install php-gd]]></description>
			<content:encoded><![CDATA[<p>This is a rather cryptical error message WordPress gives when trying to upload a header image and it fails.</p>
<p>The solution is to make sure your server has php(5)-gd installed.</p>
<p>Ubuntu:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> php5-gd</pre></div></div>

<p>Red Hat:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> php-gd</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2011/03/06/wordpress-image-could-not-be-processed-please-go-back-and-try-again/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Getting automatic update of WordPress to work via SSH</title>
		<link>http://h3x.no/2010/07/09/getting-automatic-update-of-wordpress-to-work-via-ssh</link>
		<comments>http://h3x.no/2010/07/09/getting-automatic-update-of-wordpress-to-work-via-ssh#comments</comments>
		<pubDate>Fri, 09 Jul 2010 20:09:46 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ssh2]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://h3x.no/?p=502</guid>
		<description><![CDATA[Today i noticed that WordPress actually support automatic upgrade via SSH, the problem was that i simply did not get option up at all. After some quick googling, i noticed that i was missing a up2date ssh2 PECL package. So &#8230; <a href="http://h3x.no/2010/07/09/getting-automatic-update-of-wordpress-to-work-via-ssh">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today i noticed that WordPress actually support automatic upgrade via SSH, the problem was that i simply did not get option up at all. After some quick googling, i noticed that i was missing a up2date ssh2 PECL package. So for me the fix was simple:</p>
<p>1) Installing php5-devel (PHP development libraries)<br />
2) Installing the pecl package ssh2<br />
3) Restarting Apache</p>
<p>And voila, the SSH2 option appeared!</p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2010/07/09/getting-automatic-update-of-wordpress-to-work-via-ssh/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 18/21 queries in 0.007 seconds using apc

Served from: h3x.no @ 2012-05-21 14:32:26 -->
