程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> php中文目錄 include錯誤解決訪求

php中文目錄 include錯誤解決訪求

編輯:關於PHP編程

php教程中文目錄 include錯誤解決訪求

include_path='.;c:php5pear'的錯誤

warning: unknown: failed to open stream: no such file or directory in unknown on line 0

fatal error: unknown: failed opening required 'e:/ttttt/中文/index.php' (include_path='.;c:php5pear') in unknown on line 0


在google和百後,都講的是include_path的配置問題,所有的這些都配置無誤。

最後排查,是因為中文路徑的問題。


最後解決辦法:

文件夾不用中文名


最後提示一下,apache2.2 配置的網絡文件夾是可以用中文的,只需要把httpd.conf保存為utf-8即可。

 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved