• I am using WooCommerce on a client’s website. They have several attributes and variable products.

    I have the following settings on the server, but still cannot save any variations including prices.

    max_execution_time = 180
    max_input_time = 60
    max_input_vars = 10000
    memory_limit = 256M
    ;Maximum size of POST data that PHP will accept.
    post_max_size = 32M

    Suhosin is also installed on the server with the following settings
    max_input_vars = 10000

    I even tried on a test site on the same server with only 1 variable product and 1 attribute – cannot save variations.

  • The topic ‘Woocommerce Product Variations not saving’ is closed to new replies.