Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决]后台新增门户栏目后前台打开出现错误

[复制链接]
goldbye 发表于 2012-12-19 08:20:59 | 显示全部楼层 |阅读模式
DZ x2.0升级到x2.5后,在后台新增门户栏目后前台打开出现错误,出现 以下提示:

Warning: require_once(./portal.php) [function.require-once]: failed to open stream: No such file or directory in/home/xxxxx/public_html/diaoji/taidiao/fupiao/index.php on line 6

Fatal error: require_once() [function.require]: Failed opening required './portal.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in/home/xxxxx/public_html/diaoji/taidiao/fupiao/index.php on line 6

问题所在:建立两层目录以上就出现打不开的错误,该错误应当是dz程序的bug。

错误的index.php文件内容:
  1. <?php
  2. chdir('../');
  3. define('SUB_DIR', '/diaoji/taidiao/fupiao/');
  4. $_GET['mod'] = 'list';
  5. $_GET['catid'] = '36';
  6. require_once './portal.php';
  7. ?>
复制代码
解决办法:

只需要把第二行改成以下内容即可。
  1. chdir('../../../');
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
m.king 发表于 2012-12-19 10:01:01 | 显示全部楼层
diaoji/taidiao/fupiao   这个是你自己修改的东西吧 官方程序是没有这个的。
回复

使用道具 举报

路遥梦 发表于 2012-12-19 11:17:54 | 显示全部楼层
升级最容易出现各种各样的问题
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-3-2 02:11 , Processed in 0.025672 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表