View Issue Details

IDProjectCategoryView StatusLast Update
0004233mantisbtbugtrackerpublic2004-11-06 06:50
Reporterkerry Assigned Tograngeway  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionduplicate 
Product Version0.19.0a2 
Summary0004233: Click on any of the Clickable statistics gives blank page result
Description

From the summary page, click on any of the clickable statistics. The result is just a blank page. The user then has to do a browser back to be able to continue

Steps To Reproduce

Click on Summary, then any statistic which has link pointing to view_all_set.php

TagsNo tags attached.

Relationships

duplicate of 0004609 closedgrangeway 'one-off' Temporary Filters should store state in Database 

Activities

kerry

kerry

2004-07-31 17:30

reporter   ~0006498

OOPS!!! This problem only seems to be on your site (where I am just a reporter - http://bugs.mantisbt.org/view_all_set.php?type=1&temporary=y&show_status=10&hide_status=80), but does work on another site where I am a Manager

This could be level (viewer, report, developer, etc) related. And, if it is, then a message to the user should indicate not authorized or some such message along with the page header instead of a fully blank screen

grangeway

grangeway

2004-09-25 09:38

reporter   ~0007738

I'm pretty confident that this is due to mantis passing long url's about for filters.

This seems to cause issues with different browsers / Servers / Firewalls, as the length of the meta-refresh/location header or URL exceeds the limit that is expected.

As it's likely that to fix this issue reliably, we'll need to store the filter data in the database temporarily, this is being resolved as a duplicate of 0004609.