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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -