2003系统,用ts版的php5.2.17,使用ISAPI就一切正常。
用nts版的php5.3,使用Fastcgi就会出错,大概提示如下:
require(./source/class/class_core.php) [function.require]: failed to open stream: No such file or directory in D:wwwrootforum.php on line 14
Fatal error: require() [function.require]: Failed opening required './source/class/class_core.php' (include_path='.;C:php5pear') in D:wwwrootforum.php on line 14
如果修改forum.php文件,去掉./source前面的小点,就又能访问了,但这不是永久解决的办法,哪位朋友知道具体的原因。出错时候查看phpinfo可以正常显示,说明PHP加载是一切正常的。
论坛程序是安装在如D:aaaabbs目录下 |