LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: chijanzen 於 八月 28, 2005, 02:08:43 下午



主題: 執行summary.php產生錯誤
作者: chijanzen八月 28, 2005, 02:08:43 下午
各位好:

我剛架好 plog,檔我執行 summary.php 產生了以下錯誤,請問我該如何解決

Exception message: Smarty error: (secure mode) accessing "summary/index.template" is not allowed
Error code: 512
-- Backtrace --
/home/vbaholy/public_html/plog/class/template/smarty/Smarty.class.php(1108): trigger_error
/home/vbaholy/public_html/plog/class/template/smarty/Smarty.class.php(1610): cachedtemplate.trigger_error
/home/vbaholy/public_html/plog/class/template/smarty/Smarty.class.php(1433): cachedtemplate._fetch_resource_info
/home/vbaholy/public_html/plog/class/template/smarty/Smarty.class.php(1279): cachedtemplate._compile_resource
/home/vbaholy/public_html/plog/class/template/cachedtemplate.class.php(48): smarty.fetch
/home/vbaholy/public_html/plog/class/summary/view/summarycachedview.class.php(84): cachedtemplate.fetch
/home/vbaholy/public_html/plog/class/summary/view/summarycachedview.class.php(113): summarycachedview.senduncachedoutput
/home/vbaholy/public_html/plog/class/controller/controller.class.php(325): summarycachedview.render
/home/vbaholy/public_html/plog/summary.php(80): summarycontroller.process


主題: Re: 執行summary.php產生錯誤
作者: markwu九月 01, 2005, 11:25:40 下午
Exception message: Smarty error: (secure mode) accessing "summary/index.template" is not allowed

你是不是有修改過 summary/index.template 這個檔呢?在 pLog 1.0 中預設是不允許使用 {php}{/php} 的 tag。如果你真的必須要使用,必須到 全部站台管控 » 模版設定 »  allow_php_code_in_templates 改為『是 』。

Mark


主題: Re: 執行summary.php產生錯誤
作者: chijanzen九月 02, 2005, 11:29:27 上午
多謝 Mark

我找時間看看