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: index.php.png

i think problem app_dir, removed , phpstorm did not highlight path anymore.

as image 2:
no highlight

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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -