LinuxMCE Forums
May 20, 2013, 04:45:00 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
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
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: MythTV fails in admin  (Read 1073 times)
ColumbusGEEK
Newbie
*
Posts: 12


View Profile
« on: March 25, 2007, 06:16:42 pm »

Code:
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?
Logged
Vogateer
Newbie
*
Posts: 8


View Profile
« Reply #1 on: March 25, 2007, 10: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:
        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.
Logged
ColumbusGEEK
Newbie
*
Posts: 12


View Profile
« Reply #2 on: March 25, 2007, 11:04:51 pm »

I ended up buying a tuner card. 

Reinstalling everything now as the first install was a mess.
Logged
videoman413
Making baby steps

Posts: 3



View Profile
« Reply #3 on: March 31, 2007, 03: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?
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!