Warning: include_once (. includemain. inc. php) [function. include-once]: failedtoopenstream: fai... warning: include_once (. /include/main. inc. php) [function. include-once]: 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
This problem occurs because our inlcude path is incorrect, as long as we change the path to the correct one.
Fatal error: main (): Failed opening required'./Config. php' (include_path = '.; c: php4pear') in D: wwwrootCoreConfig. php on line 13
Shopex host problem description:
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 host solution
Give D: and D: wwwroot an everyone readable permission. just add the permission in these two locations. do not 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
Tutorial address:
Reprinted! But please include the article address ^