<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Justin Korn [dot] com &#187; Commenting</title>
	<atom:link href="http://blog.justinkorn.com/tag/commenting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.justinkorn.com</link>
	<description>A little place for me to share, dream, and (gulp) inspire</description>
	<lastBuildDate>Wed, 01 Sep 2010 22:27:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://blog.justinkorn.com</link>
  <url>http://blog.justinkorn.com/logo_fav.png</url>
  <title>Justin Korn [dot] com</title>
</image>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Welcome DISQUS to Korn on the Blog</title>
		<link>http://blog.justinkorn.com/2009/01/welcome-disqus-to-korn-on-the-blog/</link>
		<comments>http://blog.justinkorn.com/2009/01/welcome-disqus-to-korn-on-the-blog/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 16:30:39 +0000</pubDate>
		<dc:creator>Justin Korn</dc:creator>
				<category><![CDATA[Blog News & Alerts]]></category>
		<category><![CDATA[Commenting]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[DISQUS]]></category>

		<guid isPermaLink="false">http://blog.justinkorn.com/?p=220</guid>
		<description><![CDATA[I have FINALLY integrated DISQUS into this blog.  It took me awhile, I&#8217;ll admit that, but for good reasons.
I first turned my head and started paying attention last year when DISQUS introduced version 2.0 which integrated syncing comments with the local WordPress database.  Then, most recently, DISQUS announced syncing of comments with FriendFeed and I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.disqus.com"><img class="alignleft size-full wp-image-221" title="DISQUS Logo" src="http://blog.justinkorn.com/wp-content/uploads/disqus-logo.gif" alt="DISQUS Logo" width="224" height="101" /></a>I have FINALLY integrated <a title="DISQUS" href="http://www.disqus.com" target="_blank">DISQUS</a> into this blog.  It took me awhile, I&#8217;ll admit that, but for good reasons.</p>
<p>I first turned my head and started paying attention last year when DISQUS introduced version 2.0 which integrated syncing comments with the local WordPress database.  Then, most recently, DISQUS announced syncing of comments with FriendFeed and I was sold. On top of the incredible feature set DISQUS keeps pumping out, I kept hearing positive story after story about their customer support and friendly staff.  Well, I had the chance to put those stories to the test, and I must say, I&#8217;m quite impressed.</p>
<p>Installing the plug-in went as smooth as a baby&#8217;s bottom, but when I went to import my WordPress comments, I received the following error:</p>
<blockquote><p>There was an error exporting your comments. If your forum API key has changed, you may need to reinstall DISQUS. If you are still having issues, please contact help@disqus.com.</p></blockquote>
<p>I double checked my settings to insure the API key was inserted and then uninstalled and reinstalled the plug-in.  Still no luck.  I sent an email to the help email address provided and went to sleep.  I didn&#8217;t hear from DISQUS all day, so I sent out the <a title="Twitter Update" href="http://twitter.com/justinkorn/status/1154337492" target="_blank">following tweet</a>:</p>
<blockquote><p><span class="entry-content">Tried to get @<a href="http://twitter.com/disqus">disqus</a> working on my blog last night, but ran into issues with importing current comments.  Waiting to  hear back from support</span></p></blockquote>
<p>Within about an hour of my tweet, I received an email from Jason.  After a few email exchanges, Jason asked me to check to see if there were any errors showing up in my server logs when running the import.  Sure enough, here is what I found:</p>
<blockquote><p>Reporting queued error: faulting application w3wp.exe, version 6.0.3790.3959, faulting module php_curl.dll, version 5.2.5.5, fault address 0&#215;00018ed8.</p></blockquote>
<p>Apparently the version of cURL I am running was the root of the issue.  Jason sent over a quick code fix which I have included below:</p>
<blockquote><p>Try modifying disqus-comment-system/lib/url.<br />
php around:</p>
<p><code> // Try curl, fsockopen, fopen + stream (PHP5 only), exec wget</code></p>
<p>if(function_exists(&#8216;curl_init&#8217;)) {<br />
if (!function_exists(&#8216;curl_setopt_array&#8217;)) {<br />
function curl_setopt_array(&amp;$ch, $curl_options)</p>
<p>and change the second line (line 238 in the file) from:</p>
<p><code> if(function_exists('curl_init')) {</code></p>
<p>to:</p>
<p><code> if(function_exists('curl_init') &amp;&amp; false) {</code></p></blockquote>
<p>After making this simple change, I attempted to import my comments again and it worked.  Special thanks to <a title="Jason Yan on Twitter" href="http://twitter.com/jasonyan" target="_blank">Jason Yan</a> and the DISQUS team for helping me out so quickly and efficiently!</p>
<p>But now, I need to turn to my readers and FriendFeed friends to make sure commenting and syncing is working as it should be.  I think you know what you need to do. <img src='http://blog.justinkorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justinkorn.com/2009/01/welcome-disqus-to-korn-on-the-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:thumbnail url="http://blog.justinkorn.com/wp-content/uploads/disqus-logo-150x101.gif" />
		<media:content url="http://blog.justinkorn.com/wp-content/uploads/disqus-logo.gif" medium="image">
			<media:title type="html">DISQUS Logo</media:title>
			<media:thumbnail url="http://blog.justinkorn.com/wp-content/uploads/disqus-logo-150x101.gif" />
		</media:content>
	</item>
	</channel>
</rss>
