Failedtoopenstream: Nosuchfileordirectoryin

Source: Internet
Author: User
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 ^

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.