[mythtv-users] Mythweb protocol conflict?

2005-02-06 Thread Eric Webb

Hi guys,

I've been running MythTV 0.16 (backend reports v 0.16.20041106-1) under Linux 
successfully for a while and recently downloaded the MythWeb 0.16 plugin.  
After doing the necessary config and hitting the web browser for the first 
time (hitting mythweb/ doc root), I get the following error:

   User Notice at /var/www/htdocs/mythweb/includes/mythbackend.php, line 129:
   Incompatible protocol version (mythweb=13, backend=14) 

Both were downloads from official downloads from the website and not from CVS.  
Why the difference when both are 0.16?

If I force mythweb's MYTH_PROTO_VERSION to 14 (in includes/mythbackend.php), 
the complaint goes away and most pages work, except for two:

If I click on Scheduled Recordings, I get nothing but about 20 of: 
   Warning at /var/www/htdocs/mythweb/includes/programs.php, line 307:
   Invalid argument supplied for foreach()
I tried some debug statements in programs.php and without wading through 
everything, it doesn't seem like stuff is getting passed to function Program.

If I click on Recorded Programs, I get the page header and about 5-6 of:
   Warning at /var/www/htdocs/mythweb/includes/sorting.php, line 42:
   Invalid argument supplied for foreach()

I'm using PHP 4.3.7 on Apache 1.3.31... php is a little newer than what the 
devs supposedly use, but is this really a problem?


Eric
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythweb protocol conflict?

2005-02-06 Thread Chris Petersen
Both were downloads from official downloads from the website and not from CVS.  
Why the difference when both are 0.16?
There must have been a discrepancy in the releases.
If I force mythweb's MYTH_PROTO_VERSION to 14 (in includes/mythbackend.php), 
the complaint goes away and most pages work, except for two:

If I click on Scheduled Recordings, I get nothing but about 20 of: 
   Warning at /var/www/htdocs/mythweb/includes/programs.php, line 307:
   Invalid argument supplied for foreach()
I tried some debug statements in programs.php and without wading through 
everything, it doesn't seem like stuff is getting passed to function Program.
Not sure about this one.  My suggestion would be to pull CVS from a week 
or to after .16 was released.  Or wait a couple of hours until Isaac 
releases .17 tonight.

If I click on Recorded Programs, I get the page header and about 5-6 of:
   Warning at /var/www/htdocs/mythweb/includes/sorting.php, line 42:
   Invalid argument supplied for foreach()
a quick search of the mailing list would have turned up about 1000 
messages about this bug.  it's long-since fixed in CVS.

-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users