LifeType 中文開發論壇

測試 => LifeType 1.0 測試 => 主題作者是: reic 於 三月 10, 2005, 09:03:18 上午



主題: Search 在 簡潔網址所發生的問題
作者: reic三月 10, 2005, 09:03:18 上午
使用 簡潔網址 在搜尋的時候,當 查出來的資料在 二筆 以上時,會遇到這樣的訊息:
搜尋結果: plog
引用
分類: Exception message: DEPRECATED!
Error code: 0
-- Backtrace --
/home/staff/reic/WWW/plog/class/net/prettyrequestgenerator.class.php(111): throw
/home/staff/reic/WWW/plog/tmp/1/%%-10^%%-1060742492^searchresults.template.php(36): prettyrequestgenerator.postcategorylink
/home/staff/reic/WWW/plog/class/template/smarty/Smarty.class.php(1281): include
/home/staff/reic/WWW/plog/class/template/cachedtemplate.class.php(44): smarty.fetch
/home/staff/reic/WWW/plog/class/view/smartyview.class.php(188): cachedtemplate.fetch
/home/staff/reic/WWW/plog/class/view/blogview.class.php(216): smartyview.render
/home/staff/reic/WWW/plog/class/controller/controller.class.php(258): blogtemplatedview.render
/home/staff/reic/WWW/plog/index.php(41): blogcontroller.process


但是當使用 一般網址 或 預設的自定網址時,則會正常顯現。


主題: Search 在 簡潔網址所發生的問題
作者: markwu三月 10, 2005, 10:36:57 上午
Bug .... bug... 又是 bug  ....

能請你回報到 bug.lifetype.net 嗎?

Mark


主題: Search 在 簡潔網址所發生的問題
作者: lss三月 10, 2005, 11:51:07 上午
mark:
順便問一下,你以前提到的,用1.0內建的post-filter實作search highlight的部分好像還沒出現?


主題: Re: Search 在 簡潔網址所發生的問題
作者: nekki三月 10, 2005, 01:11:32 下午
引用自: reic
使用 簡潔網址 在搜尋的時候,當 查出來的資料在 二筆 以上時,會遇到這樣的訊息:


今天的更新已經解決這個問題了, 分類那裡用了新的寫法
{foreach name=categories from=$article->getCategories() item=postCategory}
      <a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
{/foreach}


主題: Search 在 簡潔網址所發生的問題
作者: markwu三月 10, 2005, 02:36:07 下午
Hi nekki:

謝謝更正,我竟然忘了這個事。呵呵。

Mark


主題: Search 在 簡潔網址所發生的問題
作者: markwu三月 10, 2005, 02:36:55 下午
引用自: lss
mark:
順便問一下,你以前提到的,用1.0內建的post-filter實作search highlight的部分好像還沒出現?


因為我還沒改。 :'(

Mark


主題: Re: Search 在 簡潔網址所發生的問題
作者: reic三月 10, 2005, 04:17:09 下午
引用自: nekki
引用自: reic
使用 簡潔網址 在搜尋的時候,當 查出來的資料在 二筆 以上時,會遇到這樣的訊息:


今天的更新已經解決這個問題了, 分類那裡用了新的寫法
{foreach name=categories from=$article->getCategories() item=postCategory}
      <a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
{/foreach}


我的也 ok 了