[提问]
刚传资料就遇到问题拉的。发到这里看能不能解决?
|
|
刚传资料到空间,就遇到下面的问题的。前天还可以访问的。
我的网站http://www.christmaslight.cn/ 打开这个不可以,但是如果打开这个
http://www.christmaslight.cn/index.html 又可以的,请高手看看是什么问题的。谢谢!
Warning: main(includes/application_top.php): failed to open stream: No such file or directory in /home/content/t/h/o/thomasniyong/html/index.php on line 26
Warning: main(includes/application_top.php): failed to open stream: No such file or directory in /home/content/t/h/o/thomasniyong/html/index.php on line 26
Fatal error: main(): Failed opening required 'includes/application_top.php' (include_path='.:/usr/local/lib/php') in /home/content/t/h/o/thomasniyong/html/index.php on line 26
我把这个文件到附件里面的,大家帮我看看
[ 本帖最后由 davidbush 于 2007-12-27 11:03 AM 编辑 ] |
|
|
|
|
|
|
|
|
|
|
Moeee
发表于 2007-12-27 10:52:37
|
显示全部楼层
|
index.php的优先级比INDEX.HTML要高,,所以当访问http://www.christmaslight.cn/ 时就会访问INDEX.PHP,,..而你的PHP文件中又有错误..所以..呵呵 |
评分
-
查看全部评分
|
|
|
|
|
|
|
|
|
|
Moeee
发表于 2007-12-29 14:09:12
|
显示全部楼层
按错误提示是找不到文件或者没有权限
看下'includes/application_top.php'是否存在,检查目录权限
再不行就试下
把 require('includes/application_top.php');
改为 require('./includes/application_top.php'); |
|
|
|
|
|
|
|
|