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

<channel>
	<title>検証ルーム &#187; CMS</title>
	<atom:link href="http://level69.net/archives/category/web%e3%82%a2%e3%83%97%e3%83%aa/cms/feed" rel="self" type="application/rss+xml" />
	<link>http://level69.net</link>
	<description>検証ルーム-ネットワーク、サーバなど技術の検証してます。</description>
	<pubDate>Mon, 09 Jun 2008 02:45:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>ja</language>
			<item>
		<title>XREAで構築したEC-CUBEでメールが送れない</title>
		<link>http://level69.net/archives/45</link>
		<comments>http://level69.net/archives/45#comments</comments>
		<pubDate>Mon, 27 Nov 2006 08:41:28 +0000</pubDate>
		<dc:creator>jkudo</dc:creator>
		
		<category><![CDATA[CMS]]></category>

		<category><![CDATA[WEB]]></category>

		<guid isPermaLink="false">http://labs.xrea.jp/?p=45</guid>
		<description><![CDATA[バージョンは0.9.2のおはなしです 
原因はmb_send_mail関数です
第五引数でエラーが起きているようです。
回避するために、消しちゃいます。
class/GC_SendMail.php
の編集をします。
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;ここからソース&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
function sendMail() {
mb_language( &#8220;Japanese&#8221; );
//　メール送信
//if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header,&#8221;-f&#8221; . $this->return_path ) ) {
if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header ) ) {
return true;
}
return false;
}
function sendHtmlMail() {
mb_language( &#8220;Japanese&#8221; );
//　メール送信
//if( mail( $this->to, $this->subject, $this->body, $this->header, &#8220;-f&#8221; . $this->return_path ) ) {
if( mail( $this->to, $this->subject, $this->body, $this->header ) ) {
return true;
}
return false;
}
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;ここまでソース&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
第五引数はMTAこコマンドラインパラメータだそうです。
mail.force_extra_parametersがからんでいるみたいです
xreaサーバでphp5以上なら.htaccessでonにしたら動くかもしれません。
だれか試してみてください（ｗ
]]></description>
		<wfw:commentRss>http://level69.net/archives/45/feed</wfw:commentRss>
		</item>
		<item>
		<title>XREAにEC-CUBEを入れる方法</title>
		<link>http://level69.net/archives/35</link>
		<comments>http://level69.net/archives/35#comments</comments>
		<pubDate>Mon, 27 Nov 2006 08:40:01 +0000</pubDate>
		<dc:creator>jkudo</dc:creator>
		
		<category><![CDATA[CMS]]></category>

		<category><![CDATA[WEB]]></category>

		<guid isPermaLink="false">http://labs.xrea.jp/?p=35</guid>
		<description><![CDATA[オリジナルなECサイト構築ができる「EC-CUBE」がロックオンより９月１日付けで発表されてました。
元ネタはここ（CNET）
開発者？のコミュニティもあるようですがあまり盛り上がってないような雰囲気なのですが（ｗ
さて [...]]]></description>
		<wfw:commentRss>http://level69.net/archives/35/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
