<?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: Permission bug resolved in WP 2.5</title>
	<atom:link href="http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/feed/" rel="self" type="application/rss+xml" />
	<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 17:42:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bas</title>
		<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/comment-page-1/#comment-4288</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Wed, 18 Jun 2008 15:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/?p=119#comment-4288</guid>
		<description>@ Jess -- Sorry, I changed some things in my theme and the download link disappeared from the plugin page. &lt;a href=&quot;http://sparepencil.com/code/ajax-referer-fix/&quot; rel=&quot;nofollow&quot;&gt;It&#039;s back now&lt;/a&gt;.
By the way, this plugin is also available &lt;a href=&quot;http://wordpress.org/extend/plugins/ajax-referer-fix/&quot; rel=&quot;nofollow&quot;&gt;on the WordPress website&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@ Jess &#8212; Sorry, I changed some things in my theme and the download link disappeared from the plugin page. <a href="http://sparepencil.com/code/ajax-referer-fix/" rel="nofollow">It&#8217;s back now</a>.<br />
By the way, this plugin is also available <a href="http://wordpress.org/extend/plugins/ajax-referer-fix/" rel="nofollow">on the WordPress website</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jess</title>
		<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/comment-page-1/#comment-4287</link>
		<dc:creator>Jess</dc:creator>
		<pubDate>Wed, 18 Jun 2008 15:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/?p=119#comment-4287</guid>
		<description>Hi!  Is this plugin still available for download?  Maybe I haven&#039;t had enough caffeine yet this morning but I can&#039;t see a download link.  I&#039;m hoping it works for me as I&#039;m not quite ready to upgrade yet.  

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!  Is this plugin still available for download?  Maybe I haven&#8217;t had enough caffeine yet this morning but I can&#8217;t see a download link.  I&#8217;m hoping it works for me as I&#8217;m not quite ready to upgrade yet.  </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas</title>
		<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/comment-page-1/#comment-4124</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Sat, 17 May 2008 15:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/?p=119#comment-4124</guid>
		<description>Charles, the plugin wass not designed to work in WP2.5 (and especially not in WPMU as far as I am concerned, because I did not research the problem in that application at all). WP2.5 uses an entirely different authentication method for AJAX actions than previous versions. Thus, using the plugin in WP2.5 is actually going to break all AJAX stuff (so don&#039;t).

As for debugging AJAX problems, FireBug is an extremely useful extension. It allows you to see what is sent in an HTTP request and what is returned. Using this information and the WP code, it is possible to pinpoint the exact problem.
Unfortunately, there is only one fun part about debugging: finally finding a working solution.</description>
		<content:encoded><![CDATA[<p>Charles, the plugin wass not designed to work in WP2.5 (and especially not in WPMU as far as I am concerned, because I did not research the problem in that application at all). WP2.5 uses an entirely different authentication method for AJAX actions than previous versions. Thus, using the plugin in WP2.5 is actually going to break all AJAX stuff (so don&#8217;t).</p>
<p>As for debugging AJAX problems, FireBug is an extremely useful extension. It allows you to see what is sent in an HTTP request and what is returned. Using this information and the WP code, it is possible to pinpoint the exact problem.<br />
Unfortunately, there is only one fun part about debugging: finally finding a working solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/comment-page-1/#comment-4123</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Sat, 17 May 2008 13:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/?p=119#comment-4123</guid>
		<description>Hi Bas, Not sure the WP team has entirely resolved the problem, I have just had a hell of a week sorting out an AJAX posting bug which ended up being a problem with the hardened php extension on an installation of WPMU 1.5.1 (I also tested a new fantastico install of WP 2.5.1). Turned off the extension, turned off the bug. More details &lt;a href=&quot;http://www.arbu.co.uk/?p=274&quot; title=&quot;&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; – I&#039;d be very interested to hear your thoughts on what might have been the problem – other than me just being a Dilbert  :grin: . Best Charles.</description>
		<content:encoded><![CDATA[<p>Hi Bas, Not sure the WP team has entirely resolved the problem, I have just had a hell of a week sorting out an AJAX posting bug which ended up being a problem with the hardened php extension on an installation of WPMU 1.5.1 (I also tested a new fantastico install of WP 2.5.1). Turned off the extension, turned off the bug. More details <a href="http://www.arbu.co.uk/?p=274" title="" rel="nofollow">here</a> – I&#8217;d be very interested to hear your thoughts on what might have been the problem – other than me just being a Dilbert  <img src='http://sparepencil.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' />  . Best Charles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas</title>
		<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/comment-page-1/#comment-4058</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Sun, 20 Apr 2008 09:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/?p=119#comment-4058</guid>
		<description>@ Steven -- Schakel de plugin uit, je hebt hem niet meer nodig in WP 2.5</description>
		<content:encoded><![CDATA[<p>@ Steven &#8212; Schakel de plugin uit, je hebt hem niet meer nodig in WP 2.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/comment-page-1/#comment-4057</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sun, 20 Apr 2008 09:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/?p=119#comment-4057</guid>
		<description>Hee Bas, ik heb gebruik gemaakt van je plugin maar na het updaten werkte hij helaas niet meer in 2.5. Heb jij misschien een oplossing? Ik hoop dat je me kan helpen. Alvast bedankt.</description>
		<content:encoded><![CDATA[<p>Hee Bas, ik heb gebruik gemaakt van je plugin maar na het updaten werkte hij helaas niet meer in 2.5. Heb jij misschien een oplossing? Ik hoop dat je me kan helpen. Alvast bedankt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas</title>
		<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/comment-page-1/#comment-4005</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Thu, 03 Apr 2008 23:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/?p=119#comment-4005</guid>
		<description>@Miller -- As far as I know, WordPress and Feedburner are not linked via AJAX. Not quite sure what you mean, though.
Perhaps your blog just got really popular. See it from the bright side! :)</description>
		<content:encoded><![CDATA[<p>@Miller &#8212; As far as I know, WordPress and Feedburner are not linked via AJAX. Not quite sure what you mean, though.<br />
Perhaps your blog just got really popular. See it from the bright side! <img src='http://sparepencil.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G.E. Miller</title>
		<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/comment-page-1/#comment-3995</link>
		<dc:creator>G.E. Miller</dc:creator>
		<pubDate>Wed, 02 Apr 2008 11:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/?p=119#comment-3995</guid>
		<description>On another note..... I noticed that my feedburner stats have skyrocketed since updgrading to 2.5 - there must be an AJAX compatibility issue there as well. Maybe a next project for you.</description>
		<content:encoded><![CDATA[<p>On another note&#8230;.. I noticed that my feedburner stats have skyrocketed since updgrading to 2.5 &#8211; there must be an AJAX compatibility issue there as well. Maybe a next project for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G.E. Miller</title>
		<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/comment-page-1/#comment-3994</link>
		<dc:creator>G.E. Miller</dc:creator>
		<pubDate>Wed, 02 Apr 2008 11:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/?p=119#comment-3994</guid>
		<description>Hey Bas,

Interestingly, I was still having the &#039;you don&#039;t have permission&#039; error after updating to 2.5. Not only did it effect firefox, but it also spread to safari and IE. I thought I was screwed! I de-activated your plugin, and now everything works like a charm. Just wanted to pass the word along to those who still have it activated.</description>
		<content:encoded><![CDATA[<p>Hey Bas,</p>
<p>Interestingly, I was still having the &#8216;you don&#8217;t have permission&#8217; error after updating to 2.5. Not only did it effect firefox, but it also spread to safari and IE. I thought I was screwed! I de-activated your plugin, and now everything works like a charm. Just wanted to pass the word along to those who still have it activated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AsceticMonk</title>
		<link>http://sparepencil.com/archives/2008/03/30/permission-bug-resolved-in-wp-25/comment-page-1/#comment-3975</link>
		<dc:creator>AsceticMonk</dc:creator>
		<pubDate>Mon, 31 Mar 2008 10:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/?p=119#comment-3975</guid>
		<description>Thanks for letting users know the latest status on your plugin! I have been using AJAX Referer Fix for quite awhile, now that I have upgraded to 2.5 and after reading this post, I am going to retire this plugin. However, I want to thank you for providing me with this plugin in times of need.</description>
		<content:encoded><![CDATA[<p>Thanks for letting users know the latest status on your plugin! I have been using AJAX Referer Fix for quite awhile, now that I have upgraded to 2.5 and after reading this post, I am going to retire this plugin. However, I want to thank you for providing me with this plugin in times of need.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
