[mythtv-users] Myth Recording Extender (MRE) database query issue

Michael Lynch lynchmv at gmail.com
Sat Jan 20 05:40:33 UTC 2007


On 1/20/07, John <jharitos at yahoo.com> wrote:
> I'm tring to get MRE to work but I'm having an issue I
> can't figure out. When I start MRE, I get two of the
> following errors.
>
> PHP Warning:  Database query failed! in
> /usr/local/lib/mre/class/RecordingFactory.php on line
> 119
>
> From there, I'll keep getting this line every few
> minutes. I figured it was a warning and it should
> still. Unfortunately, it didn't work as my recording
> stopped in the middle of an OT NBA game. I did a
> search on google but there isn't much debug info on
> MRE.
>
> Does anyone know what this issue could be? Am I
> missing a dependency?
>
> Thanks
>

Does your system meet all requirements listed in the README file?
Sounds like you may need the PEAR DB package.

#> pear list
Installed packages, channel pear.php.net:
=========================================
Package        Version State
Archive_Tar    1.3.1   stable
Console_Getopt 1.2     stable
DB             1.7.6   stable
PEAR           1.4.9   stable

If you don't have DB listed try this:

#> pear install DB


More information about the mythtv-users mailing list