- 論壇徽章:
- 0
|
高手幫幫忙啊~
我的平臺為:FB6+apache2+php4+mysql4
現(xiàn)在的問題是,有幾個使用了“Include virtual"語法的網(wǎng)站頁面打開不正常。開始的時候我以為是Apache中對Shtml部分的設(shè)置有問題,但是后來檢查,在Apache中已經(jīng)添加了如下字樣:
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
但是我在httpd-error.log中發(fā)現(xiàn)了大量的錯誤:
[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...沒被客戶罵死。。。兄弟們幫我看看啊。。。
網(wǎng)站程序員說應(yīng)該是Include virtual語句沒被執(zhí)行,可是應(yīng)該在哪兒設(shè)置并解決呢? |
|