[mythtv-commits] Ticket #7557: New Mythweb won't go past masterserverip error

MythTV mythtv at cvs.mythtv.org
Mon Dec 28 14:26:26 UTC 2009


#7557: New Mythweb won't go past masterserverip error
----------------------------------+-----------------------------------------
 Reporter:  noah.swint@…          |        Owner:  kormoc 
     Type:  defect                |       Status:  closed 
 Priority:  minor                 |    Milestone:  0.22   
Component:  Plugin - MythWeb      |      Version:  0.22   
 Severity:  high                  |   Resolution:  invalid
  Mlocked:  0                     |  
----------------------------------+-----------------------------------------

Comment(by Rik van Mierlo <rik@…>):

 I have the same problem, using Fedora 10, mythtv from atrpms, version
 0.22-223

 Somehow, the setting function does not work or is not called correctly
 from MythBackend.php.
 Changing "setting" to "get_backend_setting" at least gets you into
 mythweb.

 This is probably not the correct way to fix this (I'm not a programmer).
 If the configuration is done by file(?), than some file that was not
 required in 0.21 probably now is or should contain something that was
 previously not needed.

 diff for MythBackend.php:

 {{{
 40,41c40,41
 <             $host = get_backend_setting('MasterServerIP');
 <             $port = get_backend_setting('MasterServerPort');
 ---
 >             $host = setting('MasterServerIP');
 >             $port = setting('MasterServerPort');
 }}}


 Regards,

 Rik

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7557#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list