<html>
<head>
</head>
<body class='hmmessage'><div dir='ltr'>

<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div dir="ltr">Thankyou to everyone for advice on switching to compiling from source. Mostly everything went well with Mythbackend and Mythfrontend essentially up and working without any problems. All my recordings are there and playable.<br><br>But not Mythweb. Just can not get it to work.<br><br>Am getting the following error in /var/log/apache2/error.log<br><br>PHP Fatal error:&nbsp; Call to a member function query_col() on a non-object in /usr/share/mythweb/includes/utils.php on line 59<br><br>Essentially I understand that this means that access to the mysql database is not working. But I have checked and triple checked mythtv user and password to database plus BE/FE both work.<br><br>Have placed mythweb.conf in /etc/apache2/sites-configured/ and used a2ensite mythweb.conf to create the symlinks to /etc/apache2/sites-enabled/<br><br>Have set the directory as follows which I assume must be working because it is finding the utils.php file<br>&nbsp;&nbsp;&nbsp; &lt;Directory "/usr/share/mythweb/data"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Options +FollowSymLinks +IncludesNoExec<br>&nbsp;&nbsp;&nbsp; &lt;/Directory&gt;<br>&nbsp;&nbsp;&nbsp; &lt;Directory "/usr/share/mythweb" &gt;<br><br>Authentication is commented out.<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthType&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Digest<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "MythTV"<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthUserFile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/mythweb.password.digest<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Require&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid-user<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BrowserMatch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "MSIE"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthDigestEnableQueryStringHack=On<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Order&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; allow,deny<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Deny&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from all<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Allow&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 192.168.0 192.168.1 127<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Satisfy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; any<br><br><br>Environment variables look correct<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setenv db_server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "localhost"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setenv db_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "mythconverg"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setenv db_login&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "mythtv"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setenv db_password&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "mythtv"<br><br>It seems like this should be simple to fix but I just can't get it, any assistance would be greatly appreciated.<br></div>
                                               </div></body>
</html>