LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: ernie 於 七月 12, 2008, 10:59:38 下午



主題: 安裝後,發生問題
作者: ernie七月 12, 2008, 10:59:38 下午
各位大大好,,,設定全部完成後,發生

前台顯現
Exception message: is_dir(): Stat failed for ./templates/blueish (errno=13 - Permission denied)
Error code: 2
-- Backtrace --
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/file/file.class.php(172): is_dir
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/templateservice.class.php(209): file.isdir
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/templateservice.class.php(76): templateservice._gettemplatefileinfo
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/view/smartyview.class.php(78): templateservice.template
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/view/blogview.class.php(39): errorview.smartyview
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/view/errorview.class.php(18): errorview.blogview
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/action/defaultaction.class.php(38): errorview.errorview
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/controller/controller.class.php(303): defaultaction.defaultaction
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/index.php(42): blogcontroller.process

Exception message: is_dir(): Stat failed for ./templates/blueish (errno=13 - Permission denied)
Error code: 2
-- Backtrace --
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/file/file.class.php(172): is_dir
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/templateservice.class.php(209): file.isdir
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/templateservice.class.php(167): templateservice._gettemplatefileinfo
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/view/smartyview.class.php(70): templateservice.cachedtemplate
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/view/blogview.class.php(39): defaultview.smartyview
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/view/defaultview.class.php(23): defaultview.blogview
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/action/defaultaction.class.php(85): defaultview.defaultview
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/controller/controller.class.php(309): defaultaction.perform
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/index.php(42): blogcontroller.process



後台顯現
Exception message: Smarty error: unable to read resource: "admin/default.template"
Error code: 512
-- Backtrace --
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/smarty/Smarty.class.php(1108): trigger_error
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/smarty/Smarty.class.php(1604): template.trigger_error
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/smarty/Smarty.class.php(1405): template._fetch_resource_info
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/smarty/Smarty.class.php(1278): template._is_compiled
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/template.class.php(129): smarty.fetch
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/view/admin/admindefaultview.class.php(56): template.fetch
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/controller/controller.class.php(329): admindefaultview.render
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/admin.php(39): admincontroller.process

Exception message: Smarty error: unable to read resource: "admin/default.template"
Error code: 512
-- Backtrace --
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/smarty/Smarty.class.php(1108): trigger_error
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/smarty/Smarty.class.php(1604): template.trigger_error
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/smarty/Smarty.class.php(1433): template._fetch_resource_info
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/smarty/Smarty.class.php(1279): template._compile_resource
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/template/template.class.php(129): smarty.fetch
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/view/admin/admindefaultview.class.php(56): template.fetch
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/class/controller/controller.class.php(329): admindefaultview.render
/var/www/vhosts/uneedadv.com/subdomains/blog/httpdocs/admin.php(39): admincontroller.process


主題: Re: 安裝後,發生問題
作者: markwu七月 12, 2008, 11:22:57 下午
有可能的原因是上傳不完整或是權限不對造成。

請檢查你的 ./template/blueish/*  與 ./template/admin/* 目錄裡面的檔案是否上傳完整,並且確認他的權限是你的 apache 可以讀取的權限。

Mark