<?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>omgsean.com &#187; *nix</title>
	<atom:link href="http://omgsean.com/category/nix/feed/" rel="self" type="application/rss+xml" />
	<link>http://omgsean.com</link>
	<description>It's a Site on the Internet</description>
	<lastBuildDate>Thu, 08 Oct 2009 03:53:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>&#8220;Unable to Open Database&#8221; with Sqlite3</title>
		<link>http://omgsean.com/2009/02/unable-to-open-database-with-sqlite3/</link>
		<comments>http://omgsean.com/2009/02/unable-to-open-database-with-sqlite3/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 21:55:51 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Errors]]></category>

		<guid isPermaLink="false">http://omgsean.com/?p=29</guid>
		<description><![CDATA[Just spent an hour or so trying to figure out why my Sinatra app running DataMapper couldn&#8217;t write to my sqlite database, and kept returning the vague error &#8220;Unable to Open Database&#8221;.  Turns out the problem is as simple as making sure that the user running the script not only has write permissions on the [...]]]></description>
			<content:encoded><![CDATA[<p>Just spent an hour or so trying to figure out why my Sinatra app running DataMapper couldn&#8217;t write to my sqlite database, and kept returning the vague error &#8220;Unable to Open Database&#8221;.  Turns out the problem is as simple as making sure that the user running the script not only has write permissions on the database file, but also on the directory that the datbase file is in.  If you find yourself getting this error and you can&#8217;t figure out why, that&#8217;s probably the problem!</p>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/02/unable-to-open-database-with-sqlite3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
