【发布时间】:2013-07-23 07:19:22
【问题描述】:
完整的错误是这样的,
[error] [client ::1] PHP Fatal error: require_once():
Failed opening required 'src/core/AdminSystem.php'
(include_path='.:/usr/local/pear/share/pear:/Users/everardobarriga/pear/share/pear:/usr/share/pear')
in /Users/everardobarriga/smgadmin/src/controller/CmdLogin.php on line 3`
所以我有一个我想在本地运行的应用程序,我已经在 php.ini 中更新了我的include_path,我不允许修改任何代码我只能修改我的include_path 有谁知道我可以如何修改我的include_path 让这个应用程序工作?
谢谢!
【问题讨论】:
标签: php require-once