Page 1 of 1
"View Issues" only display 1 issue / partial list.
Posted: 30 Apr 2008, 12:30
by speaktek
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!
Re: "View Issues" only display 1 issue / partial list.
Posted: 30 Apr 2008, 17:37
by speaktek
We updated to 1.1.1, same issue...anybody have an idea?
Re: "View Issues" only display 1 issue / partial list.
Posted: 01 May 2008, 02:34
by Blue Ninja
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.
Re: "View Issues" only display 1 issue / partial list.
Posted: 01 May 2008, 08:48
by olli.kraft
I have the same problem. I have a list of features - but they are not listed. Is this normal?
Re: "View Issues" only display 1 issue / partial list.
Posted: 03 May 2008, 21:09
by Blue Ninja
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.