<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jul 22, 2014 at 8:11 AM, Janusz S. Bien <span dir="ltr">&lt;<a href="mailto:jsbien@mimuw.edu.pl" target="_blank">jsbien@mimuw.edu.pl</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Quote/Cytat - <a href="mailto:mythtv-users-request@mythtv.org" target="_blank">mythtv-users-request@mythtv.<u></u>org</a> (Tue 22 Jul 2014 02:00:01 PM CEST):<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Message: 2<br>
Date: Mon, 21 Jul 2014 07:06:20 -0600<br>
From: jacek burghardt &lt;<a href="mailto:jaceksburghardt@gmail.com" target="_blank">jaceksburghardt@gmail.com</a>&gt;<br>
</blockquote>
<br>
Thank you for your answer.<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Well under mythtv-setup there i channel editor that will let you delete tv<br>
channels.<br>
</blockquote>
<br>
I&#39;ve checked the channel editor but I don&#39;t see any way to delete a<br>
specific channel. I can only edit its properties or remove all the<br>
channels.<br>
<br>
Moreover I&#39;ve checked the Channel Info tab in mythweb. Here I can mark<br>
a channel for deletion, but can&#39;t actually delete it (nothing happens<br>
when I click on Save).<br>
<br></blockquote><br>You&#39;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&#39;s the variable you need to change:<br>

max_input_vars = 10000<br>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&#39;s working fine. Check your web server error logs if it&#39;s still not working after making this change and restarting it.<br>

<br></div><div class="gmail_quote">Sincerely,<br><br>Karl<br></div></div></div>