RPCemu forum problem
Stewart Goldwater (1577) 79 posts |
There’s a problem with the RPCemu forum pages 5 + 6. Page 5 gives: Application error (Rails) |
Andrew Hodgkinson (6) 465 posts |
Thanks for the bug report. Page 5 has a weird item that looks like data corruption or possibly an interesting edge case from the RForum → Beast data migration way-back-when; unclear. In any event, the forum topic entry has no creator, which the view layer does not expect and this leads to a dereference-of-nil attempt. Since we’re using Ruby this is not a security fault or anything, but does trigger the standard Rails 500 error page. I have amended the view layer to cope with this particular unusual case, so page 5 now fetches correctly. Page 6 does have and should have old data; the pages are sorted by newest-first, so you’ll see years rise rapidly as you go through all six of the pages from first to last. |