当我执行我的php文件时,我收到以下错误:
警告:include(C:\ Program Files(x86)\ Apache Software 基金会\ APACHE2.2 \ htdocs_lib \ htmlfunctions.inc) [function.include]:无法打开流:没有这样的文件或目录 在C:\ Program Files(x86)\ Apache Software中 第33行的Foundation \ Apache2.2 \ htdocs \ login.php
define ( "SYSDIR", "C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs" );
define ( "CONTENTDIR", SYSDIR. "\\".CONTENTDIR_NAME );
我已将htmlfuntions.inc文件放在显示的相同位置。我现在该怎么办?
答案 0 :(得分:0)
我会试着破解这个。
在此文件中,您尝试加入htmlfunctions.inc
C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\login.php
这就是它正在寻找的地方
C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs_lib\htmlfunctions.inc
简单地说。 ..\htdocs_lib
是否存在?如果是,htmlfuntions.inc
该文件夹中的文件是什么?