[mythtv-commits] Ticket #10944: unbreak starting playback on a frontend fromt the recording details

MythTV noreply at mythtv.org
Mon Jul 30 17:50:46 UTC 2012


#10944: unbreak starting playback on a frontend fromt the recording details
------------------------------+-----------------------------
 Reporter:  dekarl@…          |          Owner:  danielk
     Type:  Patch - Bug Fix   |         Status:  infoneeded
 Priority:  minor             |      Milestone:  0.26
Component:  Plugin - MythWeb  |        Version:  Master Head
 Severity:  medium            |     Resolution:
 Keywords:                    |  Ticket locked:  0
------------------------------+-----------------------------

Comment (by dekarl@…):

 I was debugging why the playback on frontend x function did not work and
 fixed both errors while on it.

 Hitting the play on frontend button resulted in the following error
 {{{
 [Thu Jul 26 14:23:38 2012] [error] [client 192.168.66.137] PHP Fatal
 error:  require_once(): Failed opening required 'tv.php'
 (include_path='/usr/local/share/mythtv/bindings/php/:/usr/share/mythtv/bindings/php/:.:/usr/share/php:/usr/share/pear:/usr/share/mythtv/mythweb/modules/remote')
 in /usr/share/mythtv/mythweb/modules/remote/handler.php on line 100,
 referer: http://mythmaster.breitlacher/mythweb/tv/detail/2065/1337288700
 }}}

 looking at the (removed in the meantime) iPad template revealed that the
 relative path led to calling
 http://mythmaster.breitlacher/mythweb/remote/tv/detail/2065/1337288700
 instead of just
 http://mythmaster.breitlacher/mythweb/tv/detail/2065/1337288700 (without
 the remote/ component) which was avoided by making the path absolute (by
 prepending "root.")

 But that appears to just be a cosmetic error / red herring so I continued
 to debug which led me to the UTC issue. I never tested what happens if
 just the latter issues gets fixed.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10944#comment:3>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list