• at

    (@atulbramhe)


    Hello all,
    Please Help Me Out
    I have a woocommerce product which has 90+ variations when i made all of them
    some variation are showing in front end and some are auto disabled
    i have also search about this issue and also make
    php max_input_vars to 6500 and making that product from beginning
    but issue is again please help me out
    Also Product short description is not updating

    https://wordpress.org/plugins/woocommerce/

Viewing 5 replies - 1 through 5 (of 5 total)
  • There was a thread here recently where the user had set max_input_vars to one value in php.ini, and this was the same in phpinfo(), but the value showing at Admin page > WooCommerce > System Status > “PHP Max Input Vars” was much lower. Are you getting 6500 from the System Status page? This is the relevant value.

    Please post the url to this product’s page.

    Thread Starter at

    (@atulbramhe)

    Hello Lorro,
    Thanks for giving the reply
    i have checked the system status of woocommerce but there is nothing
    related to max_input_vars

    but all other fields as below:–

    WP Memory Limit: 96 MB
    WP Debug Mode: No
    WP Max Upload Size: 20 MB
    PHP Post Max Size: 128 MB
    PHP Time Limit: 300

    Thanks

    Its just after time limit:
    http://www.topcode.co.uk/wordpress/max_input_vars.jpg
    I have WooCommerce 2.2.8.

    Or you can put this code temporarily at the top of functions.php:

    <?php echo 'Max input vars: '.ini_get('max_input_vars'); ?>

    Should show at the top of every page.

    Thread Starter at

    (@atulbramhe)

    Hey loro ,

    thanks
    but in my woocommerce this variable is not showing in woocommerce system status page

    so what can i do for this ??
    Thanks

    Are you using version 2.2.8?

    Try this code temporarily at the top of functions.php:

    <?php echo 'Max input vars: '.ini_get('max_input_vars'); ?>

    Should show at the top of every page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Woocommerce Variation Are Not Updating’ is closed to new replies.