rc15版本, 设置gitlab时, 报错.
回帖数
2
阅读数
891
发表时间
2021-04-29 17:41:19
在文件 module/repo/view/create.html.php:37
<tr class='gitlab hide'>
<th><?php echo $lang->repo->gitlabHost;?></th>
<td><?php echo html::input('gitlabHost', '', "class='form-control' placeholder='{$lang->repo->placeholder}'");?> <-- 此处报致命错, stdClass无法转成string, php7.4.16
<td><?php echo html::input('gitlabHost', '', "class='form-control' placeholder='{$lang->repo->placeholder->gitlabHost}'");?>
</tr>
请问目前禅道使用的PHP版本是7.4吗?禅道暂时支持PHP7.0/7.1/7.2,方便的话可以换个PHP版本试一下。或者可以添加网页上方QQ,邀请进群,方便截图排查问题。
2021-04-30 09:36:32 张玉洁 回帖
用的是php7.4, 我的意思是 placeholder='{$lang->repo->placeholder}' 这一段的字段没引对, 我看配置, 应该是 '{$lang->repo->placeholder->gitlabHost}', 少了一级. 而且 placeholder 这个lang配置是个stdClass, 也不应该直接显示.
2021-04-30 10:12:46 momo 回帖
联系人
徐亚京/高级客户经理
电话(微信)
17663982076
QQ号码
2679672214
联系邮箱
xuyajing@chandao.com