[mythtv-users] deleting channels (was: UPC Poland , mythfrontend hangs on a "Connection test" channel)

Karl Newman newmank1 at asme.org
Tue Jul 22 16:08:24 UTC 2014


On Tue, Jul 22, 2014 at 8:11 AM, Janusz S. Bien <jsbien at mimuw.edu.pl> wrote:

> Quote/Cytat - mythtv-users-request at mythtv.org (Tue 22 Jul 2014 02:00:01
> PM CEST):
>
>> Message: 2
>> Date: Mon, 21 Jul 2014 07:06:20 -0600
>> From: jacek burghardt <jaceksburghardt at gmail.com>
>>
>
> Thank you for your answer.
>
>
>  Well under mythtv-setup there i channel editor that will let you delete tv
>> channels.
>>
>
> I've checked the channel editor but I don't see any way to delete a
> specific channel. I can only edit its properties or remove all the
> channels.
>
> Moreover I've checked the Channel Info tab in mythweb. Here I can mark
> a channel for deletion, but can't actually delete it (nothing happens
> when I click on Save).
>
>
You're probably running into a variable limitation in your php install
(because there are so many fields on the mythweb channel editor page). The
fix is simple (although finding the correct php.ini file to put it in may
be tricky because there tends to be a number of them). Here's the variable
you need to change:
max_input_vars = 10000
In my setup the default is 1000, but I changed it to 10000. You may also
need to change the memory_limit setting, although mine appears to be at the
default 128M and it's working fine. Check your web server error logs if
it's still not working after making this change and restarting it.

Sincerely,

Karl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140722/b63612f0/attachment.html>


More information about the mythtv-users mailing list