<?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"
	>
<channel>
	<title>Comments on: How to solve &#8216;You do not have sufficient permissions to access this page.&#8217; in WordPress</title>
	<atom:link href="http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/</link>
	<description>Oh damn, I need a better tagline than this.</description>
	<pubDate>Thu, 28 Aug 2008 08:40:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: chandan</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152792</link>
		<dc:creator>chandan</dc:creator>
		<pubDate>Mon, 18 Aug 2008 13:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152792</guid>
		<description>will it work for 2.6 too :(</description>
		<content:encoded><![CDATA[<p>will it work for 2.6 too <img src='http://beconfused.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kimalders</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152791</link>
		<dc:creator>kimalders</dc:creator>
		<pubDate>Mon, 18 Aug 2008 06:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152791</guid>
		<description>Very nice. Thanks :-)</description>
		<content:encoded><![CDATA[<p>Very nice. Thanks <img src='http://beconfused.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Green</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152787</link>
		<dc:creator>Mike Green</dc:creator>
		<pubDate>Fri, 15 Aug 2008 20:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152787</guid>
		<description>I did the SQL here -- and the force-upgrade.php from http://markjaquith.wordpress.com/2006/03/28/wordpress-error-you-do-not-have-sufficient-permissions-to-access-this-page/ -- and was still having problems. 

Then I decided to look carefully at the prefix_usermeta database table, where I discovered that there were two records for prefix_capabilities. One had 'administrator,' the other 'editor.' I deleted the one with 'editor.' That finally fixed the problem. 

I'm not sure why there should have been two prefix_capabilities records. I wonder, however, if either the update process itself or force-upgrade.php may have inserted the additional record when it found no appropriate one because of the old prefix on the capabilities record...

I suspect that all of the above was necessary for me. Perhaps it could possibly happen to someone else, also. Therefore this post.</description>
		<content:encoded><![CDATA[<p>I did the SQL here &#8212; and the force-upgrade.php from <a href="http://markjaquith.wordpress.com/2006/03/28/wordpress-error-you-do-not-have-sufficient-permissions-to-access-this-page/" rel="nofollow">http://markjaquith.wordpress.com/2006/03/28/wordpress-error-you-do-not-have-sufficient-permissions-to-access-this-page/</a> &#8212; and was still having problems. </p>
<p>Then I decided to look carefully at the prefix_usermeta database table, where I discovered that there were two records for prefix_capabilities. One had &#8216;administrator,&#8217; the other &#8216;editor.&#8217; I deleted the one with &#8216;editor.&#8217; That finally fixed the problem. </p>
<p>I&#8217;m not sure why there should have been two prefix_capabilities records. I wonder, however, if either the update process itself or force-upgrade.php may have inserted the additional record when it found no appropriate one because of the old prefix on the capabilities record&#8230;</p>
<p>I suspect that all of the above was necessary for me. Perhaps it could possibly happen to someone else, also. Therefore this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: filmbox</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152772</link>
		<dc:creator>filmbox</dc:creator>
		<pubDate>Tue, 12 Aug 2008 12:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152772</guid>
		<description>Thanks for the tips, so I could fix it in 5 minutes. 

But I used navicat for mac. Just get into the tables and changed the prefix in the 4 fields. No need to write sql statements.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips, so I could fix it in 5 minutes. </p>
<p>But I used navicat for mac. Just get into the tables and changed the prefix in the 4 fields. No need to write sql statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Backstrom</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152756</link>
		<dc:creator>Adam Backstrom</dc:creator>
		<pubDate>Wed, 06 Aug 2008 17:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152756</guid>
		<description>Just what I needed to fix my blog, thanks for the tips.</description>
		<content:encoded><![CDATA[<p>Just what I needed to fix my blog, thanks for the tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blow bird</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152745</link>
		<dc:creator>blow bird</dc:creator>
		<pubDate>Thu, 31 Jul 2008 07:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152745</guid>
		<description>did wordpress developers remove the prefix embedding from the table values in 2.5+? or are they continuing to keep wordpress as fucked as it always has been for every-13th-weekend warriors?</description>
		<content:encoded><![CDATA[<p>did wordpress developers remove the prefix embedding from the table values in 2.5+? or are they continuing to keep wordpress as fucked as it always has been for every-13th-weekend warriors?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zer0day</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152730</link>
		<dc:creator>zer0day</dc:creator>
		<pubDate>Thu, 24 Jul 2008 20:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152730</guid>
		<description>Saved me some headache, thanks for the great post.</description>
		<content:encoded><![CDATA[<p>Saved me some headache, thanks for the great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorraine</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152686</link>
		<dc:creator>Lorraine</dc:creator>
		<pubDate>Wed, 25 Jun 2008 00:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152686</guid>
		<description>Thank you, thank you, thank you!!!
I spent AGES today trying to work this out - thanks!!!!!</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you!!!<br />
I spent AGES today trying to work this out - thanks!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lutfi</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152678</link>
		<dc:creator>lutfi</dc:creator>
		<pubDate>Sun, 22 Jun 2008 18:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152678</guid>
		<description>Thanks, it's work for me.
I use this method directly with phpmyadmin and nothing difficult to do that.
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thanks, it&#8217;s work for me.<br />
I use this method directly with phpmyadmin and nothing difficult to do that.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seluna</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152670</link>
		<dc:creator>Seluna</dc:creator>
		<pubDate>Wed, 18 Jun 2008 21:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152670</guid>
		<description>I love you! I love you i love you i love you! It's 5 am here and I've been panicking since I saw that error and google wasn't helping then I saw this! I'm so glad you decided to share this, thank you so much.</description>
		<content:encoded><![CDATA[<p>I love you! I love you i love you i love you! It&#8217;s 5 am here and I&#8217;ve been panicking since I saw that error and google wasn&#8217;t helping then I saw this! I&#8217;m so glad you decided to share this, thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anysia</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152666</link>
		<dc:creator>anysia</dc:creator>
		<pubDate>Mon, 16 Jun 2008 20:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152666</guid>
		<description>Yeah, this doesn't work for me either. Looks like it no longer works with current WP installations (2.5.1).</description>
		<content:encoded><![CDATA[<p>Yeah, this doesn&#8217;t work for me either. Looks like it no longer works with current WP installations (2.5.1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kathy</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152648</link>
		<dc:creator>kathy</dc:creator>
		<pubDate>Tue, 10 Jun 2008 03:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152648</guid>
		<description>fwiw, i tried both this approach and also mark's approach (link above my comment) and neither worked.  I finally imported the old version of my database and while the table names stayed the new name, I am now finally able to access admin functions!  YEAH!</description>
		<content:encoded><![CDATA[<p>fwiw, i tried both this approach and also mark&#8217;s approach (link above my comment) and neither worked.  I finally imported the old version of my database and while the table names stayed the new name, I am now finally able to access admin functions!  YEAH!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maciek</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152632</link>
		<dc:creator>Maciek</dc:creator>
		<pubDate>Thu, 29 May 2008 10:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152632</guid>
		<description>you  could also try the solution I found on http://markjaquith.wordpress.com/2006/03/28/wordpress-error-you-do-not-have-sufficient-permissions-to-access-this-page/
it simply does a force upgrade.</description>
		<content:encoded><![CDATA[<p>you  could also try the solution I found on <a href="http://markjaquith.wordpress.com/2006/03/28/wordpress-error-you-do-not-have-sufficient-permissions-to-access-this-page/" rel="nofollow">http://markjaquith.wordpress.com/2006/03/28/wordpress-error-you-do-not-have-sufficient-permissions-to-access-this-page/</a><br />
it simply does a force upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152595</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Fri, 16 May 2008 06:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152595</guid>
		<description>thanks !! i was wondering how to get out of this mess myself.. 

cheers,
tom</description>
		<content:encoded><![CDATA[<p>thanks !! i was wondering how to get out of this mess myself.. </p>
<p>cheers,<br />
tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Valentiate</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152572</link>
		<dc:creator>David Valentiate</dc:creator>
		<pubDate>Thu, 08 May 2008 17:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152572</guid>
		<description>Thanks, your post saved me from getting a few more grey hairs.</description>
		<content:encoded><![CDATA[<p>Thanks, your post saved me from getting a few more grey hairs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152548</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Fri, 02 May 2008 19:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152548</guid>
		<description>wow, thanks a lot! :)</description>
		<content:encoded><![CDATA[<p>wow, thanks a lot! <img src='http://beconfused.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas M</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152546</link>
		<dc:creator>Thomas M</dc:creator>
		<pubDate>Thu, 01 May 2008 16:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152546</guid>
		<description>Thank-you for posting this, it just saved me hours of head scratching!</description>
		<content:encoded><![CDATA[<p>Thank-you for posting this, it just saved me hours of head scratching!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WOOHOOO!!!</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152531</link>
		<dc:creator>WOOHOOO!!!</dc:creator>
		<pubDate>Sat, 26 Apr 2008 02:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152531</guid>
		<description>nicely done, nicely done</description>
		<content:encoded><![CDATA[<p>nicely done, nicely done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152444</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Sun, 20 Apr 2008 08:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152444</guid>
		<description>Thanks this worked great.. thank god for Google and your blog post. :)

Oliver Antosch
from http://www.chinese-course.com/</description>
		<content:encoded><![CDATA[<p>Thanks this worked great.. thank god for Google and your blog post. <img src='http://beconfused.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Oliver Antosch<br />
from <a href="http://www.chinese-course.com/" rel="nofollow">http://www.chinese-course.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://beconfused.com/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152411</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 14 Apr 2008 04:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://beconfused.com/blog/2007/08/28/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/#comment-152411</guid>
		<description>Thanks for this info. Saved me a hard night of headaches. I was migrating one of my ebay wp sites into a new db. Glad I came across this.

Big Mahalos to you!</description>
		<content:encoded><![CDATA[<p>Thanks for this info. Saved me a hard night of headaches. I was migrating one of my ebay wp sites into a new db. Glad I came across this.</p>
<p>Big Mahalos to you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
