設定 php-templete.ini 檔案,找到 open_basedir,把前面的分号去掉,如下所示即可解決此問題。
; open_basedir, if set, limits all file operations to the defined directory
; and below. ;This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file. This directive is
; NOT affected by whether Safe Mode is turned On or Off.
open_basedir = "${doc_root}:/tmp"
本文轉自 技術花妞妞 51CTO部落格,原文連結:http://blog.51cto.com/xiaogongju/2060954