php Path not found. Include expression is not resolved -
the website javascript , css not working because included path seems not work, phpstorm shows path not found. path correct image 1: 
i think problem app_dir, removed , phpstorm did not highlight path anymore.
but cannot remove app_dir because link many files including css. been trying 3 days , have no idea, me please.
for debugging purposes please try
if ( !defined('app_dir') ) { trigger_error('app_dir not defined', e_user_error); } if ( substr(app_dir, -1)!=='/' && substr(app_dir, -1)!=='\\' ) { trigger_error("app_dir has no trailing slash. app_dir.'conf/....' wont work, app_dir.'/conf/...' might"); } /** configuration of si */ include_once app_dir.'conf/site.php'; 
Comments
Post a Comment