<br><br><div class="gmail_quote">On Tue, Dec 25, 2012 at 2:54 PM, Gabe Rubin <span dir="ltr">&lt;<a href="mailto:gaberubin@gmail.com" target="_blank">gaberubin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi list,<br><br>After doing an upgrade to 25.3, many of my icons are no longer appearing in mythweb (but they do appear in the frontend).<br><br>I have all my icons in two places:<br>(1) /home/mythtv/.mythtv/channels/<br>

(2) /var/www/html/mythweb/data/tv_icons<br>
<br>My channels database has the following path for each icon:<br>/home/mythtv/.mythtv/channels/CHANNELICONNAME<br><br>and when I click on the image location in mythweb for icons I can see, I see this path:<br><a href="http://192.168.1.101:8080/mythweb/data/tv_icons/CHANNELICONNAME" target="_blank">http://192.168.1.101:8080/mythweb/data/tv_icons/CHANNELICONNAME</a><br>


<br>Any idea why some of the icons are not showing?<br><br>For example, I have the following entry for one of my channels in the database for the icon field:<br>/home/mythtv/.mythtv/channels/kron_my4_san_francisco.jpg<br>


<br>And I see this on my system<br>[root@localhost tv_icons]# locate kron_my4_san_francisco.jpg<br>/home/mythtv/.mythtv/channels/kron_my4_san_francisco.jpg<br>/home/mythtv/.mythtv/channels/kron_my4_san_francisco.jpg.0x100.png<br>


/home/mythtv/.mythtv/themecache/Mythbuntu.1765.1010/myth:--ChannelIcons@192.168.1.101:6543-home-mythtv-.mythtv-channels-kron_my4_san_francisco.jpg--81x61.png<br>/var/www/html/mythweb/data/tv_icons/kron_my4_san_francisco.jpg<br>


<br>But I do not see the icon in mythweb<br><br>Thanks<br>
</blockquote></div><br>Following up on this, I tried to some more experimenting.  I moved all the icons out of the /var/www/html/mythweb/data/tv_icons/ directory, restarted httpd and the backend and went to mythweb.  Curiously, I still see the icons that I saw before and the missing ones from before are still missing.  When I right click the icon for details, it firefox claims that the path is as follows: <a href="http://192.168.1.101:8080/mythweb/data/tv_icons/fox.jpg">http://192.168.1.101:8080/mythweb/data/tv_icons/fox.jpg</a> (using one example).  But there is no icon there on my system:<br>

[root@localhost tv_icons]# ls /var/www/html/mythweb/data/tv_icons/<br>[root@localhost tv_icons]#<br><br>I tried refreshing the webpage with ctrl-F5 and refreshed my cache, but I am still seeing this icon.  Is there something I need to do?  I find it very bizarre that it is able to load icons that are not in the path firefox claims it is getting them from.<br>