PHP Chinese directory include error solution_PHP tutorial

WBOY
Release: 2016-07-13 10:54:34
Original
1077 people have browsed it

php tutorial Chinese directory include error resolution request

include_path='.;c:php5pear' error

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


In Google and Baihou, they both talk about the configuration of include_path, and all of them are configured correctly.

The final troubleshooting was due to a problem with the Chinese path.


Final solution:

Do not use Chinese names for folders


As a final reminder, the network folder configured by apache2.2 can be used in Chinese. You only need to save httpd.conf as utf-8.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632313.htmlTechArticlephp tutorial Chinese directory include error solution to access include_path='.;c:php5pear' error warning: unknown: failed to open stream: no such file or directory in unknown on line 0 fatal e...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template