<br><br><div class="gmail_quote">On Sat, Jan 5, 2013 at 7:23 AM, Mike Perkins <span dir="ltr"><<a href="mailto:mikep@randomtraveller.org.uk" target="_blank">mikep@randomtraveller.org.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 05/01/13 02:32, Gabe Rubin wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Dec 25, 2012 at 2:54 PM, Gabe Rubin <<a href="mailto:gaberubin@gmail.com" target="_blank">gaberubin@gmail.com</a>> wrote:<br>
<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<br>
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_<u></u>icons<br>
<br>
My channels database has the following path for each icon:<br>
/home/mythtv/.mythtv/channels/<u></u>CHANNELICONNAME<br>
<br>
and when I click on the image location in mythweb for icons I can see, I<br>
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/<u></u>mythweb/data/tv_icons/<u></u>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<br>
database for the icon field:<br>
/home/mythtv/.mythtv/channels/<u></u>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/<u></u>kron_my4_san_francisco.jpg<br>
/home/mythtv/.mythtv/channels/<u></u>kron_my4_san_francisco.jpg.<u></u>0x100.png<br>
<br>
/home/mythtv/.mythtv/<u></u>themecache/Mythbuntu.1765.<u></u>1010/<a href="http://myth:--ChannelIcons@192.168.1.101:6543" target="_blank">myth:--ChannelIcons@192.<u></u>168.1.101:6543</a><br>
-home-mythtv-.mythtv-channels-<u></u>kron_my4_san_francisco.jpg--<u></u>81x61.png<br>
/var/www/html/mythweb/data/tv_<u></u>icons/kron_my4_san_francisco.<u></u>jpg<br>
<br>
But I do not see the icon in mythweb<br>
<br>
Thanks<br>
<br>
</blockquote>
<br>
Following up on this, I tried to some more experimenting. I moved all the<br>
icons out of the /var/www/html/mythweb/data/tv_<u></u>icons/ directory, restarted<br>
httpd and the backend and went to mythweb. Curiously, I still see the<br>
icons that I saw before and the missing ones from before are still<br>
missing. When I right click the icon for details, it firefox claims that<br>
the path is as follows:<br>
<a href="http://192.168.1.101:8080/mythweb/data/tv_icons/fox.jpg" target="_blank">http://192.168.1.101:8080/<u></u>mythweb/data/tv_icons/fox.jpg</a> (using one<br>
example). But there is no icon there on my system:<br>
[root@localhost tv_icons]# ls /var/www/html/mythweb/data/tv_<u></u>icons/<br>
[root@localhost tv_icons]#<br>
<br>
I tried refreshing the webpage with ctrl-F5 and refreshed my cache, but I<br>
am still seeing this icon. Is there something I need to do? I find it<br>
very bizarre that it is able to load icons that are not in the path firefox<br>
claims it is getting them from.<br>
<br>
</blockquote></div></div>
Don't forget this is apache, it has been busy rewriting your directory paths as it generates the web pages. It could quite easily be getting the icons from other locations. Try doing a 'find' to identify other icon locations in your system. Perhaps there are symlinks in your /var/www, /var/www/html or /var/www/html/mythweb directories?<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
</font></span></blockquote><div><br>Thanks, Mike. this got me to a place to solve the problem. It appears mythweb was looking for the icons in this directory (I had switched from atrpms build to rpmfusion and maybe there was something in the switch that caused this): /usr/share/mythweb/data/tv_icons/ <br>
</div></div>