Shane Curcuru created WHIMSY-162:
------------------------------------
Summary: Viewing your own roster/committer/yourid page is 500
Key: WHIMSY-162
URL: https://issues.apache.org/jira/browse/WHIMSY-162
Project: Whimsy
Issue Type: Bug
Components: Roster
Reporter: Chris Thistlethwaite
Navigate to your own roster page on Whimsy, for me:
https://whimsy.apache.org/roster/committer/curcuru
BUG: 500 error.
Navigate to someone else's roster page: works (for me and others).
Hints:
App 31714 stderr: 2017-12-12 21:13:39 - NoMethodError - undefined method
`digests' for ASF::MLIST:Module:
App 31714 stderr: /x1/srv/whimsy/www/roster/models/committer.rb:165:in
`serialize'
App 31714 stderr: /x1/srv/whimsy/www/roster/main.rb:125:in `block in <top
(required)>'
And:
if env.user == id or auth[:root] or auth[:secretary]
require 'whimsy/asf/mlist'
ASF::MLIST.subscriptions(person.all_mail, response)
Seems something with new mlist digests stuff breaks when that if triggers.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)