Defect #38248
closedInternal error at 'My account'
0%
Description
The following error occurs when accessing the My Account page.
I found it in 5.0.4, but it also happens in 5.0.3.
F, [2023-02-06T16:09:58.809434 #19881] FATAL -- : [2887f6e7-7673-4557-89a9-093e49f59a3e]
[2887f6e7-7673-4557-89a9-093e49f59a3e] ActionView::Template::Error (undefined local variable or method `my_atom_key_path' for #<ActionView::Base:0x00000000016be8>
Did you mean? my_api_key_path
my_rss_key_path):
[2887f6e7-7673-4557-89a9-093e49f59a3e] 15: <% else >
[2887f6e7-7673-4557-89a9-093e49f59a3e] 16: <= l(:label_missing_feeds_access_key) >
[2887f6e7-7673-4557-89a9-093e49f59a3e] 17: < end >
[2887f6e7-7673-4557-89a9-093e49f59a3e] 18: (<= link_to l(:button_reset), my_atom_key_path, :method => :post >)
[2887f6e7-7673-4557-89a9-093e49f59a3e] 19: </p>
[2887f6e7-7673-4557-89a9-093e49f59a3e] 20:
[2887f6e7-7673-4557-89a9-093e49f59a3e] 21: < if Setting.rest_api_enabled? %>
[2887f6e7-7673-4557-89a9-093e49f59a3e]
[2887f6e7-7673-4557-89a9-093e49f59a3e] app/views/my/_sidebar.html.erb:18
[2887f6e7-7673-4557-89a9-093e49f59a3e] app/views/my/account.html.erb:74
[2887f6e7-7673-4557-89a9-093e49f59a3e] app/views/my/account.html.erb:73
[2887f6e7-7673-4557-89a9-093e49f59a3e] lib/redmine/sudo_mode.rb:61:in `sudo_mode'
Updated by Go MAEDA almost 2 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid