Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#9105 closed patch (Fixed)

Duplicate/Missing Last Line in Mythweb Upcoming Recordings

Reported by: Bill Meek <keemllib@…> Owned by: Rob Smith
Priority: blocker Milestone: 0.24
Component: Plugin - MythWeb Version: 0.24-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Similar to #8661. The last 2 lines of the Upcoming Recordings page can be the same and the real last line is not shown.

Unlike #8661, I can't duplicate this at will. It first showed up when an override was added to the schedule. Adding the following during that time eliminated the duplicate and allowed the last line to display.

Index: mythweb/modules/tv/upcoming.php
===================================================================
--- mythweb/modules/tv/upcoming.php (revision 26832)
+++ mythweb/modules/tv/upcoming.php (working copy)
@@ -139,6 +139,7 @@
         }
     }

+    unset($show);
 // Sort the programs
     if (count($all_shows))
     {

Info only: dpkg -l | grep php

ii libapache2-mod-php5 5.3.2-1ubuntu4.5 server-side, HTML-embedded scripting languag
ii php5                5.3.2-1ubuntu4.5 server-side, HTML-embedded scripting languag
ii php5-common         5.3.2-1ubuntu4.5 Common files for packages built from the php
ii php5-mysql          5.3.2-1ubuntu4.5 MySQL module for php5          
Linux mc0 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 x86_64 GNU/Linux
Ubuntu 10.04.1 LTS
MythTV Version   : 26813
MythTV Branch    : trunk
Network Protocol : 63
Library API      : 0.23.20100917-1
QT Version       : 4.6.2
Options compiled in:
 linux debug using_alsa using_jack using_pulse using_pulseoutput using_backend using_bindings_perl using_bindings_python using_dvb using_frontend using_hdpvr using_iptv using_ivtv using_mheg using_opengl_video using_opengl_vsync using_qtdbus using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_mythtranscode using_opengl using_vdpau using_ffmpeg_threads using_live using_mheg

Change History (4)

comment:1 Changed 13 years ago by robertm

Status: newassigned

comment:2 Changed 13 years ago by gigem

Milestone: unknown0.24
Priority: minorblocker
Version: Trunk Head0.24-fixes

comment:3 Changed 13 years ago by Raymond Wagner

Resolution: Fixed
Status: assignedclosed

(In [27042]) Repeats fix from r26649 for preventing a reference leak in the 'Upcoming Recordings' page of MythWeb. Fixes #9105.

comment:4 Changed 13 years ago by Raymond Wagner

(In [27043]) Backports r27042 for correcting a reference leak in 'Upcoming Recordings' of MythWeb. Refs #9105.

Note: See TracTickets for help on using tickets.