<?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>Alberto Bustamante &#187; WordPress</title>
	<atom:link href="http://www.albertobustamante.com/blog/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albertobustamante.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 21 May 2010 19:46:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing Wordpress Error 500</title>
		<link>http://www.albertobustamante.com/blog/2009/12/fixing-wordpress-error-500/</link>
		<comments>http://www.albertobustamante.com/blog/2009/12/fixing-wordpress-error-500/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:07:17 +0000</pubDate>
		<dc:creator>Alberto</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[error 500]]></category>

		<guid isPermaLink="false">http://www.albertobustamante.com/blog/?p=109</guid>
		<description><![CDATA[After this, I&#8217;ve learned that its convenient to deactivate all your plugins before updating to the last version of Wordpress. Im not sure when I did the last update, but it seems this blog have been offline since then. 
This morning I tried to read an article of the blog, and I got an &#8220;Error [...]]]></description>
			<content:encoded><![CDATA[<p>After this, I&#8217;ve learned that its convenient to deactivate all your plugins before updating to the last version of Wordpress. Im not sure when I did the last update, but it seems this blog have been offline since then. </p>
<p>This morning I tried to read an article of the blog, and I got an &#8220;Error 500&#8243; message. First of all, I checked that my Wordpress was working, because I could access to my dashboard. Next step: deactivate all the plugins. But it didnt work. So lets take a look into the Apache log. What I found was:</p>
<blockquote><p>SoftException in Application.cpp:252: File &#8220;/home/xxxxx/public_html/blog/index.php&#8221; is writeable by group</p></blockquote>
<p>Thats it: a permissions problem. So I used Cyberduck (but you can use any other FTP application) to fix it. Delete the &#8220;write&#8221; permissions of Group and Others:<br />
<center><img src="http://www.albertobustamante.com/blog/wp-content/uploads/2009/12/Imagen-6.png" alt="Permissions-Cyberduck" title="Permissions-Cyberduck" width="391" height="204" class="aligncenter size-full wp-image-112" /></center></p>
<p>Note: be sure to apply this to all your files and directories. In my case, as you can see in the image, I used the option &#8220;Apply changes recursively&#8221;. Your FTP application should have the option to do something like this.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.albertobustamante.com/blog/2009/05/fixing-wordpress-error-406/" rel="bookmark" class="crp_title">Fixing Wordpress Error 406</a></li><li><a href="http://www.albertobustamante.com/blog/2010/05/automatic-recognition-of-sarcasm/" rel="bookmark" class="crp_title">Automatic recognition of sarcasm</a></li><li><a href="http://www.albertobustamante.com/blog/2009/12/machine-learning-in-stanford-university/" rel="bookmark" class="crp_title">Machine Learning in Stanford University</a></li><li><a href="http://www.albertobustamante.com/blog/2009/11/solving-problems-with-subversion/" rel="bookmark" class="crp_title">Solving problems with Subversion</a></li><li><a href="http://www.albertobustamante.com/blog/2009/07/showing-hidden-files-in-leopard/" rel="bookmark" class="crp_title">Showing hidden files in Leopard</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.albertobustamante.com/blog/2009/12/fixing-wordpress-error-500/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Wordpress Error 406</title>
		<link>http://www.albertobustamante.com/blog/2009/05/fixing-wordpress-error-406/</link>
		<comments>http://www.albertobustamante.com/blog/2009/05/fixing-wordpress-error-406/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:30:06 +0000</pubDate>
		<dc:creator>Alberto</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.albertobustamante.com/blog/?p=29</guid>
		<description><![CDATA[Let me guess: you are trying to edit posts or pages in your Wordpress blog and you got &#8220;Error 406, Not Acceptable. An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server&#8221;. Ok, dont panic, lets fix it.
In the root directory of your Wordpress installation, you should have a file [...]]]></description>
			<content:encoded><![CDATA[<p>Let me guess: you are trying to edit posts or pages in your Wordpress blog and you got &#8220;Error 406, Not Acceptable. An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server&#8221;. Ok, dont panic, lets fix it.</p>
<p>In the root directory of your Wordpress installation, you should have a file called &#8220;.htaccess&#8221;. You have to edit this file, adding the following line:</p>
<blockquote><p>SecFilterEngine off</p></blockquote>
<p>With this single line, your blog will work perfectly.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.albertobustamante.com/blog/2009/12/fixing-wordpress-error-500/" rel="bookmark" class="crp_title">Fixing Wordpress Error 500</a></li><li><a href="http://www.albertobustamante.com/blog/2009/05/how-to-edit-path-variable-on-mac/" rel="bookmark" class="crp_title">How to edit PATH variable on Mac</a></li><li><a href="http://www.albertobustamante.com/blog/2009/11/compiling-erlang-on-mac/" rel="bookmark" class="crp_title">Compiling Erlang on Mac</a></li><li><a href="http://www.albertobustamante.com/blog/2009/11/solving-problems-with-subversion/" rel="bookmark" class="crp_title">Solving problems with Subversion</a></li><li><a href="http://www.albertobustamante.com/blog/2009/06/the-class-javautilproperties/" rel="bookmark" class="crp_title">The Class java.util.Properties</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.albertobustamante.com/blog/2009/05/fixing-wordpress-error-406/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
