<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CiviCRM + WordPress + Windows</title>
	<atom:link href="http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 16:52:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: graham</title>
		<link>http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/#comment-82</link>
		<dc:creator>graham</dc:creator>
		<pubDate>Wed, 09 May 2012 18:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.grahamnott.com/?p=61#comment-82</guid>
		<description>It sounds to me czeller, that it may be just because you do not have MySQL &quot;lock table&quot; privileges (such as described in http://forum.civicrm.org/index.php?topic=13208.0). If you contact your hosting company, they may be able to resolve that for you.</description>
		<content:encoded><![CDATA[<p>It sounds to me czeller, that it may be just because you do not have MySQL &#8220;lock table&#8221; privileges (such as described in <a href="http://forum.civicrm.org/index.php?topic=13208.0" rel="nofollow">http://forum.civicrm.org/index.php?topic=13208.0</a>). If you contact your hosting company, they may be able to resolve that for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: czeller</title>
		<link>http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/#comment-81</link>
		<dc:creator>czeller</dc:creator>
		<pubDate>Mon, 23 Apr 2012 03:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.grahamnott.com/?p=61#comment-81</guid>
		<description>I&#039;m trying to setup CiviCRM on my WordPress site, but I&#039;m not able to get past &quot;Could not obtain a write lock for the table.&quot; Is there a way to change this setting without access to the MySQL database? I host with a small company and haven&#039;t been given MySQL admin access. If I do get access to something like phpMyAdmin, do I just run a SQL command?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to setup CiviCRM on my WordPress site, but I&#8217;m not able to get past &#8220;Could not obtain a write lock for the table.&#8221; Is there a way to change this setting without access to the MySQL database? I host with a small company and haven&#8217;t been given MySQL admin access. If I do get access to something like phpMyAdmin, do I just run a SQL command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lyew</title>
		<link>http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/#comment-80</link>
		<dc:creator>lyew</dc:creator>
		<pubDate>Mon, 23 Apr 2012 00:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.grahamnott.com/?p=61#comment-80</guid>
		<description>I just discovered that you don&#039;t need to comment out that entire chunk of code. There is just one minor incompatibility. If you notice, the second line:

this-&gt;requireWriteable( CIVICRM_DIRECTORY_SEPARATOR . $dir,

prepends the directory separator to the directory path that the script will check to see if it is writable. Which ends up being something like this to the system: &quot;/C:/inetpub...&quot; The breaks the process as the Windows OS doesn&#039;t understand this path. So all you have to do is just delete the prepended directory separator. The code should look like this:

this-&gt;requireWriteable( $dir,</description>
		<content:encoded><![CDATA[<p>I just discovered that you don&#8217;t need to comment out that entire chunk of code. There is just one minor incompatibility. If you notice, the second line:</p>
<p>this-&gt;requireWriteable( CIVICRM_DIRECTORY_SEPARATOR . $dir,</p>
<p>prepends the directory separator to the directory path that the script will check to see if it is writable. Which ends up being something like this to the system: &#8220;/C:/inetpub&#8230;&#8221; The breaks the process as the Windows OS doesn&#8217;t understand this path. So all you have to do is just delete the prepended directory separator. The code should look like this:</p>
<p>this-&gt;requireWriteable( $dir,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy D</title>
		<link>http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/#comment-79</link>
		<dc:creator>Andy D</dc:creator>
		<pubDate>Thu, 01 Mar 2012 01:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.grahamnott.com/?p=61#comment-79</guid>
		<description>Awesome tip, just literally saved me from repeatidly banging my head of my desk.

Good one mate.</description>
		<content:encoded><![CDATA[<p>Awesome tip, just literally saved me from repeatidly banging my head of my desk.</p>
<p>Good one mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graham</title>
		<link>http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/#comment-78</link>
		<dc:creator>graham</dc:creator>
		<pubDate>Wed, 29 Feb 2012 20:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.grahamnott.com/?p=61#comment-78</guid>
		<description>You can find an example on the CiviCRM 4.1 Demo site on Wordpress at &lt;a href=&quot;http://wordpress.demo.civicrm.org/&quot; rel=&quot;nofollow&quot;&gt;http://wordpress.demo.civicrm.org/&lt;/a&gt;. 

One method is on post ID 11 (http://wordpress.demo.civicrm.org/?p=11). The post content includes a CiviCRM tag
[civicrm component=&quot;event&quot; id=&quot;1&quot; mode=&quot;test&quot; action=&quot;info&quot;]

If you are familiar with CiviCRM on Drupal or another platform, there is a similar URL format for an event&#039;s registration page, where you specify the CiviCRM module path and event ID. For example:
http://wordpress.demo.civicrm.org/?page=CiviCRM&amp;q=civicrm/event/info&amp;id=1&amp;reset=1

Be sure you have Online Registration enabled for your event for the page to appear. Thanks for the question, I hope it works on Windows and Wordpress just as well.</description>
		<content:encoded><![CDATA[<p>You can find an example on the CiviCRM 4.1 Demo site on WordPress at <a href="http://wordpress.demo.civicrm.org/" rel="nofollow">http://wordpress.demo.civicrm.org/</a>. </p>
<p>One method is on post ID 11 (<a href="http://wordpress.demo.civicrm.org/?p=11" rel="nofollow">http://wordpress.demo.civicrm.org/?p=11</a>). The post content includes a CiviCRM tag<br />
[civicrm component="event" id="1" mode="test" action="info"]</p>
<p>If you are familiar with CiviCRM on Drupal or another platform, there is a similar URL format for an event&#8217;s registration page, where you specify the CiviCRM module path and event ID. For example:<br />
<a href="http://wordpress.demo.civicrm.org/?page=CiviCRM&#038;q=civicrm/event/info&#038;id=1&#038;reset=1" rel="nofollow">http://wordpress.demo.civicrm.org/?page=CiviCRM&#038;q=civicrm/event/info&#038;id=1&#038;reset=1</a></p>
<p>Be sure you have Online Registration enabled for your event for the page to appear. Thanks for the question, I hope it works on Windows and WordPress just as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Askin</title>
		<link>http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/#comment-77</link>
		<dc:creator>Dave Askin</dc:creator>
		<pubDate>Tue, 28 Feb 2012 03:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.grahamnott.com/?p=61#comment-77</guid>
		<description>Do you have advice on how to establish the civicrm event - info/online registration on a particular page on a wordpress blog. that bit eludes me.
Many thanks.</description>
		<content:encoded><![CDATA[<p>Do you have advice on how to establish the civicrm event &#8211; info/online registration on a particular page on a wordpress blog. that bit eludes me.<br />
Many thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
