Shopex host error request solution (No such file or directory)_PHP tutorial

WBOY
Release: 2016-07-21 15:21:45
Original
1249 people have browsed it

1. Shopex host environment
1. Windows 2003 R2
2. iis6.0+php5.0 or above
3. mysql5.0 or above
If you want to know the php environment For matching, please check:
How to configure and build an iis+php+mysql environment under Windows 2003
2. Description of the shopex host problem

Copy code The code is as follows:

Warning:
require(/core/include_v5/adminCore.php) [function.require]: failed to open stream:
No such file or directory in D:wwwrootbeisososhopadminindex.php on line 13
Fatal error:
require() [function.require]:
Failed opening required "/core/include_v5/adminCore.php" (include_path=". ;C:php5pear")

3. Shopex hosting solution
Give D: and D:wwwroot a readable permission for everyone, and only add it to these two locations Just the permissions, don't attach it to the next level directory!
The command is as follows:
cacls d: /e /g everyone:r
cacls d:wwwroot /e /g everyone:r

4. Additional
If you have a better solution to this problem, please correct me and discuss it

Because it is a permissions issue, it can usually be solved by placing it in a subdirectory.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/324838.htmlTechArticle1. Shopex host environment 1. Windows 2003 R2 2. iis6.0+php5.0 or above 3. mysql5. 0 or above, if you want to know about the PHP environment configuration, please check: How to configure and build iis+p under windows2003...
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!