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
Post a Comment