Author Topic: MythTV fails in admin  (Read 4209 times)

ColumbusGEEK

  • Newbie
  • *
  • Posts: 12
    • View Profile
MythTV fails in admin
« on: March 25, 2007, 07:16:42 pm »
Code: [Select]
Notice: Only variable references should be returned by reference in /var/www/pluto-admin/include/adodb/adodb.inc.php on line 2689
I see this at teh top when I go to any MythTV settings.

I do NOT have a tuner card installed yet.  Is this related?

Vogateer

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: MythTV fails in admin
« Reply #1 on: March 25, 2007, 11:23:29 pm »
I DO have a tuner card and I'm getting the same message. I see that the line referenced is this:
Code: [Select]
        function &FetchRow()
        {
             [color=red]   if ($this->EOF) return false;[/color]
                $arr = $this->fields;
                $this->_currentRow++;
                if (!$this->_fetch()) $this->EOF = true;
                return $arr;
        }
Unfortunately, I know practically nothing about php, so I'm lost. As far as I can tell it's a function referenced by something in the Myth section, and bombs out. Anyhow, if I find a solution, I'll post it here, but that's not likely, I'm  not getting very far with it, which is unfortunate, as Myth is the main thing I want.

Kudos go to the team putting it out, it's seriously impressive, but installing that much stuff has got to be a bit of a bear no matter what.

ColumbusGEEK

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: MythTV fails in admin
« Reply #2 on: March 26, 2007, 12:04:51 am »
I ended up buying a tuner card. 

Reinstalling everything now as the first install was a mess.

videoman413

  • Making baby steps
  • Posts: 3
    • View Profile
Re: MythTV fails in admin
« Reply #3 on: March 31, 2007, 04:30:23 am »
I've got the very standard pvr250 from hauppauge (sp?)

Been using it for over a year with KnoppMyth, but I get that cryptic line when I look at the myth settings in web wizard....

I"m also not the best script monkey around, so any ideas how to handle that?