<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi</p>
    <p>I noticed that the backend logs are not seen on my mythweb
      interface. Instead I see the following warning messages.</p>
    <p><b>Warning</b> at
/usr/share/mythtv/mythweb/modules/backend_log/tmpl/default/backend_log.php,
      line 26:<br>
      !!NoTrans: array_keys() expects parameter 1 to be array, null
      given!!</p>
    <hr><b>Warning</b> at
/usr/share/mythtv/mythweb/modules/backend_log/tmpl/default/backend_log.php,
    line 26:<br>
    <p>!!NoTrans: Invalid argument supplied for foreach()!!</p>
    <p>The php script has the following lines...</p>
    <p>            <?php<br>
                      foreach (array_keys($Logs[0]) as $key)<br>
                          echo "<th>$key</th>\n";<br>
                  ?><br>
      <br>
    </p>
    <p>I used to see them in mythweb sometime back. I am not sure what
      changed. I updated from mythbuntu 12.04 to 14.04 a couple of
      months back. Perhaps that contributed to this issue.</p>
    <p>Thanks for any suggestions.<br>
    </p>
    <p><br>
    </p>
  </body>
</html>