禅道安装
5119

在输入域名对应下的index.php文件跳转到install.php后输出如下 禅道版本是9.5.stable已解决悬赏5积分

提问者Ice Hu答案数1阅读数3253发表时间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代码没有在服务端进行解析。

联系我们
联系人
张淑钧/高级客户经理
电话(微信)
13156280939
QQ号码
2082428410
联系邮箱
zhangshujun@chandao.com
其他相关问答
提问者: asme999 于 2011-10-104219次浏览,2个答案
提问者: BLUEICE 于 2013-02-202673次浏览,1个答案
5841
已解决
悬赏5积分
提问者: OnTheRoad 于 2018-04-212524次浏览,1个答案
提问者: sun2430987 于 2021-06-021541次浏览,1个答案
53143
已解决
悬赏5积分
提问者: ning235 于 2022-01-11992次浏览,1个答案
返回顶部
客服头像
张淑钧
高级客户经理
客服微信
13156280939
2082428410
统一服务热线 4006-8899-23
我要提问提问有任何问题,您都可以在这里提问。问题反馈反馈点击这里,让我们聆听您的建议与反馈。