我意识到已经存在一个问题线程,但它已经关闭,并且 OP 没有回复答案。问题线程可以在这里找到:https ://stackoverflow.com/questions/5547333/include-path-c-php5-pear
所以,我的问题是这样的:
我在我的 htdocs 文件夹(我的 DocumentRoot)中本地有我的 facebook 应用程序,它需要 sdk/src/facebook.php。我在尝试查看页面时收到以下错误:
Warning: require_once(sdk/src/facebook.php) [function.require-once]: failed to open stream: No such file or directory in D:\Apache\Apache2\htdocs\www\immense-headland-4743\index.php on line 14
Fatal error: require_once() [function.require]: Failed opening required 'sdk/src/facebook.php' (include_path='d:\php\pear') in D:\Apache\Apache2\htdocs\www\immense-headland-4743\index.php on line 14
我在 php.ini 文件中尝试了反斜杠和正斜杠的变体;我在我的主要 index.php 中尝试了 set_initial_path() 和 init_set() - 但没有任何效果。这里出了什么问题?