禅道安装
5119
在输入域名对应下的index.php文件跳转到install.php后输出如下 禅道版本是9.5.stable已解决 悬赏5积分
提问者Ice Hu
答案数1
阅读数2727
发表时间2017-09-01 22:57:35
* @package ZenTaoPMS * @version $Id: install.php 4677 2013-04-26 06:23:58Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ error_reporting(0); define('IN_INSTALL', true); /* Load the framework. */ include '../framework/router.class.php'; include '../framework/control.class.php'; include '../framework/model.class.php'; include '../framework/helper.class.php'; /* Instance the app. */ $app = router::createApp('pms', dirname(dirname(__FILE__)), 'router'); /* Check installed or not. */ if(!isset($_SESSION['installing']) and isset($config->installed) and $config->installed) die(header('location: index.php')); /* Reset the config params to make sure the install program will be lauched. */ $config->set('requestType', 'GET'); $config->set('default.module', 'install'); $app->setDebug(); /* During the installation, if the database params is setted, auto connect the db. */ if(isset($config->installed) and $config->installed) $app->connectDB(); $app->parseRequest(); $app->loadModule();
禅道版本:9.4
安装包类型:源码包
操作系统:CentOS
客户端浏览器:Chrome
答案列表
禅道-李锡碧
2017-09-02 09:56:09
具体使用的什么部署环境,这个提示是因为php代码没有在服务端进行解析。
回复
|
联系我们
联系人
杨苗/高级客户经理
电话(微信)
13165050229
QQ号码
2692096539
联系邮箱
yangmiao@chandao.com