服务器使用的是win2003   运行PHP时报错:
PHP Warning: include(): Failed opening 'E:\web\e/data/tmp/tempnews1_all.php' for inclusion (include_path='.;C:\php\pear') in E:\web\e\class\functions.php on line 1706 咨询程序提供商说是权限的问题。目前将  e/data/tmp  的权限都设置了全部控制。( Administrator、IIS、匿名访问、SYSTEM 这四个用户都是做了  完全控制的权限)
请问各位,这种情况具体需要如何去调试  和   设置。。

解决方案 »

  1.   

    include文件路径问题,include语句发上来看看,是不是用到了$_SERVER['DOCUMENT_ROOT']
      

  2.   

    是路径问题。尝试 include(htmlentities($_SERVER['PHP_SELF']).'e/data/tmp/tempnews1_all.php');或者还是贴出你的include代码来。
      

  3.   

    他是说 E:\web\e/data/tmp/tempnews1_all.php 这个文件打开失败
    检查 users 的权限