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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 新建单页出错

[复制链接]
赌徒 发表于 2013-11-16 11:45:27 | 显示全部楼层 |阅读模式
目录 xx/yy/index.php

  1. <?php
  2. chdir('../');
  3. define('SUB_DIR', '/xx/yy/');
  4. require_once './source/class/class_core.php';//引入系统核心文件
  5. $discuz = & discuz_core::instance();//以下代码为创建及初始化对象
  6. $discuz->init();
  7. $navtitle = '';
  8. $metakeywords = '';
  9. $metadescription = '';
  10. include template('portal/list');//调用单页模版文件
  11. ?>
复制代码

错误提示:
  1. Warning: require_once(./source/class/class_core.php) [function.require-once]: failed to open stream: No such file or directory in
复制代码

目录 xx/index.php 单页不出错,路径问题,还是啥问题?怎么解决?

mingkong 发表于 2013-11-16 11:47:37 | 显示全部楼层
class_core.php 路径不对或者文件不存在
回复

使用道具 举报

 楼主| 赌徒 发表于 2013-11-16 11:49:29 | 显示全部楼层
mingkong 发表于 2013-11-16 11:47
class_core.php 路径不对或者文件不存在

那路径怎么写? 那文件存在

xx/index.php 没有错误,但是 xx/yy/index.php 就出错了
回复

使用道具 举报

湖中沉 发表于 2013-11-16 12:03:54 | 显示全部楼层
你在子目录里面,自然目录书写格式要往上一层
回复

使用道具 举报

 楼主| 赌徒 发表于 2013-11-19 22:09:43 | 显示全部楼层
谢谢,路径出错了
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-15 17:59 , Processed in 0.022097 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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