<?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>さくらインターネット EC-CUBEインストールまとめ へのコメント</title>
	<atom:link href="http://lhas.jp/blog/sakura-ec-cube-instal/feed/" rel="self" type="application/rss+xml" />
	<link>http://lhas.jp/blog/sakura-ec-cube-instal/</link>
	<description>大阪　個人(SOHO)のウェブ制作・ホームページ制作・サイト運営サポート外注ならラスウェブワークス</description>
	<lastBuildDate>Thu, 17 Jun 2010 12:14:31 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>chikara より</title>
		<link>http://lhas.jp/blog/sakura-ec-cube-instal/comment-page-1/#comment-147</link>
		<dc:creator>chikara</dc:creator>
		<pubDate>Thu, 17 Jun 2010 12:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://lhas.jp/?p=100#comment-147</guid>
		<description>インストール画面に入れずとまどっていたのですが、おかげで解決できました。
現行バージョン(2.4.3）では、
/data/class/SC_DbConn.phpは
66?68行目のコメントアウトを解除すれば、よいようです。
        //if (DB_TYPE == &#039;mysql&#039;) {
           // $objDbConn-&gt;query(&#039;SET NAMES utf8&#039;);
        //}
の「//」を消して
        if (DB_TYPE == &#039;mysql&#039;) {
            $objDbConn-&gt;query(&#039;SET NAMES utf8&#039;);
        }
として、.htaccessをコメントアウトしたら無事インストール画面に入れました。
ありがとうございます。</description>
		<content:encoded><![CDATA[<p>インストール画面に入れずとまどっていたのですが、おかげで解決できました。<br />
現行バージョン(2.4.3）では、<br />
/data/class/SC_DbConn.phpは<br />
66?68行目のコメントアウトを解除すれば、よいようです。<br />
        //if (DB_TYPE == &#8216;mysql&#8217;) {<br />
           // $objDbConn-&gt;query(&#8217;SET NAMES utf8&#8242;);<br />
        //}<br />
の「//」を消して<br />
        if (DB_TYPE == &#8216;mysql&#8217;) {<br />
            $objDbConn-&gt;query(&#8217;SET NAMES utf8&#8242;);<br />
        }<br />
として、.htaccessをコメントアウトしたら無事インストール画面に入れました。<br />
ありがとうございます。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->