Recently, the shopex online shop system has been installed for vps customers and service hosting customers, and their hosts all report errors. The error features are the same. In response to this error, our company introduced the shopex host error request solution, I hope to help you a little bit.
Recently, the shopex online shop system has been installed for vps customers and service hosting customers, and their hosts all report errors. The error features are the same. In response to this error, our company introduced the shopex host error request solution, I hope to help you a little bit.
I. shopex host environment
1. windows 2003 R2
2. iis6.0 + php5.0 and above
3. mysql5.0 or above
For more information about the php environment, see:
How to configure and build the iis + php + mysql Environment
Ii. shopex host issue description
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: \ wwwroot \ beisoso \ shopadmin \ index. php on line 13
Fatal error:
Require () [function. require]:
Failed opening required "/core/include_v5/adminCore. php" (include_path = ".; C: \ php5 \ pear ")
3. shopex HOST solution
Give D: \ and D: \ wwwroot an everyone readable permission. You only need to add the permission to these two locations. do not attach the permission to the next level directory!
The command is as follows:
Cacls d: \/e/g everyone: r
Cacls d: \ wwwroot/e/g everyone: r
Iv. Additional
If you have a better solution to this problem, please refer to and discuss it with us.
Because it is a permission issue, it can be solved in a sub-directory.