<?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>DavidJB.com &#187; error</title>
	<atom:link href="http://davidjb.com/blog/tag/error/feed" rel="self" type="application/rss+xml" />
	<link>http://davidjb.com</link>
	<description>The ramblings of an IT professional about life, the Universe, and Plone</description>
	<lastBuildDate>Thu, 22 Jul 2010 07:21:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Plone: SiteManager leftovers; not the good kind</title>
		<link>http://davidjb.com/blog/2010/06/plone-sitemanager-leftovers-not-the-good-kind</link>
		<comments>http://davidjb.com/blog/2010/06/plone-sitemanager-leftovers-not-the-good-kind#comments</comments>
		<pubDate>Mon, 28 Jun 2010 04:35:20 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[egg]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[zope]]></category>

		<guid isPermaLink="false">http://davidjb.com/?p=469</guid>
		<description><![CDATA[Leftovers are typically useful when they&#8217;re in your fridge at home. They mean you don&#8217;t have to mess around making lunch for the next day for work, and can just grab them, and walk right out the door. Now, leftovers in the zope.component SiteManager aren&#8217;t so nice, especially when some Plone products fail to remove [...]]]></description>
		<wfw:commentRss>http://davidjb.com/blog/2010/06/plone-sitemanager-leftovers-not-the-good-kind/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GenericSetup and &#8220;mismatched&#8221; tags in ZCML</title>
		<link>http://davidjb.com/blog/2010/03/genericsetup-and-mismatched-tags-in-zcml</link>
		<comments>http://davidjb.com/blog/2010/03/genericsetup-and-mismatched-tags-in-zcml#comments</comments>
		<pubDate>Fri, 12 Mar 2010 01:01:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[mismatched]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[zcml]]></category>
		<category><![CDATA[zope]]></category>

		<guid isPermaLink="false">http://davidjb.com/?p=326</guid>
		<description><![CDATA[Ever the issue-magnet, I&#8217;ve spent the better part of my morning trying to debug a mistmatched tag error from within some ZCML (aka XML for the non-initiated).  Essentially, the issue boiled down to the system telling me that it was certain that I had a mistmatched tag within my configuration, and presented me with the [...]]]></description>
		<wfw:commentRss>http://davidjb.com/blog/2010/03/genericsetup-and-mismatched-tags-in-zcml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plone/Zope, Python and collective.autoreload / plone.reload</title>
		<link>http://davidjb.com/blog/2009/11/plonezope-python-and-collective-autoreloadplone-reload</link>
		<comments>http://davidjb.com/blog/2009/11/plonezope-python-and-collective-autoreloadplone-reload#comments</comments>
		<pubDate>Fri, 20 Nov 2009 04:34:45 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[collective]]></category>
		<category><![CDATA[egg]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[restart]]></category>

		<guid isPermaLink="false">http://davidjb.com/?p=263</guid>
		<description><![CDATA[Here&#8217;s an interesting error message I got stumped with for a good set of hours.  The issue started with me using collective.autoreload with Plone and it does the trick, mostly.  With any such &#8216;operation&#8217; and live reloading of code for Python, you&#8217;ve got to expect that not everything will go according to plan.  Most things [...]]]></description>
		<wfw:commentRss>http://davidjb.com/blog/2009/11/plonezope-python-and-collective-autoreloadplone-reload/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buildout: Trying to create a Plone/Zope instance</title>
		<link>http://davidjb.com/blog/2009/02/buildout-trying-to-create-a-plonezope-instance</link>
		<comments>http://davidjb.com/blog/2009/02/buildout-trying-to-create-a-plonezope-instance#comments</comments>
		<pubDate>Tue, 10 Feb 2009 22:51:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[buildout]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[zope]]></category>

		<guid isPermaLink="false">http://davidjb.com/?p=163</guid>
		<description><![CDATA[Eeek…what&#8217;s this mean? install() got an unexpected keyword argument &#039;allow_hosts&#039; after trying to build zope2zeoserver from my buildout configuration. After some searching, I found that it was due to my bootstrap.py script (the one the gets buildout in the first place and creates the relevant scripts) was actually pulling down an outdated version of zc.buildout. [...]]]></description>
		<wfw:commentRss>http://davidjb.com/blog/2009/02/buildout-trying-to-create-a-plonezope-instance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
