<?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/"
	>

<channel>
	<title>ポロのある日々（6NAEE POLO） &#187; EC-CUBE</title>
	<atom:link href="http://www.polo-club.net/category/%e3%83%91%e3%82%bd%e3%82%b3%e3%83%b3%e9%96%a2%e9%80%a3/ec-cube/feed" rel="self" type="application/rss+xml" />
	<link>http://www.polo-club.net</link>
	<description>VW POLO 6NAEEと非定型うつ病？の筆者の日記</description>
	<lastBuildDate>Thu, 20 Oct 2011 15:11:33 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>さくらインターネット（さくらのレンタルサーバ スタンダード）にEC-CUBEをインストール</title>
		<link>http://www.polo-club.net/2010/01/15120337.html</link>
		<comments>http://www.polo-club.net/2010/01/15120337.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 03:03:37 +0000</pubDate>
		<dc:creator>yosshy360</dc:creator>
				<category><![CDATA[EC-CUBE]]></category>
		<category><![CDATA[パソコン関連]]></category>

		<guid isPermaLink="false">http://www.polo-club.net/2010/01/15120337.html</guid>
		<description><![CDATA[オープンソースのECサイトEC-CUBEを、さくらインターネットのホスティングサービス、「さくらのレンタルサーバ　スタンダード」にインストールしてみました。 公式のマニュアルと、このサイトを参考にしましたさくらインターネ [...]]]></description>
			<content:encoded><![CDATA[				<p>オープンソースのECサイトEC-CUBEを、さくらインターネットのホスティングサービス、<br />「さくらのレンタルサーバ　スタンダード」にインストールしてみました。</p>
				<p>公式のマニュアルと、このサイトを参考にしました<br /><a href="http://webdirector.livedoor.biz/archives/51865553.html">さくらインターネットでEC-CUBE</a></p>
				<p>上記サイトではphp.iniの設定は不要とありましたが、僕の環境（EC-CUBE 2.4.2）では必要でした。<br />下記パラメータをサーバコントロールパネル：PHPの設定のところに記述します。
				<pre>upload_max_filesize 5Mmbstring.language = Japaneseauto_detect_line_endings = onoutput_handler = mb_output_handlermbstring.internal_encoding = UTF-8mbstring.encoding_translation = onmbstring.detect_order = autombstring.substitute_character = nonemagic_quotes_gpc off</pre>
<p>さらに、デフォルトのままインストールするとカテゴリ名、商品名などの日本語が空白になるので、<br />data/class/SC_DbConn.phpの55行目付近
<pre>$this-&gt;dsn = $dsn;</pre>
				<p>の下に
				<pre>$buf = $objDbConn-&gt;prepare('SET NAMES utf8');$objDbConn-&gt;execute($buf);</pre>
<p>を追加しました。<br /><strike>すでにインストールしてしまってから書き換えた場合は、キャッシュクリア、もしくは再インストール<br />（データベースの更新）でいけると思います。</strike><br />最初から追加して新規インストールしたところ、エラーが出ることがあるようです</p>
<div id="tweetbutton42" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.polo-club.net%2F2010%2F01%2F15120337.html%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3D%25e3%2581%2595%25e3%2581%258f%25e3%2582%2589%25e3%2582%25a4%25e3%2583%25b3%25e3%2582%25bf%25e3%2583%25bc%25e3%2583%258d%25e3%2583%2583%25e3%2583%2588%25ef%25bc%2588%25e3%2581%2595%25e3%2581%258f%25e3%2582%2589%25e3%2581%25ae%25e3%2583%25ac%25e3%2583%25b3%25e3%2582%25bf%25e3%2583%25ab%25e3%2582%25b5%25e3%2583%25bc%25e3%2583%2590&amp;via=yosshy360&amp;text=%E3%81%95%E3%81%8F%E3%82%89%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88%EF%BC%88%E3%81%95%E3%81%8F%E3%82%89%E3%81%AE%E3%83%AC%E3%83%B3%E3%82%BF%E3%83%AB%E3%82%B5%E3%83%BC%E3%83%90...%20&amp;related=&amp;lang=ja&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.polo-club.net%2F2010%2F01%2F15120337.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.polo-club.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.polo-club.net/2010/01/15120337.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

