LinHES Forums
http://forums.linhes.org/

Stopping recordings via MythWeb
http://forums.linhes.org/viewtopic.php?f=11&t=14882
Page 1 of 1

Author:  fbc [ Tue Apr 10, 2007 8:28 am ]
Post subject:  Stopping recordings via MythWeb

Hi,

I'm running R5E50 and connecting to it via MythWeb from an XP machine. I'm having trouble cancelling recordings that are currently running (i.e. the equivalent in the Myth Frontend would be Manage Recordings > Upcoming Recordings > Select recording and select 'Stop recording'). In MythWeb, I'm assuming I do this by selecting 'Upcoming Recordings', and then selecting 'Don't Record' on the appropriate line?

When I do that, I get this error:

Fatal error: Call to a member function on a non-object in /usr/share/mythtv/mythweb/modules/tv/upcoming.php on line 41

I'm not sure if I'm doing something wrong, or if the php is a bit screwy.

Thanks.

Author:  borgednow [ Tue Apr 10, 2007 11:51 am ]
Post subject: 

By any chance, are you using IE?

Mythtv doesn't seem to have the same results with IE that it does with Firefox. I think it has something to do with submitting information, but I haven't looked deeply into it.

What browser are you using? If not Firefox, can you try it with that and see if it still breaks?

Author:  fbc [ Tue Apr 10, 2007 5:39 pm ]
Post subject: 

I'm using Firefox 2.0.0.3 - IE's only on my machine because Microsoft so kindly put it there for me.

Author:  borgednow [ Tue Apr 10, 2007 5:51 pm ]
Post subject: 

Hmm. Well, the php looks ok to me on my system, using R5E50.

Can you copy the section from your php file to here? Maybe it got corrupted on your system somehow.

Author:  fbc [ Tue Apr 10, 2007 6:25 pm ]
Post subject: 

Lines 39 - 41:

Code:
 
  // Suppress something that shouldn't be recorded
        elseif ($_GET['dontrec'] || $_POST['dontrec']) {
            $program->rec_override(rectype_dontrec);

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/