[forge:site-support:#2598]
Hi,
I've been using the new "move ticket" feature (which is great BTW) and now I'm seeing Error 500 when trying to access any of my bug or feature request tickets:
E.g.
https://sourceforge.net/p/freefilesync/bugs/241/
https://sourceforge.net/p/freefilesync/feature-requests/326/Curiously I'm only getting this error when I'm logged in as my main user "Zenju". If I log out or log in as another user, I can correctly view these tickets.
I'm not sure if this is really caused by the "move" I did before, but with this issue I'm right now effectively unable to maintain the bug and feature-request trackers! The support-request tracker on the other hand works fine.
Regards, Zenju
Some additional hint: I moved away tickets from both the bugs and feature-request trackers that had been marked "private". These tickets are only shown to my main user: Do I get Error 500 because Allura is trying to show me these tickets and fails? This would explain why only I see this error when logged in as my main user.
For what it's worth, I get 500 errors there too. I wasn't able to reproduce this by moving private tickets however.
error from logs is:
Created #262: [#5708] Error 500 when accessing tickets (after moving private tickets?) (2cp)
Related
Tickets:
#5708Ok, I was able to reproduce the error by moving tickets to the tracker, and then deleting tracker as described here: https://sourceforge.net/p/forge/site-support/2598/#d8e4.
Fixed in
allura:je/42cc_5708
. Closed #261.Oh, and one more thing. I've fixed the code, so the bug won't occur anymore, but it won't fix trackers which already has the bug. To fix them we need to set
app_config_id
forDiscussion
instance for the tracker back to tracker'sapp_config_id
.