<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 1/23/22 1:00 PM, Mary Strimel wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGm2JDcb9FjBJNRZ4wRYOnHStAnWj_2P-BPJo-t6Xgp_QWe6fQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>hi, <br>
        </div>
        <div>I used mythweb to hide some channels that I didn't think I
          wanted. Now I want one of them back, but mythweb won't "save"
          my checkmark to display the channel. I'm checking the box and
          clicking save at the bottom, then it unchecks the box.</div>
        <div><br>
        </div>
        <div>Here is what I have tried:</div>
        <div>1. enabling cookies on firefox</div>
        <div>2. as others recommended, looking for a file called
          20-mythweb.ini (or similar) so I can change settings to
          increase the setting for max_input_vars.  My system does not
          have such a file. I'm on Fedora 34, and there are some mythweb
          files stored under /etc/httpd (not /etc/apache) but I didn't
          find any file with a max_input_vars setting</div>
        <div><br>
        </div>
        <div>It's frustrating because mythweb worked fine for hiding the
          channels, just not, it appears, for unhiding them. <br>
        </div>
        <div>What could I be missing?</div>
        <div>Thanks,<br>
        </div>
        <div>Mary <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    <p>I normally set max_input_vars in <br>
    </p>
    <p>/etc/php/7.4/apache2/php.ini</p>
    <p>It depends in the version of php you are using.</p>
    <p>Use php --version to find your actual version, then go to
      /etc/php/###/apache2/php.ini where ### is the version<br>
    </p>
    <p>You will see it commented in there as ;max_input_vars = 1000.
      Uncomment it by removing the semicolon and set it to 20000</p>
    <p>Peter<br>
    </p>
  </body>
</html>