<?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>Graham Nott Technology Blog &#187; Wordpress</title>
	<atom:link href="http://www.grahamnott.com/category/software-development/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grahamnott.com</link>
	<description></description>
	<lastBuildDate>Wed, 19 Sep 2012 18:27: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>CiviCRM + WordPress + Windows</title>
		<link>http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/</link>
		<comments>http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 22:24:40 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[CiviCRM]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[civicrm]]></category>
		<category><![CDATA[http error 500]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.grahamnott.com/?p=61</guid>
		<description><![CDATA[Today I am testing the CiviCRM 4.1 beta 3 release on WordPress.  On WordPress, you may ask? For those who are already CiviCRM users, you may be as surprised as I was to see it becoming available as a WordPress plugin. Until recently, you could only run it on Drupal or Joomla. You can read [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am testing the CiviCRM 4.1 beta 3 release on WordPress.  On WordPress, you may ask? For those who are already CiviCRM users, you may be as surprised as I was to see it becoming available as a WordPress plugin. Until recently, you could only run it on Drupal or Joomla. You can read the CiviCRM blog for more information about <a title="CiviCRM 4.1 beta 3 released" href="http://civicrm.org/blogs/kurund/civicrm-41-beta-3-released" target="_blank">CiviCRM 4.1 beta 3</a>.</p>
<p>I'm running on Windows 7 right now for kicking the tires, as it were. I had to do a couple small changes to get it going, so I am sharing them below:</p>
<p><strong>1. Writable directories and files</strong></p>
<p>On the <a title="Wordpress installation guide for CiviCRM 4.1" href="http://wiki.civicrm.org/confluence/display/CRMDOC41/WordPress+Installation+Guide+for+CiviCRM+4.1" target="_blank">WordPress Installation Guide for CiviCRM 4.1</a>, you'll see the error mentioned "The user account used by your web-server needs to be granted write access to the following directory..." and a link to the CiviCRM forums. The suggested fix to change the read-only flag on the directories and files did not work for me, using the GUI or command line on Windows 7 (as administrator or not as administrator).</p>
<p>The workaround that allowed me to continue was to comment out the checking for writable directories in the /plugins/civicrm/civicrm/install/index.php lines 368 to 370:</p>
<pre>        foreach ( $writableDirectories as $dir ) {
            /*$this-&gt;requireWriteable( CIVICRM_DIRECTORY_SEPARATOR . $dir,
                array("File permissions", "Is the $dir folder writeable?", null ),
                true );*/
        }</pre>
<p><strong>2. Fix an HTTP Error 500 Internal Server Error</strong></p>
<p>I clicked the CiviCRM install button and everything seemed to be running. But, clicking "CiviCRM" on the sidebar, I got an HTTP 500 error. Uh oh. Nothing specific was mentioned in the web server logs as to why. After some trial and error, I fixed it by editing the civicrm.settings.php file. $civicrm_root and CIVICRM_TEMPLATE_COMPILEDIR variables. They had a mixture of forward slashes, backslashes and double backslashes in the paths. Once I changed them all to single forward slashes, I could reach CiviCRM. My example below:</p>
<pre style="padding-left: 30px;">global $civicrm_root;

$civicrm_root = 'D:/www/wordpress/public_html/wp-content/plugins/civicrm/civicrm/';
define( 'CIVICRM_TEMPLATE_COMPILEDIR',
'D:/www/wordpress/public_html/wp-content/plugins/files/civicrm/templates_c/' );</pre>
<pre style="padding-left: 30px;"></pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Blog search using Solr</title>
		<link>http://www.grahamnott.com/2011/10/blog-search-using-solr/</link>
		<comments>http://www.grahamnott.com/2011/10/blog-search-using-solr/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 19:31:44 +0000</pubDate>
		<dc:creator>graham</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Solr]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.grahamnott.com/?p=51</guid>
		<description><![CDATA[Update January 16, 2012: Thanks to those who attended the presentation at Wordcamp. I have uploaded a revised set of presentation slides in PDF format that includes screen captures of the demonstration portions. If anyone has more questions, please leave comments on this post and I will try and answer them. blog-search-using-solr (PDF; 1.8 MB) [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.grahamnott.com/wp-content/uploads/2011/10/250-speaking.png"><img class="size-full wp-image-55 alignleft" style="margin-right: 5px; display: inline; float: left;" title="250-speaking" src="http://www.grahamnott.com/wp-content/uploads/2011/10/250-speaking.png" alt="I'm speaking at WordCamp Victoria - January 14, 2012 - University of Victoria" width="250" height="250" /></a></strong></p>
<p><strong>Update January 16, 2012</strong>: Thanks to those who attended the presentation at Wordcamp. I have uploaded a revised set of presentation slides in PDF format that includes screen captures of the demonstration portions. If anyone has more questions, please leave comments on this post and I will try and answer them. <a title="Blog search using Solr presentation PDF" href="http://www.grahamnott.com/wp-content/uploads/2011/10/blog-search-using-solr.pdf" target="_blank">blog-search-using-solr</a> (PDF; 1.8 MB)</p>
<p><strong>Update January 2012</strong>:  I am pleased to be presenting "Blog Search Using Solr" at <a title="Wordcamp Victoria 2012" href="http://2012.victoria.wordcamp.org/" target="_blank">Wordcamp Victoria 2012</a>. As of today there may still be tickets available, so hurry and get yours now if you haven't already. See you there!</p>
<p><strong>Original topic description:</strong> If you discover the default search in WordPress is too basic, you may benefit from installing a Solr for WordPress plugin. Enabling the power of the <a href="http://lucene.apache.org/">Lucene</a> searching engine implemented in the <a href="http://lucene.apache.org/solr/">Solr</a> server sounds daunting, even to me. The search technology used by Digg, Netflix and Acquia (and others: <a href="http://wiki.apache.org/solr/PublicServers">http://wiki.apache.org/solr/PublicServers</a>) could be yours. As a result of using it, you will discover whether the advantages outweigh the disadvantages. Features like faceted search, keyword highlighting, and more are just the start. Once you see the plugin in action, you will understand the untapped search potential it provides.</p>
<p>You will find this blog using Solr for WordPress right now, and it is still a work in progress (so hopefully it still works when you try it).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grahamnott.com/2011/10/blog-search-using-solr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
