當一切工作正常時,我已經創建了與以前相同的超級簡單腳本。但不知何故停了,現在每次我嘗試需要一個文件時,它給我的錯誤:require_once致命錯誤(多一次)
Fatal error: require_once(): Failed opening required 'E:\tools\EasyPHP\www/registry/registry.class.php' (include_path='.;C:\php\pear') in E:\tools\EasyPHP\www\index.php on line 18
我的索引文件:
define("APP_PATH", dirname(__FILE__)."/");
require_once(APP_PATH.'registry/registry.class.php');
這就是一切,但我仍然無法加載頁面。
我應該如何設置它?我只使用Windows本地構建。
file_exists(APP_PATH.'registry/registry.class.php')給出了什麼?如果爲false,則根據文件的預期路徑檢查APP_PATH.'registry/registry.class.php' – Ing 2012-07-09 14:14:21
可能是愚蠢的問題,但存在'E:\ tools \ EasyPHP \ www/registry/registry.class.php'嗎? – Florent 2012-07-09 14:15:20
是的,但它表明,它甚至不存在。 – user1512181 2012-07-09 14:23:49