[mythtv-users] mythweb program lists missing data on some channels

Bill Meek keemllib at gmail.com
Tue Jul 28 02:50:21 UTC 2020


On 7/27/20 9:05 PM, Stephen Worthington wrote:
> On Mon, 27 Jul 2020 18:32:47 -0400, you wrote:
> 
>> On Mon, Jul 27, 2020 at 6:27 PM James Abernathy <jfabernathy at gmail.com>
>> wrote:
>>
>>>
>>>
>>> On Mon, Jul 27, 2020 at 5:54 PM Mark Perkins <perkins1724 at hotmail.com>
>>> wrote:
>>>
>>>>
>>>> ------------------------------
>>>> *From:* James Abernathy <jfabernathy at gmail.com>
>>>> *Sent:* Tuesday, 28 July 2020 6:30 am
>>>> *To:* Discussion about MythTV
>>>> *Subject:* [mythtv-users] mythweb program lists missing data on some
>>>> channels
>>>>
>>>> I have the latest mythtv v31 update and I looked at mythweb to check
>>>> something and noticed quite a few stations with No Data in the guide.  I
>>>> fired up mythfrontend and there was no problem there. The stations all have
>>>> data.
>>>>
>>>> I tried on another computer and got the same results.
>>>>
>>>> Jim A
>>>>
>>>>
>>>> Out of curiosity does the newer webfrontend show the missing data or not?
>>>>
>>>>
>>>> Sorry, I have no idea what the newer webfrontend is?  Is it a part of v31?
>>>
>>> JIm A
>>>
>>
>> My bad, I found webfrontend.  http://192.168.0.250:6544/
>> <http://192.168.0.250:6544/#>  got it for me.
>>
>> The guide is fine there. So the only issue is with mythweb
>>
>> Jim A
> 
> That suggests a PHP problem.  Have a look for error messages in the
> Apache log files in /var/log/apache2 and maybe also syslog.  It is not
> unlikely that you will have to configure a larger RAM buffer or
> something like that.

Also, please run these four commands:

   $ CURRENT_PHP_VERSION=$(php -r 'echo PHP_MAJOR_VERSION, ".", PHP_MINOR_VERSION;')
   $ echo "$CURRENT_PHP_VERSION"
   $ ls -ld /etc/php5/apache2/conf.d/20-mythweb.ini /etc/php/${CURRENT_PHP_VERSION}/apache2/conf.d/20-mythweb.ini
   $ cat /etc/php5/apache2/conf.d/20-mythweb.ini /etc/php/${CURRENT_PHP_VERSION}/apache2/conf.d/20-mythweb.ini

Expecting to see this:

   ; default is 1000 input vars, at 16 vars per channel that is 62 channels
   max_input_vars = 10000

-- 
Bill


More information about the mythtv-users mailing list