- 论坛徽章:
- 0
|
高手帮帮忙啊~
我的平台为:FB6+apache2+php4+mysql4
现在的问题是,有几个使用了“Include virtual"语法的网站页面打开不正常。开始的时候我以为是Apache中对Shtml部分的设置有问题,但是后来检查,在Apache中已经添加了如下字样:
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
但是我在httpd-error.log中发现了大量的错误:
[Mon Nov 14 10:52:23 2005] [error] [client 218.199.101.5] PHP Notice: Use of undefined constant active_url - assumed 'active_url' in /www/vhost/clkswi/public_html/include/get_request.inc.php on line 8
[Mon Nov 14 10:52:23 2005] [error] [client 218.199.101.5] PHP Notice: Undefined variable: ndt_submit_time in /www/vhost/clkswi/public_html/summary/summary.php on line 114
[Mon Nov 14 10:52:23 2005] [error] [client 218.201.74.15] File does not exist: /www/vhost/cqmold.com/public_html/news/xuanjuan1.swf
[Mon Nov 14 10:52:23 2005] [error] [client 218.199.101.5] File does not exist: /www/vhost/clkswi/public_html/summary/images, referer: http://www.reform.org.cn/summary/summary.php?class=1&id=1
[Mon Nov 14 10:52:23 2005] [error] [client 219.142.60.13] PHP Notice: Use of undefined constant active_url - assumed 'active_url' in /www/vhost/clkswi/public_html/include/get_request.inc.php on line 8, referer: http://www.google.com/search?hl= ... 82%E5%BF%97&lr=
[Mon Nov 14 10:52:23 2005] [error] [client 219.142.60.13] PHP Notice: Undefined variable: ndt_submit_time in /www/vhost/clkswi/public_html/summary/summary.php on line 114, referer: http://www.google.com/search?hl= ... 82%E5%BF%97&lr=
[Mon Nov 14 10:52:24 2005] [error] [client 218.199.101.5] File does not exist: /www/vhost/clkswi/public_html/images/index_79.jpg, referer: http://www.reform.org.cn/summary/summary.php?class=1&id=1
[Mon Nov 14 10:52:24 2005] [error] [client 219.142.60.13] File does not exist: /www/vhost/clkswi/public_html/summary/images, referer: http://www.clkswi/summary/summary.php?class=3&id=17
[Mon Nov 14 10:52:24 2005] [error] [client 219.142.60.13] File does not exist: /www/vhost/clkswi/public_html/images/index_79.jpg, referer: http://www.clkswi/summary/summary.php?class=3&id=17
[Mon Nov 14 10:52:25 2005] [error] [client 219.142.60.13] script '/usr/local/www/data/count.php' not found or unable to stat, referer: http://www.clkswi/summary/summary.php?class=3&id=17
无语ing...没被客户骂死。。。兄弟们帮我看看啊。。。
网站程序员说应该是Include virtual语句没被执行,可是应该在哪儿设置并解决呢? |
|