<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 9/18/20 2:33 PM, Matt Zagrabelny
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAOLfK3Xqw=XKvot3wWox0PDAZbxPJDNKL=eCoJ2-tEyyL_69XQ@mail.gmail.com">
      <div>Greetings,</div>
      <div><br>
      </div>
      <div>I've got Myth 31 going. Thank you developers!</div>
      <div><br>
      </div>
      <div>I am attempting to install and configure mythweb. I am
        hitting a roadblock.</div>
      <div><br>
      </div>
      <div>After following the instructions:</div>
      <div><a
          href="https://www.mythtv.org/wiki/Build_from_Source#Install_MythWeb"
          moz-do-not-send="true">https://www.mythtv.org/wiki/Build_from_Source#Install_MythWeb</a></div>
      <div><br>
      </div>
      <div>and browse to the site:</div>
      <div><br>
      </div>
      <div><a href="http://zeus.z.net/mythweb/mythweb.php"
          moz-do-not-send="true">http://zeus.z.net/mythweb/mythweb.php</a></div>
      <div><br>
      </div>
      <div>I get the following results, which is not what I'm expecting.<br>
      </div>
      <div><br>
      </div>
      <div>
        <p><b>Warning</b> at
          /usr/local/share/mythtv/mythweb/includes/utils.php, line 334:<br>
          !!NoTrans: Use of undefined constant tmpl - assumed 'tmpl'
          (this will throw an Error in a future version of PHP)!!</p>
        <hr>
        <hr>
        <p><b>Warning</b> at
          /usr/local/share/mythtv/mythweb/includes/utils.php, line 335:<br>
          !!NoTrans: Use of undefined constant tmpl - assumed 'tmpl'
          (this will throw an Error in a future version of PHP)!!</p>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>Perhaps it is not finding the bindings.<br>
    </p>
    <p> mythweb.php includes the path to your php bindings. It expects
      to find them in /usr/local/share/mythtv/bindings/php/ or
      /usr/share/mythtv/bindings/php/. Failing that it looks for
      "include_path". Check if the php files are in one of those
      directories. If you have installed somewhere else you can update
      your /etc/apache2/sites-available/mythweb.conf by uncommenting the
      "setenv include_path" and putting in the correct path, for
      example:<br>
    </p>
    <p>setenv include_path     
"/home/peter/proj/build/focal-amd64/mythtv/master/usr/share/mythtv/bindings/php"<br>
    </p>
    <p><br>
    </p>
  </body>
</html>