我保存配置文件文件,不能继续向下进行了,报如下错误:
14:42:15 ERROR: 您访问的域名 39.104.87.35:8081 没有对应的公司。 in module/common/model.php on line 83, last called by module/common/model.php on line 29 through function setCompany.
in framework/base/router.class.php on line 2234 when visiting
chown: changing ownership of '/opt/zbox/data/mysql': Operation not permitted
(13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
Start Apache fail. You can see the log /opt/zbox/logs/apache_error.log
Mysql is running
启动失败
开源版访问install以后,显示以下内容,是哪里没配置号吗:
@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();
(Apache2.4.46 64位、PHP8.0、MYSQL5.7)
14:42:15 ERROR: 您访问的域名 39.104.87.35:8081 没有对应的公司。 in module/common/model.php on line 83, last called by module/common/model.php on line 29 through function setCompany.
in framework/base/router.class.php on line 2234 when visiting
(13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
Start Apache fail. You can see the log /opt/zbox/logs/apache_error.log
Mysql is running
启动失败
The server requested authentication method unknown to the client
@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();