Opened 18 years ago

Closed 18 years ago

#1536 closed defect (worksforme)

mythweb not showing any items for upcoming recordings

Reported by: jblake2@… Owned by: xris
Priority: major Milestone: unknown
Component: mythweb Version: 0.19
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Upcoming recordings tab is not showing any programs listed. There should be several. This used to show up properly in .18

Suse 9.2, kernel 2.6.8-24.14 apache 2.05 PHP Version 4.3.8

Change History (2)

comment:1 Changed 18 years ago by jblake2@…

In themes/default/tv/upcoming.php

the array $all_shows is empty.

It looks as though the array with shows is in $Schedules

old foreach ($all_shows as $show) {

by changing it to $Schedules, below, it seems to work foreach ($Schedules as $show) {

comment:2 Changed 18 years ago by xris

Resolution: worksforme
Status: newclosed

$Schedules are recording schedules, not upcoming shows to-be-recorded.

Please make sure that all of the checkboxes at the top of the page are CHECKED.

This looks more like a configuration problem than a bug.

Note: See TracTickets for help on using tickets.