评论列表
禅道-用户 2022-05-11 11:27:16 回复
从用例库导入测试用例,批量导入的时候如何能调整导入的顺序使得用例按照编号正序展示
回复
抱歉,是如何按照 用例库 里用例的序号正序展示?
回复
点击id,安装id排序一下
崽崽 2022-05-11 08:50:51 回复
安装之后,需要通过另一台服务nginx映射进入,使用上下文zentao访问应该如何配置;目前使用http://ip+port/zentao/会自动刷新成http://ip+port/index.php然后页面404 ,应该如何修改配置文件可以使增加上下文zentao后可以正常访问
回复
同一个问题,不要留言多次。不经过代理,禅道目前可以正常访问的吗?另外,可以联系商务丁芝(QQ:1481227768)邀请加入技术交流群,贴下配置,方便确认一些。
禅道-A盘 2022-05-07 14:54:34 回复
我登录上去,没有组织菜单,如何添加禅道用户
回复
新版本的话,在后台-人员,添加用户信息。组织菜单是需要先分配权限的。
张杰 2022-04-28 11:12:04 回复
安装到最后一步-设置账号,填写完公司名、管理员账号、管理员密码后,点击“保存”无反应,等了很久没显示安装成功,也看不到报错,这要怎么弄呢?
禅道版本:开源版16.5(php8.0)
系统:macOS Monterey 12.3.1
php版本:php@8.0
mysql版本:mysql@5.6
回复
浏览器F12调试台看下Network有什么响应返回?可以尝试将zentaopms/confg/config.php文件中搜索SCRF 将值改为false再看下呢。
回复
你好,f12这个请求就是的response就是无反应
Request URL: http://127.0.0.1/zentaopms/www/install.php?m=install&f=step5

你说的是:$config->framework->filterCSRF = false;
这个吗?我没找到SCRF,我改了这个也没什么效果
回复
方便的话,可以添加下我们商务QQ3142565561
邀请您加入我们技术交流群中,将详细的页面截图信息发我们看下。
回复
你好,我删除重装了下,可以了,还是谢谢你的回答
王先生 2022-04-25 11:13:16 回复
你好,使用的是linux一键安装,启动mysql时总提示启动失败,端口没有和本机的mysql服务端口重复
2022-04-24 18:31:56 139795302492032 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: The InnoDB memory heap is disabled
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: Compressed tables use zlib 1.2.3.4
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: Using SSE crc32 instructions
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: Completed initialization of buffer pool
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
2022-04-24 18:31:56 139795302492032 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
2022-04-24 18:31:57 139795302492032 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
2022-04-24 18:31:57 139795302492032 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2022-04-24 18:31:57 139795302492032 [Warning] InnoDB: New log files created, LSN=45883
2022-04-24 18:31:57 139795302492032 [Note] InnoDB: Doublewrite buffer not found: creating new
2022-04-24 18:31:57 139795302492032 [Note] InnoDB: Doublewrite buffer created
2022-04-24 18:31:57 139795302492032 [Note] InnoDB: 128 rollback segment(s) are active.
2022-04-24 18:31:57 139795302492032 [Warning] InnoDB: Creating foreign key constraint system tables.
2022-04-24 18:31:57 139795302492032 [Note] InnoDB: Foreign key constraint system tables created
2022-04-24 18:31:57 139795302492032 [Note] InnoDB: Creating tablespace and datafile system tables.
2022-04-24 18:31:57 139795302492032 [Note] InnoDB: Tablespace and datafile system tables created.
2022-04-24 18:31:57 139795302492032 [Note] InnoDB: Waiting for purge to start
2022-04-24 18:31:57 139795302492032 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.35-80.0 started; log sequence number 0
2022-04-24 18:31:57 139794598323968 [Note] InnoDB: Dumping buffer pool(s) not yet started
2022-04-24 18:31:57 139795302492032 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-24 18:31:57 139795302492032 [ERROR] Can't open and lock privilege tables: Table './mysql/servers.MYI' is read only
2022-04-24 18:31:57 139795302492032 [Note] Server socket created on IP: '127.0.0.1'.
2022-04-24 18:31:57 139795302492032 [ERROR] Fatal error: Can't open and lock privilege tables: Table './mysql/user.MYI' is read only
2022-04-25 10:22:46 139908706142080 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2022-04-25 10:22:46 139908706142080 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2022-04-25 10:22:46 139908706142080 [Note] InnoDB: The InnoDB memory heap is disabled
2022-04-25 10:22:46 139908706142080 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2022-04-25 10:22:46 139908706142080 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
2022-04-25 10:22:46 139908706142080 [Note] InnoDB: Compressed tables use zlib 1.2.3.4
2022-04-25 10:22:46 139908706142080 [Note] InnoDB: Using SSE crc32 instructions
2022-04-25 10:22:46 139908706142080 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2022-04-25 10:22:46 139908706142080 [Note] InnoDB: Completed initialization of buffer pool
2022-04-25 10:22:47 139908706142080 [Note] InnoDB: Highest supported file format is Barracuda.
2022-04-25 10:22:47 139908706142080 [Note] InnoDB: The log sequence numbers 0 and 0 in ibdata files do not match the log sequence number 1600709 in the ib_logfiles!
2022-04-25 10:22:47 139908706142080 [Note] InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
2022-04-25 10:22:47 139908706142080 [Note] InnoDB: 128 rollback segment(s) are active.
2022-04-25 10:22:47 139908706142080 [Note] InnoDB: Waiting for purge to start
2022-04-25 10:22:47 139908706142080 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.35-80.0 started; log sequence number 1600709
2022-04-25 10:22:47 139908136032000 [Note] InnoDB: Dumping buffer pool(s) not yet started
2022-04-25 10:22:47 139908706142080 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-25 10:22:47 139908706142080 [Note] Recovering after a crash using tc.log
2022-04-25 10:22:47 139908706142080 [Note] Starting crash recovery...
2022-04-25 10:22:47 139908706142080 [Note] Crash recovery finished.
2022-04-25 10:22:47 139908706142080 [ERROR] Can't open and lock privilege tables: Table './mysql/servers.MYI' is read only
2022-04-25 10:22:47 139908706142080 [Note] Server socket created on IP: '127.0.0.1'.
2022-04-25 10:22:47 139908706142080 [ERROR] Fatal error: Can't open and lock privilege tables: Table './mysql/user.MYI' is read only
2022-04-25 10:27:49 140415271503744 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: The InnoDB memory heap is disabled
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: Compressed tables use zlib 1.2.3.4
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: Using SSE crc32 instructions
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: Completed initialization of buffer pool
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: Highest supported file format is Barracuda.
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: The log sequence numbers 0 and 0 in ibdata files do not match the log sequence number 1600719 in the ib_logfiles!
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: 128 rollback segment(s) are active.
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: Waiting for purge to start
2022-04-25 10:27:49 140415271503744 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.35-80.0 started; log sequence number 1600719
2022-04-25 10:27:49 140414694717184 [Note] InnoDB: Dumping buffer pool(s) not yet started
2022-04-25 10:27:49 140415271503744 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-25 10:27:49 140415271503744 [ERROR] Can't open and lock privilege tables: Table './mysql/servers.MYI' is read only
2022-04-25 10:27:49 140415271503744 [Note] Server socket created on IP: '127.0.0.1'.
2022-04-25 10:27:49 140415271503744 [ERROR] Fatal error: Can't open and lock privilege tables: Table './mysql/user.MYI' is read only
2022-04-25 10:50:36 140051467917184 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2022-04-25 10:50:36 140051467917184 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2022-04-25 10:50:36 140051467917184 [Note] InnoDB: The InnoDB memory heap is disabled
2022-04-25 10:50:36 140051467917184 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2022-04-25 10:50:36 140051467917184 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
2022-04-25 10:50:36 140051467917184 [Note] InnoDB: Compressed tables use zlib 1.2.3.4
2022-04-25 10:50:36 140051467917184 [Note] InnoDB: Using SSE crc32 instructions
2022-04-25 10:50:36 140051467917184 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2022-04-25 10:50:36 140051467917184 [Note] InnoDB: Completed initialization of buffer pool
2022-04-25 10:50:37 140051467917184 [Note] InnoDB: Highest supported file format is Barracuda.
2022-04-25 10:50:37 140051467917184 [Note] InnoDB: The log sequence numbers 0 and 0 in ibdata files do not match the log sequence number 1600729 in the ib_logfiles!
2022-04-25 10:50:37 140051467917184 [Note] InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
2022-04-25 10:50:37 140051467917184 [Note] InnoDB: 128 rollback segment(s) are active.
2022-04-25 10:50:37 140051467917184 [Note] InnoDB: Waiting for purge to start
2022-04-25 10:50:37 140051467917184 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.35-80.0 started; log sequence number 1600729
2022-04-25 10:50:37 140050897565440 [Note] InnoDB: Dumping buffer pool(s) not yet started
2022-04-25 10:50:37 140051467917184 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-25 10:50:37 140051467917184 [Note] Recovering after a crash using tc.log
2022-04-25 10:50:37 140051467917184 [Note] Starting crash recovery...
2022-04-25 10:50:37 140051467917184 [Note] Crash recovery finished.
2022-04-25 10:50:37 140051467917184 [ERROR] Can't open and lock privilege tables: Table './mysql/servers.MYI' is read only
2022-04-25 10:50:37 140051467917184 [Note] Server socket created on IP: '127.0.0.1'.
2022-04-25 10:50:37 140051467917184 [ERROR] Fatal error: Can't open and lock privilege tables: Table './mysql/user.MYI' is read only
2022-04-25 10:56:52 140596938086272 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: The InnoDB memory heap is disabled
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: Compressed tables use zlib 1.2.3.4
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: Using SSE crc32 instructions
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: Completed initialization of buffer pool
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: Highest supported file format is Barracuda.
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: The log sequence numbers 0 and 0 in ibdata files do not match the log sequence number 1600739 in the ib_logfiles!
2022-04-25 10:56:52 140596938086272 [Note] InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
2022-04-25 10:56:53 140596938086272 [Note] InnoDB: 128 rollback segment(s) are active.
2022-04-25 10:56:53 140596938086272 [Note] InnoDB: Waiting for purge to start
2022-04-25 10:56:53 140596938086272 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.35-80.0 started; log sequence number 1600739
2022-04-25 10:56:53 140596358412032 [Note] InnoDB: Dumping buffer pool(s) not yet started
2022-04-25 10:56:53 140596938086272 [Note] Plugin 'FEEDBACK' is disabled.
2022-04-25 10:56:53 140596938086272 [Note] Recovering after a crash using tc.log
2022-04-25 10:56:53 140596938086272 [Note] Starting crash recovery...
2022-04-25 10:56:53 140596938086272 [Note] Crash recovery finished.
2022-04-25 10:56:53 140596938086272 [ERROR] Can't open and lock privilege tables: Table './mysql/servers.MYI' is read only
2022-04-25 10:56:53 140596938086272 [Note] Server socket created on IP: '127.0.0.1'.
2022-04-25 10:56:53 140596938086272 [ERROR] Fatal error: Can't open and lock privilege tables: Table './mysql/user.MYI' is read only
回复
您好,关于Linux一键部署方式修改端口可以参考
禅道如何修改访问端口?
1、windows一键安装包修改端口:
运行"xampp/start.exe"后点击左上角"服务-卸载服务",然后"服务-配置默认端口"保存后退出,重新以管理员身份运行"xampp/start.exe" 点击"启动禅道"。
2、linux 一键安装包修改端口:
sudo /opt/zbox/zbox stop
sudo /opt/zbox/zbox -mp 3307
sudo /opt/zbox/zbox -ap 82
sudo /opt/zbox/zbox start
端口号,根据需要变更(mp是mysql端口; ap是apache端口)
回复
你好,mysql端口已经改了,和linux本机的mysql没有重复,但是启动的时候报错,日志中的内容是问题中那样,有解决方法吗
回复
您好,看了下您的保存是因为数据库对应表没有权限导致的,可以尝试chmod -R 777 /opt/zbox/data/mysql,然后在启动看下呢。
回复
已经授权了,还是报一样的问题,是最新的16.5版本,是不是版本问题呢
回复
能看下吗,一直报这个问题,换了版本也一样
回复
2022-04-25 10:56:53 140596938086272 [ERROR] Can't open and lock privilege tables: Table './mysql/servers.MYI' is read only
可以检查下zbox文件夹的属主属组,这个错误提示表示相应表是只读权限,如果是新安装的话,可以停止服务重新部署一套看下,注意解压时 需要-C 指定到/opt/不要解压完再mv 可能有权限问题
嘉佳 2022-04-25 09:15:18 回复
禅道12版本 一键部署的linux版 如何设置备份保留天数
回复
您好,可以登录系统到后台-数据-备份-设置页面看下
1218341408 2022-04-24 11:25:27 回复
部署不上去
1218341408 2022-04-24 11:25:24 回复
部署不上去
回复
您好,遇到问题请尽量详细的描述下,具体是哪个步骤遇到了什么问题,只有描述清晰我们才可以根据具体问题协助您处理下。
王洪颖 2022-04-14 15:42:30 回复
忘记密码了怎么办,开源版登不上去了,求帮忙
回复
登录界面点击忘记密码,充值一下密码。
脸脸 2022-04-07 20:48:34 回复
退出的时候不是会有点卡吗,然后我有点心急,就强制关闭了,然后在就打不开start.exe了,禅道集成运行窗口就出不来了了,重新安装也不好用,请问是为什么?
回复
先检查下系统服务中apachezt和mysqlzt服务状态,可以先尝试下手动启动/重启下apachezt和mysqlzt服务看下。