简体   繁体   中英

PHP Fatal Error Failed opening required()

The full error is this,

  [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`

So I have an application I am trying to run locally and I have updated my include_path in php.ini, I am not allowed to modify any code I can only modify my include_path does anyone know how I can modify my include_path to get this app working? Thanks!

/Users/everardobarriga/smgadmin/到您的include_path,希望可以解决该问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM