warning: include_once(./include/main.inc.php) [function.include-once]: failed to open stream: failed to open stream: no such file or directory in
fatal error: main(): failed opening required './config.php' (include_path='.;c:php4pear') in d:wwwrootcoreconfig.php on line 13
出现这个的问题是因为我们inlcude的路径不对了,只要我们把路径改对就可以了。
fatal error: main(): failed opening required './config.php' (include_path='.;c:php4pear') in d:wwwrootcoreconfig.php on line 13
shopex主机问题描述:
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)
shopex主机解决方案
给d:和d:wwwroot 一个everyone可读权限,只在这两个位置加权限就可以了,不要附加到下一级目录! 命令如下:
cacls d: /e /g everyone:r cacls d:wwwroot /e /g everyone:r
教程地址:
欢迎转载!但请带上文章地址^^