Home > Backend Development > PHP Tutorial > Shopex host error request solution No such file or directory

Shopex host error request solution No such file or directory

WBOY
Release: 2016-07-29 08:47:33
Original
1282 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 about the PHP environment matching, please check:
How to configure and build iis+ under windows2003 php+mysql environment
2. Shopex host problem description

Copy the 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. Just add permissions to these two locations. Do not attach them to the next level directory!
The commands are as follows:
cacls d: /e /g everyone:r
cacls d:wwwroot /e /g everyone:r
Four. Additional
If you have a better solution to this problem, please correct and discuss
because It's a permissions issue, so putting it in a subdirectory can usually be solved.

The above introduces the solution to the shopex host error request No such file or directory, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
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