<?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>[wordpress error] アクセスする権限がないと表示されて管理画面にログインできない場合の対処法 へのコメント</title>
	<atom:link href="http://www.odysseygate.com/archives/769/feed" rel="self" type="application/rss+xml" />
	<link>http://www.odysseygate.com/archives/769</link>
	<description>WordPressでつづる、おでのこの道わが旅。</description>
	<pubDate>Fri, 09 Jan 2009 20:36:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.8-bleeding-edge</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>hiro より</title>
		<link>http://www.odysseygate.com/archives/769/comment-page-1#comment-90303</link>
		<dc:creator>hiro</dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.odysseygate.com/archives/769#comment-90303</guid>
		<description>WordPress 2.2(EUC-JP)から、2.6(UTF-8)へのアップデートでも似た症状になりました。
この記事の方法でも使えましたので、報告しておきます。
ありがとうございました。</description>
		<content:encoded><![CDATA[<p>WordPress 2.2(EUC-JP)から、2.6(UTF-8)へのアップデートでも似た症状になりました。<br />
この記事の方法でも使えましたので、報告しておきます。<br />
ありがとうございました。</p>
]]></content:encoded>
	</item>
	<item>
		<title>kishi-r.com &#187; Blog Archive &#187; WordPressローカル環境でのバグ より</title>
		<link>http://www.odysseygate.com/archives/769/comment-page-1#comment-90232</link>
		<dc:creator>kishi-r.com &#187; Blog Archive &#187; WordPressローカル環境でのバグ</dc:creator>
		<pubDate>Sat, 19 Apr 2008 12:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.odysseygate.com/archives/769#comment-90232</guid>
		<description>[...] http://wordpress-guide.com/2006/11/11/capabilities/ http://www.odysseygate.com/archives/769 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://wordpress-guide.com/2006/11/11/capabilities/" rel="nofollow">http://wordpress-guide.com/2006/11/11/capabilities/</a> <a href="http://www.odysseygate.com/archives/769" rel="nofollow">http://www.odysseygate.com/archives/769</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>おで より</title>
		<link>http://www.odysseygate.com/archives/769/comment-page-1#comment-21656</link>
		<dc:creator>おで</dc:creator>
		<pubDate>Sat, 02 Jun 2007 15:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.odysseygate.com/archives/769#comment-21656</guid>
		<description>せれさん、こんばんわ。

&lt;blockquote&gt;define(’DB_CHARSET’, ‘utf8′);&lt;/blockquote&gt;
とのことなので、おそらくcapabilities.phpが定義している権限が文字化けしたのでしょうね。

私も2台のパソコンにそれぞれローカル環境を作ったことがあるのですが、片方ではこの症状が出て、片方では出ないということがありました。
原因としてはいまいちですが、まれに文字コードの不整合が起きるというのが現状言える事みたいですね。</description>
		<content:encoded><![CDATA[<p>せれさん、こんばんわ。</p>
<blockquote><p>define(’DB_CHARSET’, ‘utf8′);</p></blockquote>
<p>とのことなので、おそらくcapabilities.phpが定義している権限が文字化けしたのでしょうね。</p>
<p>私も2台のパソコンにそれぞれローカル環境を作ったことがあるのですが、片方ではこの症状が出て、片方では出ないということがありました。<br />
原因としてはいまいちですが、まれに文字コードの不整合が起きるというのが現状言える事みたいですね。</p>
]]></content:encoded>
	</item>
	<item>
		<title>せれ より</title>
		<link>http://www.odysseygate.com/archives/769/comment-page-1#comment-21633</link>
		<dc:creator>せれ</dc:creator>
		<pubDate>Fri, 01 Jun 2007 17:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.odysseygate.com/archives/769#comment-21633</guid>
		<description>いつも拝見させていただいております。
リンク先のエントリでも書いたのですが、WordPressME2.13→2.2に変更したときに、wp-config.phpに&lt;blockquote&gt;define(’DB_CHARSET’, ‘utf8′);
define(’DB_COLLATE’, ”);&lt;/blockquote&gt;
の2行を追加したときに、このエラーが発生して悩まされました。
そのときのエラー表示も
&lt;blockquote&gt;Warning: Invalid argument supplied for foreach() in /INSTALL_DIRECTORY/wp-includes/capabilities.php on line 31&lt;/blockquote&gt;
でした。
プラグイン導入テスト用に作成した同一環境のテスト用WPでは問題なく成功したので回kつ方法は不明で棚上げ中です。


そういえば、2月にWordPressを始めたときもインストールに何度となく失敗してこのエラーを呪ったことを思い出しました。
この時はDB作成時の文字コード間違えとか、やはりwp-config.phpの文字コードがらみの設定ミスでした。
もうあまり見たくない・・・</description>
		<content:encoded><![CDATA[<p>いつも拝見させていただいております。<br />
リンク先のエントリでも書いたのですが、WordPressME2.13→2.2に変更したときに、wp-config.phpに<br />
<blockquote>define(’DB_CHARSET’, ‘utf8′);<br />
define(’DB_COLLATE’, ”);</p></blockquote>
<p>の2行を追加したときに、このエラーが発生して悩まされました。<br />
そのときのエラー表示も</p>
<blockquote><p>Warning: Invalid argument supplied for foreach() in /INSTALL_DIRECTORY/wp-includes/capabilities.php on line 31</p></blockquote>
<p>でした。<br />
プラグイン導入テスト用に作成した同一環境のテスト用WPでは問題なく成功したので回kつ方法は不明で棚上げ中です。</p>
<p>そういえば、2月にWordPressを始めたときもインストールに何度となく失敗してこのエラーを呪ったことを思い出しました。<br />
この時はDB作成時の文字コード間違えとか、やはりwp-config.phpの文字コードがらみの設定ミスでした。<br />
もうあまり見たくない・・・</p>
]]></content:encoded>
	</item>
	<item>
		<title>mutter to oneself より</title>
		<link>http://www.odysseygate.com/archives/769/comment-page-1#comment-21389</link>
		<dc:creator>mutter to oneself</dc:creator>
		<pubDate>Fri, 25 May 2007 04:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.odysseygate.com/archives/769#comment-21389</guid>
		<description>&lt;strong&gt;5月25日...&lt;/strong&gt;



何日か前に、WordPress2.1.3を2.2にアップグレードして色々トラブった際、このblogの記事を参考にして解決できて一件落着かと思いましたが、今日コメントとトラックバックのテスト用に公....</description>
		<content:encoded><![CDATA[<p><strong>5月25日&#8230;</strong></p>
<p>何日か前に、WordPress2.1.3を2.2にアップグレードして色々トラブった際、このblogの記事を参考にして解決できて一件落着かと思いましたが、今日コメントとトラックバックのテスト用に公&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
