require once - PHP Fatal Error Failed opening required() -
the full error 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 have application trying run locally , have updated include_path
in php.ini, not allowed modify code can modify include_path
know how can modify include_path
app working? thanks!
add in /users/everardobarriga/smgadmin/
include_path, , should fix it.
Comments
Post a Comment