<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <div class="searchable">
      <p>
        I get the following error when Accessing mythweb <a
          class="ext-link" href="http://localhost/mythweb"><span
            class="icon">&nbsp;</span>http://192.168.0.4/mythweb</a>:&nbsp; (
        MaterServerIP =192.168.0.4)&nbsp; </p>
      <pre class="wiki">Fatal Error

MasterServerIP or MasterServerPort not found! You mayneed to check your settings.php file or re-run mythtv-setup

If you choose to submit a bug report please make sure to include a brief description of what you were doing, along with the following backtrace as an attachment (please don\'t just paste the whole thing into the ticket)
</pre>
      <p>
        The port and the Server are set correctl.<br>
      </p>
      <p>In mythtv setup the MaterServerIP and Port are set correctly.<br>
      </p>
      <div class="comment searchable">
        <p>
          If I remove the following lines from <strong><a
              class="missing wiki">MythBackend</a>.php</strong>. It
          seems to work fine.
        </p>
        <pre class="wiki">           if (!$host || !$port)
                trigger_error("MasterServerIP or MasterServerPort not found! You may"
                            ."need to check your settings.php file or re-run mythtv-setup",
                            FATAL);

There is clearly an issue with my MaterServerIP and MasterServerPort  Doe any one know how I can narrow the issue.
Mythfrontend and mythebackend are working fine. It is only a mythweb issue.

</pre>
      </div>
      <p>
      </p>
    </div>
  </body>
</html>