php include problem -


when try load page resides in /var/www/vhosts/mypage/httpdocs/index.php using browser include error cannot include file in /var/www/fw/trunk.

include path set include_path='.:/var/www/fw/trunk'.

but when try load console using 'php index.php' loads fine, guess kind of permission problem can't seem find , where.

you need make sure webserver or php process able read folder files @ least. search chown , chmod.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -