[mythtv-users] Mythweb no longer working: "fatal error"

Bill Meek keemllib at gmail.com
Mon Nov 10 06:44:58 UTC 2014


On 11/09/2014 10:51 PM, Fred Hamilton wrote:
> On Sun, Nov 9, 2014 at 7:14 PM, Michael T. Dean <mtdean at thirdcontact.com>
> wrote:
>
>> This is what you get when you don't properly specify the database location
>> and/or connection parameters (user/password).  Fix your Apache MythWeb
>> configuration.
>>
>
> I think that's what I've been asking for help with.   Is there a particular
> file I should look at?

Hi,

I don't see any mention of your distribution in earlier posts,
so the location is only a guess. In Mythbuntu, this command:

     grep 'setenv db_' /etc/apache2/sites-enabled/*
     /etc/apache2/sites-enabled/mythweb.conf:            setenv db_server        "localhost"
     /etc/apache2/sites-enabled/mythweb.conf:            setenv db_name          "mythconverg"
     /etc/apache2/sites-enabled/mythweb.conf:            setenv db_login         "mythtv"
     /etc/apache2/sites-enabled/mythweb.conf:            setenv db_password      "yourPassword"

will show the 4 values of interest. They should match your
config.xml file (or mysql.txt if you're on an old version
of MythTV.) You should mention your MythTV version too.

FYI, Mythbuntu doesn't have an apache user.

-- 
Bill


More information about the mythtv-users mailing list