<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 6/13/2015 3:21 PM, Michael T. Dean
      wrote:<br>
    </div>
    <blockquote cite="mid:557CACD4.3040504@thirdcontact.com" type="cite">On
      06/12/2015 04:08 PM, Kirk Bocek wrote:
      <br>
      <blockquote type="cite">Since I updated from 0.24 to 0.27.4 my
        installation of MythWeb has lost thumbnails on older recordings.
        The recordings are there and play just fine. But the web
        interface *very* slowly times out and eventually shows a broken
        link on those thumbnails. The newer recordings made since the
        upgrade are fine.
        <br>
        <br>
        Does anyone know how to fix this?
        <br>
      </blockquote>
      <br>
      Generally this is because you updated MythTV, but didn't update
      (or didn't properly start running the new) MythWeb.  Make sure
      you've updated MythWeb and reboot the system, then you should
      definitely have the right MythWeb.
      <br>
      <br>
    </blockquote>
    <br>
    I'm running 0.27.3. That's all that was available from the repo I'm
    using:<br>
    <br>
    $ rpm -qi mythweb<br>
    Name        : mythweb                      Relocations: (not
    relocatable)<br>
    Version     : 0.27.3                            Vendor: (none)<br>
    Release     : 1.el6                         Build Date: Thu 30 Oct
    2014 12:40:14 AM PDT<br>
    Install Date: Tue 02 Jun 2015 11:41:04 AM PDT      Build Host:
    linux-build.stephenpv.homedns.org<br>
    Group       : Applications/Multimedia       Source RPM:
    mythweb-0.27.3-1.el6.src.rpm<br>
    Size        : 3866085                          License: GPLv2<br>
    Signature   : RSA/SHA1, Thu 30 Oct 2014 12:40:57 AM PDT, Key ID
    d397eff663189046<br>
    URL         : <a class="moz-txt-link-freetext" href="http://www.mythtv.org/">http://www.mythtv.org/</a><br>
    Summary     : The web interface to MythTV<br>
    Description :<br>
    The web interface to MythTV.<br>
    <br>
    Now I'm not sure about my apache config:<br>
    <br>
    <Directory "/var/www/html/mythweb"><br>
            Options FollowSymLinks<br>
            AllowOverride All<br>
            Order allow,deny<br>
            Allow from all<br>
    <br>
            SetEnv db_server "localhost"<br>
            SetEnv db_name "mythconverg"<br>
            SetEnv db_login "mythtv"<br>
            SetEnv db_password "mythtv"<br>
    <br>
            RewriteEngine on<br>
            RewriteRule
    ^(css|data|images|js|themes|skins|README|INSTALL|[a-z_]+\.(php|pl))(/|$)
    - [L]<br>
            RewriteRule ^(pl(/.*)?)$ mythweb.pl/$1 [QSA,L]<br>
            RewriteRule ^(.+)$ mythweb.php/$1 [QSA,L]<br>
            RewriteRule ^(.*)$ mythweb.php [QSA,L]<br>
    <br>
            AddType video/nuppelvideo .nuv<br>
            AddType image/x-icon .ico<br>
    <br>
            <Files *.pl><br>
                    SetHandler cgi-script<br>
                    Options +ExecCGI<br>
            </Files><br>
    <br>
    </Directory><br>
    <br>
    This *is* working for my setup. And previews are showing for *new*
    recordings. It's just the old ones that are having a problem. And I
    can make and delete recordings.<br>
    <br>
    One additional error. The ASX stream link for *all* recordings
    yields:<br>
    <br>
    <span style="color: rgb(0, 0, 0); font-family: 'Times New Roman';
      font-size: medium; font-style: normal; font-variant: normal;
      font-weight: normal; letter-spacing: normal; line-height: normal;
      orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">5720_20150613225900.mpg does not exist
      in any recognized storage group directories for this host.<br>
      <br>
      But there is only one storage group and of course it is available
      and working as I am playing recordings on my frontends.<br>
    </span><br>
  </body>
</html>