How to fix max_input_vars ?

Discussion in 'Web Hosting' started by Kaiti, Nov 23, 2017.

  1. #1
    Please how to fix this? Warning: The number of users (2803) plus overhead exceeds the PHP max_input_vars setting (1000). You will not be able to send email to more than 990 users in one batch. This can be changed by increasing the value of max_input_vars setting in the PHP.ini configuration file.
     
    Kaiti, Nov 23, 2017 IP
  2. harry_v

    harry_v Greenhorn

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    Along with max_input_vars, you will need to increase value for two more variables as below:

    max_input_vars = 3000
    suhosin.post.max_vars = 3000
    suhosin.request.max_vars = 3000

    Open up your php.ini file and search for above variables, set the value and save the changes.

    To know loaded configuration of php, create a php file along with your site pages and add following code:

    <?php
    phpinfo();
    ?>

    Then browse this file, you will see the path of your php.ini file where you need to make these changes.
     
    harry_v, Nov 23, 2017 IP
  3. Kaiti

    Kaiti Well-Known Member

    Messages:
    136
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    133
    #3
    thank you very much. Just to godaddy php.ini don't work. work .user.ini as in this video
     
    Kaiti, Nov 24, 2017 IP
  4. Hono Lulu

    Hono Lulu Member

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    ok thanks
     
    Hono Lulu, Feb 14, 2018 IP
  5. Sean9568

    Sean9568 Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #5
    The filter permission module can help with the permissions page by restricting what information is loaded at given time. But you can still have a problem if your filters aren't strict enough.
     
    Sean9568, Feb 15, 2018 IP
  6. Kaiti

    Kaiti Well-Known Member

    Messages:
    136
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    133
    #6
    what I was looking for is another thing.
     
    Kaiti, Feb 15, 2018 IP