Solution: failed to open stream: No such file or directory in

Source: Internet
Author: User

This tutorial will introduce you to the failed to open stream: No such file or directory in solution. For more information, see.

 

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 issue 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 ")


3. 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

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.