[mythtv-commits] Re: Ticket #854: Channel Icons pointing to wrong location in mythweb

MythTV mythtv at cvs.mythtv.org
Thu Dec 22 00:24:52 EST 2005


#854: Channel Icons pointing to wrong location in mythweb
--------------------------------+-------------------------------------------
 Reporter:  skd5aner at gmail.com  |        Owner:  xris    
     Type:  defect              |       Status:  reopened
 Priority:  minor               |    Milestone:          
Component:  mythweb             |      Version:  head    
 Severity:  low                 |   Resolution:          
--------------------------------+-------------------------------------------
Comment (by skd5aner at gmail.com):

 If I change line 107 in includes/channels.php from


 {{{
 $this->icon         = root."data/icons/".basename($channel_data['icon']);
 }}}

 to

 {{{
 $this->icon         = data/icons/".basename($channel_data['icon']);
 }}}

 ...the icons will populate.  However, I still get the mighty red-X when I
 try to view the listing.  It says it's trying to point to "tv/data/icons/"
 rather than "data/icons/".  I'm not exactly sure where that is set, but
 I'm sure you can find it pretty easily.  HTH!

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/854>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list