可否帮忙排查报错原因
在搭建测试环境时,从生产环境移植过来得环境,但是在查看issue时总是报错,错误信息如下:,可否帮忙排查下原因呢?是哪一个表有问题?谢谢
Completed 500 Internal Server Error in 194ms (ActiveRecord: 28.1ms)
ActionView::Template::Error (undefined method `group_by_keys’ for #<#<Class:0x000055bc25cb73e8>:0x00007f39e00537e8>
Did you mean? group_user_url):
1: <% group_by_keys(@issue.project_id, @issue.tracker_id, @issue.editable_custom_field_values).each do |title,values| >
2: < if values.present? >
3: <= content_tag('h4’, title, :style ⇒ 'background: #0001; padding: 0.3em;') unless title.nil? >
4: < while values.present? %>
app/views/issues/_form_custom_fields.html.erb:1:in `_app_views_issues__form_custom_fields_html_erb__3254134288947097244_47133282759920’
app/views/issues/_attributes.html.erb:83:in `block in app_views_issues_attributes_html_erb___467268396379508415_47133270862000’
回复 (5)
RE: 可否帮忙排查报错原因 - 由 guo hongxing 在 超过一年 之前添加
RE: 可否帮忙排查报错原因 - 由 Chen Snowman 在 超过一年 之前添加
@liu liu 写到:
如何将这个补丁卸载呢?现在issue问题页面打开不了,我怀疑是这个补丁问题。
参考恢复补丁的方法 https://www.redmine.org/projects/redmine/wiki/Patch