id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 3939 Channel detail page defalt date value missing anonymous Rob Smith "if you click on a channel from the listings page you will get a error because of negative values for a date. around line 38 in ... last_time is set but if the 'date' post or get value is not set the variable is -1(false). I fixed it on my box by changing // New list date? $_GET['date'] or $_GET['date'] = $_POST['date']; if ($_GET['date']) $_SESSION['list_time'] = unixtime(sprintf('%08d000000', $_GET['date'])); to // New list date? $_GET['date'] or $_GET['date'] = $_POST['date']; if ($_GET['date']) $_SESSION['list_time'] = unixtime(sprintf('%08d000000', $_GET['date'])); if (!$_SESSION['list_time']) $_SESSION['list_time'] = unixtime(sprintf('%08d000000', date('Ymd'))); " defect closed minor unknown mythweb 0.20 low worksforme 0