<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ホームページ製作・グラフィックデザインならCASTAGE：キャストエイジ｜ブログ &#187; セーフモード</title>
	<atom:link href="http://castage.net/blog/tag/%e3%82%bb%e3%83%bc%e3%83%95%e3%83%a2%e3%83%bc%e3%83%89/feed/" rel="self" type="application/rss+xml" />
	<link>http://castage.net/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 17 Apr 2011 07:34:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://castage.net/blog/tag/%e3%82%bb%e3%83%bc%e3%83%95%e3%83%a2%e3%83%bc%e3%83%89/feed/" />
		<item>
		<title>OpenPNE　2.12.5　招待メールのエラー回避</title>
		<link>http://castage.net/blog/openpne_invitation_error/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=openpne_invitation_error</link>
		<comments>http://castage.net/blog/openpne_invitation_error/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 09:29:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[トラブルシュート]]></category>
		<category><![CDATA[CASTAGE]]></category>
		<category><![CDATA[OpenPNE]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[セーフモード]]></category>

		<guid isPermaLink="false">http://castage.net/blog/?p=22</guid>
		<description><![CDATA[実験用に設置したOpenPNEの招待メールを使用したところエラーがでた。 以前は問題なかったはずだがエラーが出た。 config.php、SSLの設定を変えてもエラーが出た。 なんでですのん。 エラーログの内容を見るとw [...]]]></description>
			<content:encoded><![CDATA[				<p>実験用に設置したOpenPNEの招待メールを使用したところエラーがでた。</p>
				<p>以前は問題なかったはずだがエラーが出た。</p>
				<p>config.php、SSLの設定を変えてもエラーが出た。</p>
				<p>なんでですのん。</p>
				<p>エラーログの内容を見るとwebapp/lib/util/mail_send.phpの60行目に問題があるようです。</p>
				<p>調べてみると</p>
				<p>・レンタルサーバーではPHPをセーフモードで実行らしい。</p>
				<p>・セーフモードのmail関数では引数の制限があるらしい。</p>
				<p>セーフモードの場合でも必要な引数をスルーするように53行目らへんにある</p>
				<p>if (MAIL_SET_ENVFROM){</p>
				<p>をコメントアウトし</p>
				<p>if ((MAIL_SET_ENVFROM)&amp;&amp;(!ini_get(”safe_mode”))) {</p>
				<p>を追加。</p>
				<p>ばっちり動きました。</p>
]]></content:encoded>
			<wfw:commentRss>http://castage.net/blog/openpne_invitation_error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://castage.net/blog/openpne_invitation_error/" />
	</item>
	</channel>
</rss>

