解決:failed to open stream: No such file or directory in_PHP教程

來源:互聯網
上載者:User
本教程來給各位同學介紹failed to open stream: No such file or directory in解決辦法,有需要瞭解的朋友可進入參考。

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

http://www.bkjia.com/PHPjc/632082.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/632082.htmlTechArticle本教程來給各位同學介紹failed to open stream: No such file or directory in解決辦法,有需要瞭解的朋友可進入參考。 Warning: include_once(./include/main.in...

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    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.