[mythtv-commits] Ticket #7561: Mythweb stopped working after Ubuntu 9.04 -> 9.10 upgrade

MythTV mythtv at cvs.mythtv.org
Wed Feb 17 04:51:28 UTC 2010


#7561: Mythweb stopped working after Ubuntu 9.04 -> 9.10 upgrade
------------------------------+---------------------------------------------
 Reporter:  pet@…             |        Owner:  kormoc    
     Type:  defect            |       Status:  closed    
 Priority:  minor             |    Milestone:  unknown   
Component:  Plugin - MythWeb  |      Version:  0.22-fixes
 Severity:  medium            |   Resolution:  invalid   
  Mlocked:  0                 |  
------------------------------+---------------------------------------------

Comment(by gwhodgson@…):

 Modifying classes/MythBackend.php and modules/status/handler.php worked
 for me as well.  But, as I was playing around with trying to figure out
 what is wrong, I decided to look at the mythconverg.settings table.  I
 noticed lots of entries with NULL hostnames, but none that defined the
 three values that were needed to be hardcoded above.

 So, I inserted the rows like so:

 insert into settings (value, data) VALUES ('BackendStatusPort', '6544');
 insert into settings (value, data) VALUES ('MasterServerPort', '6543');
 insert into settings (value, data) VALUES ('MasterServerIP',
 '<my_ip_address>);

 I removed the localmodded files, and voila! It works!

 As far as I can tell, that fixed all the issues with it erroring out.

 I am not convinced this is the "correct" fix, as I am not sure why we
 would need to rely on 'NULL' hostname values, but if it works, it works.

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


More information about the mythtv-commits mailing list