Page 1 of 1
"Vew Issues" page has gone blank
Posted: 24 Sep 2008, 15:53
by thegash35
After assigning my first issue to a user, it appears that the "view issues" page has gone blank.
Any idea why this has happened? I am not filtering anything. It is mantis version 1.1.2
Thanks in advance.
Re: "Vew Issues" page has gone blank
Posted: 25 Sep 2008, 13:10
by thegash35
After some more playing around, it seems that the view issues page displays no results when the filter is set to assigned by [any]. If I choose one or more assignees from that filter menu, it does display results.
Re: "Vew Issues" page has gone blank
Posted: 13 Oct 2008, 19:56
by lparker
It is a problem with the display of assigned bugs. Can't figure out what exactly is going wrong but setting
$g_show_assigned_names=OFF;
in config.inc.php
will get you bugs showing up again.
Re: "Vew Issues" page has gone blank
Posted: 15 Oct 2008, 00:55
by thegash35
Thanks - that did the trick!