歡迎光臨, 訪客. 請先 登入註冊一個帳號.
十一月 23, 2024, 04:04:42 下午
19595 文章 在 3865 主題 由 4579 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1]
1  支援 / 安裝與設定 / Re: RSS物件使用亂碼 於: 四月 17, 2006, 02:05:52 下午
謝謝,ok了

jang
2  支援 / 安裝與設定 / Re: RSS物件使用亂碼 於: 四月 17, 2006, 10:01:27 上午
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');

加了這一行於blogview.class.php還是一堆問號

但謝謝你我已經改用newsgator,謝謝
3  支援 / 安裝與設定 / Re: RSS物件使用亂碼 於: 四月 17, 2006, 08:16:14 上午
lss謝謝你的回應。

那篇文章我有閱讀過,新聞閱讀器是ok的。
define('MAGPIE_OUTPUT_ENCODING', $this->_locale->getCharset());有在閱讀器中,
但template中使用rss物件還是亂碼。

我不知道
define('MAGPIE_OUTPUT_ENCODING', $this->_locale->getCharset());
要放在template中哪個位置?謝謝
4  支援 / 安裝與設定 / RSS物件使用亂碼 於: 四月 14, 2006, 10:14:40 下午
使用LifeType1.0.3版
新聞閱讀器沒有問題,可正常顯示。
當template中加入
<div id="RSS">
<h2> RSS</h2>
{if $rss->parse("http://tw.news.yahoo.com/rss/realtime")}
{foreach from=$rss->getItems() item=rssItem}
<a href="{$rssItem->getLink()}">{$rssItem->getTitle()}</a><br/>
{/foreach}
{/if}
</div>

所有中文字都出現亂碼,不管來源是big5或utf8,點選進去又可看見內容。
我不知哪裡有設錯。
5  開發 / 外掛程式 / Re: 我有一個問題,關於plugins啟用 於: 四月 12, 2006, 08:48:47 下午
事後,想了一下自己的問題,因為每一個plugin都出問題,

所以我就假設是plugin有問題,得到驗證了。

發現svn  plog/plugins/trunk/gallery無法在lifetype1.03使用

需用svn  plog/plugins/branches/lifetype-1.0中的plugin。

抱歉問了一個笨問題。

6  開發 / 外掛程式 / 我有一個問題,關於plugins啟用 於: 四月 12, 2006, 03:50:16 下午
安裝完lifetype-1.0.3與gallery-2.1都能正常運作
但在lifetype中啟用gallery-2.1時,設定完參數後,按更新出現以下錯誤。
Exception message: Missing argument 2 for updateblog()
Error code: 2
-- Backtrace --
/usr/home/aaa/lifetype/class/dao/blogs.class.php(288): updateblog
/usr/home/aaa/lifetype/plugins/gallery/class/action/plugingalleryupdateconfigaction.class.php(135): blogs.updateblog
/usr/home/aaa/lifetype/class/controller/controller.class.php(309): plugingalleryupdateconfigaction.perform
/usr/home/aaa/lifetype/admin.php(39): admincontroller.process

為何第二個參數會遺失?
其他plugins啟用時也會如此。
我應該有地方設錯,請各位幫忙,謝謝。

                                      初學者  jang



頁: [1]