1.1.0
Selecting "View Issues" only shows one issue.
I have the default filter setting (Any / All / Show 50).
I logged in as Admin...with access to all projects.
Any thoughts? Thanks!
"View Issues" only display 1 issue / partial list.
Moderators: Developer, Contributor
"View Issues" only display 1 issue / partial list.
- Attachments
-
- Screen Shot
- Screen_Shot.jpg (114.32 KiB) Viewed 3957 times
Re: "View Issues" only display 1 issue / partial list.
We updated to 1.1.1, same issue...anybody have an idea?
-
Blue Ninja
- Posts: 16
- Joined: 23 Dec 2006, 20:57
- Location: CT, USA
- Contact:
Re: "View Issues" only display 1 issue / partial list.
From the screen shot, it looks like it aborts rendering the table at the Updated column. Can you do a View PAge Source on that page? There might be some helpful (or not) error information before the table tag, or possibly after that cell. Just a thought.
-
olli.kraft
- Posts: 3
- Joined: 01 May 2008, 08:35
Re: "View Issues" only display 1 issue / partial list.
I have the same problem. I have a list of features - but they are not listed. Is this normal?
Mantis 1.1.1
-
Blue Ninja
- Posts: 16
- Joined: 23 Dec 2006, 20:57
- Location: CT, USA
- Contact:
Re: "View Issues" only display 1 issue / partial list.
I had this problem also after a system upgrade - the problem was the memory_limit setting in php.ini. It defaults to 8, but it was insifficient (turning on error messages revealed this issue). I changed mine to 16, but 12 should probably suffice.