Page 1 of 1

Status of @50@

Posted: 26 Oct 2005, 16:53
by dougget
For some reason, some of my items have a status of @50@
How does this happen?
How can I prevent it?

Thank you,
Doug

Posted: 26 Oct 2005, 20:32
by Narcissus
A status of 50 is the 'assigned' status.

Mantis will show the number (with @ symbols on either side) when it can't convert that number to an appropriate string.

Have you possibly changed either $g_status_enum_string or $s_status_enum_string?

It could be that you've edited one or both of these and removed that particular status. In this case Mantis would show @50@ whenever it finds an issue who's status is 'Assigned' (possibly issues that were still set on this value at the time of changing).

Hope this helps...