<?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>「乾脆自己動手：LifeType Blog 與 phpBB 3.0.X 論壇的整合(2)」的迴響</title>
	<atom:link href="http://blackrain.skycity.cc/2009/10/23/486.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blackrain.skycity.cc/2009/10/23/486.html</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 06:56:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>由：Darren</title>
		<link>http://blackrain.skycity.cc/2009/10/23/486.html/comment-page-1#comment-1476</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 24 Feb 2010 02:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://blackrain.skycity.cc/?p=486#comment-1476</guid>
		<description>[phpBB Debug] PHP Notice: in file /includes/lifetype_inc.php on line 63: require_once(/www//blog/class/bootstrap.php) [function.require-once]: failed to open stream: No such file or directory

Fatal error: require_once() [function.require]: Failed opening required \&#039;/www//blog/class/bootstrap.php\&#039; (include_path=\&#039;.:/usr/share/php\&#039;) in /www/110mb.com/p/u/r/p/l/3/s/t/purpl3star/htdocs/includes/lifetype_inc.php on line 63

&lt;blockquote&gt;作者回覆：
您顯示的路徑，在 www 與 blog 之間有兩個斜線，以致於找不到檔案，可能是問題所在。&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p>[phpBB Debug] PHP Notice: in file /includes/lifetype_inc.php on line 63: require_once(/www//blog/class/bootstrap.php) [function.require-once]: failed to open stream: No such file or directory</p>
<p>Fatal error: require_once() [function.require]: Failed opening required \&#8217;/www//blog/class/bootstrap.php\&#8217; (include_path=\&#8217;.:/usr/share/php\&#8217;) in /www/110mb.com/p/u/r/p/l/3/s/t/purpl3star/htdocs/includes/lifetype_inc.php on line 63</p>
<blockquote><p>作者回覆：<br />
您顯示的路徑，在 www 與 blog 之間有兩個斜線，以致於找不到檔案，可能是問題所在。</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：Justin</title>
		<link>http://blackrain.skycity.cc/2009/10/23/486.html/comment-page-1#comment-1052</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 19 Nov 2009 02:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://blackrain.skycity.cc/?p=486#comment-1052</guid>
		<description>謝謝您的幫忙，問題已經解決了！現在我將嘗試  lt_users_permissions 這個 table的export和  import~

&lt;blockquote&gt;作者回覆：
恭喜恭喜！只要先建立了第一個 admin 身份，以後就直接從 LifeType 來設定權限即可。過陣子我有空再把這部份寫成程式，讓過程自動化一點&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p>謝謝您的幫忙，問題已經解決了！現在我將嘗試  lt_users_permissions 這個 table的export和  import~</p>
<blockquote><p>作者回覆：<br />
恭喜恭喜！只要先建立了第一個 admin 身份，以後就直接從 LifeType 來設定權限即可。過陣子我有空再把這部份寫成程式，讓過程自動化一點</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：Justin</title>
		<link>http://blackrain.skycity.cc/2009/10/23/486.html/comment-page-1#comment-1050</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 18 Nov 2009 01:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://blackrain.skycity.cc/?p=486#comment-1050</guid>
		<description>奇怪...我的phpBB3出現了下面的錯誤...

Fatal error: Call to a member function getId() on a non-object in /XXXXXXXXXXX/public_html/phpBB3/includes/lifetype_inc.php on line 81

&lt;blockquote&gt;作者回覆：
1. 請檢查 LifeType 路徑設定 PLOG_CLASS_PATH
2. 請檢查 $login_username 變數的內容，是否有將登入者 ID 傳過來
3. 請檢查 LifeType 那邊是否已經改成由 phpBB3 資料庫認證？
會出現這個錯誤，主要是前一行 (line 80) 的 $lt_userinfo 沒有抓到訊息&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p>奇怪&#8230;我的phpBB3出現了下面的錯誤&#8230;</p>
<p>Fatal error: Call to a member function getId() on a non-object in /XXXXXXXXXXX/public_html/phpBB3/includes/lifetype_inc.php on line 81</p>
<blockquote><p>作者回覆：<br />
1. 請檢查 LifeType 路徑設定 PLOG_CLASS_PATH<br />
2. 請檢查 $login_username 變數的內容，是否有將登入者 ID 傳過來<br />
3. 請檢查 LifeType 那邊是否已經改成由 phpBB3 資料庫認證？<br />
會出現這個錯誤，主要是前一行 (line 80) 的 $lt_userinfo 沒有抓到訊息</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：Justin</title>
		<link>http://blackrain.skycity.cc/2009/10/23/486.html/comment-page-1#comment-1044</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 14 Nov 2009 13:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://blackrain.skycity.cc/?p=486#comment-1044</guid>
		<description>太好了！非常期待您能完成這個大作！我也很想要試試看！



&lt;blockquote&gt;[作者回覆]
其實已經可以運作了。您只要照著我這篇修改的方法即可。如果是要打開 LifeType 的 cache 系統，只要將 LifeType cache class 改個名稱即可，例如 cache2&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p>太好了！非常期待您能完成這個大作！我也很想要試試看！</p>
<blockquote><p>[作者回覆]<br />
其實已經可以運作了。您只要照著我這篇修改的方法即可。如果是要打開 LifeType 的 cache 系統，只要將 LifeType cache class 改個名稱即可，例如 cache2</p></blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>

