• Resolved kevinspacey

    (@kevinspacey)


    Hello,

    When i export data with WP All Export plugin, i get an error of “You’ve reached your max_input_vars limit of 1000. Please contact your web host to increase it.”, so i increased it to 10000 and tried again to export data, but it still shows the same error.

    My website URL https://pinhopping.com

    Please see below links for error message screenshot and php max_input_vars value screenshot after increase it to 10000.

    https://prnt.sc/mwb0yg
    https://prnt.sc/mwb198

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • First find php.ini file in your hosting

    and add this

    max_input_vars = 10000

    Thread Starter kevinspacey

    (@kevinspacey)

    We have already added max_input_vars = 10000, But still showing the issue. do we need to increase it more than 10000?

    Plugin Author WP All Import

    (@wpallimport)

    Hey @kevinspacey

    If the same error message shows it means that the change to 10000 didn’t work properly for some reason. Please contact your web host and they will be able to confirm the changes and take any other necessary steps to fix this for you.

    Try adding

    php_value max_input_vars 2000
    

    to your .htaccess file instead.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin showing error message of max_input_vars even after increase it.’ is closed to new replies.