Exception message: is_readable(): open_basedir restriction in effect. File(/usr/share/pear/./admin/default.template) is not within the allowed path(s):
(/home/httpd/vhosts/kelly.com/httpdocs:/tmp)
Error code: 2
-- Backtrace --
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/smarty/core/core.get_include_path.php(34): is_readable
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/smarty/Smarty.class.php(1670): smarty_core_get_include_path
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/smarty/Smarty.class.php(1558): template._parse_resource_name
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/smarty/Smarty.class.php(1433): template._fetch_resource_info
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/smarty/Smarty.class.php(1279): template._compile_resource
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/template.class.php(120): smarty.fetch
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/view/admin/admindefaultview.class.php(56): template.fetch
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/controller/controller.class.php(325): admindefaultview.render
/home/httpd/vhosts/kelly.com/httpdocs/plog/admin.php(39): admincontroller.process
在你的 php.ini 中應該有這一個設定,造成你無法安裝。
open_basedir = /home/httpd/vhosts/kelly.com/httpdocs:/tmp
代表的是你的 Web hosting 廠商把 open_basedir 的限制打開了!請他關掉吧!
Exception message: Smarty error: unable to read resource: "admin/default.template"
Error code: 512
-- Backtrace --
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/smarty/Smarty.class.php(1108): trigger_error
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/smarty/Smarty.class.php(1604): template.trigger_error
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/smarty/Smarty.class.php(1433): template._fetch_resource_info
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/smarty/Smarty.class.php(1279): template._compile_resource
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/template/template.class.php(120): smarty.fetch
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/view/admin/admindefaultview.class.php(56): template.fetch
/home/httpd/vhosts/kelly.com/httpdocs/plog/class/controller/controller.class.php(325): admindefaultview.render
/home/httpd/vhosts/kelly.com/httpdocs/plog/admin.php(39): admincontroller.process
這個看起來像是 /plog/templates/admin 中少了 default.template 這個檔案。
Mark