<?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>Jeroen&#039;s weblog &#187; Wordpress</title>
	<atom:link href="http://blog.hendricksen.eu/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hendricksen.eu</link>
	<description></description>
	<lastBuildDate>Mon, 05 Dec 2011 07:52:12 +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>Old-style upload plugin for WordPress</title>
		<link>http://blog.hendricksen.eu/2008/02/24/old-style-upload-plugin-for-wordpress/</link>
		<comments>http://blog.hendricksen.eu/2008/02/24/old-style-upload-plugin-for-wordpress/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 17:45:28 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[file uploads]]></category>
		<category><![CDATA[googling]]></category>
		<category><![CDATA[php safe mode]]></category>
		<guid isPermaLink="false">http://blog.hendricksen.eu/wordpress/old-style-upload-plugin-for-wordpress/</guid>
		<description><![CDATA[I just started working with WordPress and i found out that uploads weren&#8217;t working . After making sure that the webserver user was granted upload permission (chown webservuser wordpressdir/wp_contents/uploads) and confirming the file paths it was still broken. While &#8220;Googling&#8221; &#8230; <a href="http://blog.hendricksen.eu/2008/02/24/old-style-upload-plugin-for-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just started working with WordPress and i found out that uploads weren&#8217;t working <img src='http://blog.hendricksen.eu/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> . After making sure that the webserver user was granted upload permission (chown webservuser wordpressdir/wp_contents/uploads) and confirming the file paths it was still broken. While &#8220;Googling&#8221; for a solution, i found a nice plugin called <a href="http://www.ilfilosofo.com/blog/old-style-upload" title="Filosofo Old-Style Upload Plugin for WordPress 2.0+" target="_blank">Filosofo Old-Style Upload plugin</a> that enables what they call &#8216;old-style&#8217; uploading. I&#8217;m starting fresh with WordPress 2.3.3, so i don&#8217;t know about &#8216;old-style&#8217; WordPress, but i do know that i want to have control over what I upload and where I upload it.</p>
<p>Anyways, i found the problem causing the &#8220;Is its parent directory writable by the server?&#8221; message. It was caused by PHP safe mode, so beware to check for php safe mode to be off if you want file uploads to your filesystem to work. My current hosting provider (servage.net) has PHP safe mode enabled by default.</p>
<p>I guess it would be a nice feature if on the upload page a warning would appear to tell you that due to PHP safe mode, file uploads might not be allowed, or is there a better way?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hendricksen.eu/2008/02/24/old-style-upload-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.3.3 validation errors</title>
		<link>http://blog.hendricksen.eu/2008/02/24/wordpress-233-validation-errors/</link>
		<comments>http://blog.hendricksen.eu/2008/02/24/wordpress-233-validation-errors/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 16:21:10 +0000</pubDate>
		<dc:creator>Jeroen</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[googling]]></category>
		<category><![CDATA[validation errors]]></category>
		<category><![CDATA[widget]]></category>
		<guid isPermaLink="false">http://blog.hendricksen.eu/2008/02/24/wordpress-233-validation-errors/</guid>
		<description><![CDATA[I&#8217;m very found of websites that are completely XHTML compliant. I found out that a default wordpress 2.3.3 installation is not XHTML compliant. After some research i found out that a validation error occurred due to two link sections with &#8230; <a href="http://blog.hendricksen.eu/2008/02/24/wordpress-233-validation-errors/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very found of  websites that are completely XHTML compliant. I found out that a default wordpress 2.3.3 installation is not XHTML compliant. After some research i found out that a validation error occurred due to two link sections with the same id-name. After removing a link section (by leaving one blogroll category), the validation error was gone, as expected.</p>
<p>Of course i can fix it myself, but it&#8217;s a good thing to first look around (&#8220;Googling&#8221; <img src='http://blog.hendricksen.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) and see if you are not the only one with the problem and if there might be a solution at hand. Luckily, most of the time, there *is* a solution at hand, in this case thanks to other fellow WordPress users, like Andrew:</p>
<p><a href="http://www.vayanis.com/2007/08/09/wordpress-22s-link-widget-validation-errors/" title="Link widget validation errors. A fix by Andrew Vayanis." target="_blank">http://www.vayanis.com/2007/08/09/wordpress-22s-link-widget-validation-errors/</a></p>
<p>I chose the durable &#8216;My Links&#8217;-Widget-solution to prevent future 2.3.x updates from overwriting the &#8216;in-php-code&#8217;-hack. Let&#8217;s hope it get&#8217;s fixed soon, because multiple blogroll links sections should not break valid XHTML IMHO.</p>
<p>The issue is registered as a bug with WordPress trac: <a href="http://trac.wordpress.org/ticket/4287" target="_blank">http://trac.wordpress.org/ticket/4287</a></p>
<p>The source i used can be downloaded here (rename to MyLinksWidget.php and use standard plugin deployment for WordPress) : <a href="http://blog.hendricksen.eu/wp-content/uploads/MyLinksWidget.php.txt" title="MyLinksWidget.php">MyLinksWidget.php</a>. I hope this can help anyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hendricksen.eu/2008/02/24/wordpress-233-validation-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.hendricksen.eu/category/wordpress/feed/ ) in 0.67087 seconds, on Feb 6th, 2012 at 11:04 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 7th, 2012 at 12:04 am UTC -->
