笑忘书博客问题
英文:Warning: require_once(../init.php) [function.require-once]: failed to open stream: No such file or directory in /home/ftp/b/blog/web/blog/index.phpon line 15
Fatal error: require_once() [function.require]: Failed opening required '../init.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/ftp/b/blog/web/blog/index.phpon line 15
中文:警告:require_once(/初始化。PHP)[功能]:。需要一次打开失败:在/家/ FTP / B /博客/网站/博客/ index.phpon线15没有这样的文件或目录
致命错误:require_once() [功能]:不需要。需要开放的/初始化。PHP(include_path = '。:/ usr /分享/梨:/ usr /分享/ PHP)/家/ FTP / B /博客/网站/博客/ index.phpon线15
代码:
<?php
/**
* 主题名称: Emlog 触屏版 X-Mobile V1.3
*
* 主题设计: 笑忘书 (XIAOWS)
*
* 主题出处: http://xiaows.com/m
*
* 适用版本: emlog 5.3.1(以下未测)
*
* @copyright (c) Emlog All Rights Reserved
*/
require_once '../init.php';
define ('TEMPLATE_PATH', EMLOG_ROOT . '/m/view/');
ini_set('date.timezone','Asia/beijing'); //设置为上海时区
$isgzipenable = 'n'; //手机浏览关闭gzip压缩
$index_lognum = 8;//每页显示文章数目
$blog_name = Option::get('blogname');//获取博客标题
$site_title = $blog_name;
$site_key = Option::get('site_key');
$site_description = Option::get('site_description');