[mythtv-users] Mythweb unable to delete scheduled recording (FIXED)

Mark Edwards irish at irishmark.co.uk
Sat Jul 12 17:47:42 EDT 2003


> On Tue, Jul 08, 2003 at 11:46:29AM -0500, James S. White wrote:
> > I am unable to delete a scheduled recording using mythweb.
> >
> > I can delete recorded programs and schedule new recordings, but cannot
> > un-schedule something once it has been scheduled without manually
removing
> > it from the database or using mythtv's interface.
> >
> > I am using the .deb packages for 0.10
> >
> > Is there a patch to correct this or a quick fix? Or even a way to turn
on
> > debugging in php so I can see the request to the db server? I'm new to
php.
>
> I see this as well.
>
> My work-around was to go to mythweb->scheduled_recordings, then click on
> the program and you'll be given an option to un-schedule it.
>
> Steve
>


You can fix this by changing the line 43 in recordings.php from
print("<input type=\"hidden\" name=\"starttime\"
value=\"$show->starttime\"><input type=\"hidden\" name=\"delete\"
value=\"1\">");
to
print("<input type=\"hidden\" name=\"starttime\"
value=\"$starttime2\"><input type=\"hidden\" name=\"delete\" value=\"1\">");


I would submit a patch, but, err I'm a n00b

Mark



More information about the mythtv-users mailing list