News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

MythTV fails in admin

Started by ColumbusGEEK, March 25, 2007, 07:16:42 PM

Previous topic - Next topic

ColumbusGEEK

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

I DO have a tuner card and I'm getting the same message. I see that the line referenced is this:
        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

I ended up buying a tuner card. 

Reinstalling everything now as the first install was a mess.

videoman413

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?