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.
http://www.bkjia.com/PHPjc/324838.htmlwww.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...