<?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>Angus Thinks... &#187; php</title>
	<atom:link href="http://www.malcolmhardie.com/weblogs/angus/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.malcolmhardie.com/weblogs/angus</link>
	<description>SQLEditor for Mac OS X, Life and general thoughts</description>
	<lastBuildDate>Sat, 21 Aug 2010 12:14:42 +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>Zend Framework &#8211; run in a subdirectory</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/11/19/zend-framework-run-in-a-subdirectory/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/11/19/zend-framework-run-in-a-subdirectory/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 19:30:56 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=317</guid>
		<description><![CDATA[This article explains how to use Zend Framework MVC in a subdirectory (rather than in the DocumentRoot) [Link]]]></description>
			<content:encoded><![CDATA[<p>This article explains how to use Zend Framework MVC in a subdirectory (rather than in the DocumentRoot)</p>
<p>[<a href="http://www.johnmee.com/2008/11/zend-framework-quickstart-tutorial-deploy-to-a-subdirectory-instead-of-web-root/">Link</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/11/19/zend-framework-run-in-a-subdirectory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend framework Quickstart and SQLite</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/11/19/zend-framework-quickstart-and-sqlite/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/11/19/zend-framework-quickstart-and-sqlite/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 19:29:07 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=315</guid>
		<description><![CDATA[I was building the Zend Framework quick start tutorial example but I kept getting the following error: Message: SQLSTATE[HY000]: General error: 14 unable to open database file This was despite the fact that I had correct privileges on the database &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2008/11/19/zend-framework-quickstart-and-sqlite/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was building the Zend Framework quick start tutorial example but I kept getting the following error:</p>
<p><span>Message: <strong class="highlight">SQLSTATE</strong>[<strong class="highlight">HY000</strong>]: <strong class="highlight">General</strong> <strong class="highlight">error</strong>: <strong class="highlight">14</strong> <strong class="highlight">unable</strong> <strong class="highlight">to</strong> <strong class="highlight">open</strong> <strong class="highlight">database</strong> <strong class="highlight">file</strong></span></p>
<p>This was despite the fact that I had correct privileges on the database file.</p>
<p>However it turns out you seem to need write and execute privileges for Apache on the directory that contains your sqlite database (not just the database file itself).</p>
<p>I added them to the containing directory and everything seems to work now. <img src='http://www.malcolmhardie.com/weblogs/angus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>[<a href="http://www.nabble.com/ZF-quickstart-not-working--td20383454.html">Link</a>] (Nabble.com and the original source of this solution)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2008/11/19/zend-framework-quickstart-and-sqlite/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
