<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 17, 2021 at 2:52 PM Peter Bennett <<a href="mailto:pb.mythtv@gmail.com">pb.mythtv@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <p><br>
    </p>
    <div>On 12/17/21 3:24 PM, Kevin Johnson
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">
        <div dir="ltr"><br>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Fri, Dec 17, 2021 at 8:18
            AM Peter Bennett <<a href="mailto:pb.mythtv@gmail.com" target="_blank">pb.mythtv@gmail.com</a>> wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
            <div>
              <p><br>
              </p>
              <div>On 12/16/21 8:21 PM, Kevin Johnson wrote:<br>
              </div>
              <blockquote type="cite">
                <div lang="x-unicode">
                  <div dir="ltr">
                    <div class="gmail_quote">
                      <div>So I was able to figure out <a href="http://chedit2.pl" target="_blank">chedit2.pl</a> and have
                        been successfully editing the database.</div>
                      <div>Once I get the database trimmed, what is the
                        best way to have the channels I have removed
                        from the database not show in the guide?</div>
                      <div>Is there an option using mythfilldatabase? 
                        Or do I now need to delete the unused channels
                        using mythweb or channel editor on the backend?</div>
                      <div><br>
                      </div>
                      <div>Thanks for all the help</div>
                    </div>
                  </div>
                </div>
                <br>
              </blockquote>
              <p>Personally, I just leave them there. After a couple of
                weeks the ones that are no longer selected in
                mythfilldatabase will show "No Data" in the guide.<br>
              </p>
              <p>Otherwise, the easiest way to edit channels is using
                mythweb. Got to settings, TV, channel info. You can
                uncheck "visible" to make the channels not show in the
                guide. You can also delete them from mythweb if you
                prefer. It is very easy since it is a grid and you can
                quickly select or unselect a bunch of them and apply the
                updates.</p>
            </div>
          </blockquote>
          <div>Using mythweb I get the following error.</div>
          <div>Warning: Unknown: Input variables exceeded 1000. To
            increase the limit change max_input_vars in php.ini. in
            Unknown on line 0</div>
          <br>
        </div>
        <div class="gmail_quote">I am not able to change anything.</div>
        <div class="gmail_quote">I added this to my php.ini  <i>php_value
            max_input_vars 10000</i></div>
        <div class="gmail_quote">restarted apache but still no go.</div>
        <div class="gmail_quote">Suggestions?</div>
        <div class="gmail_quote"><br>
        </div>
        <div class="gmail_quote">Setting up channels used to be much
          easier.</div>
      </div>
      <br>
      <fieldset></fieldset>
    </blockquote>
    <p>I set it to 20000</p>
    <p>Depends on which version of php you are using</p>
    <p>Look for /etc/apache2/mods-enabled/php*.conf to find the version
      you are using<br>
    </p>
    <p>Update /etc/php/7.4/apache2/php.ini - substitute your version for
      7.4 if your version is not 7.4<br>
    </p>
    <p>; How many GET/POST/COOKIE input variables may be accepted<br>
      ;max_input_vars = 1000<br>
      max_input_vars = 20000<br>
    </p>
    <p>Restart apache after changing this.</p>
    <p>Peter</p></div></blockquote><div><br></div><div>Fixed.</div><div>I tried 20000.  Same error.  Increased to 50000 and it works without errors.</div><div><br></div><div>You and everyone on this list that take the time to help those of us who are not masters at linux are very much appreciated.</div><div>Thank you.</div><div>Kevin</div><div><br></div><div><br></div></div></div>