Stuck number of custom fields in Edit Field Group

Support General Stuck number of custom fields in Edit Field GroupResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38109
    ben06ben06
    Participant

    Dear all,

    It happens from time to time that the number of custom fields is temporary stuck. This can be avoided by increasing the amount of memory_limit and other parameters in the php.ini
    I just tried this way today, but my number of custom fields remains stuck at a certain level. Is there another things to deal with to increase the possible amount of custom fields in the metabox Edit Field Group?

    Thank a lot

    Best regards

    Ben

    #38111
    Long NguyenLong Nguyen
    Moderator

    Hi,

    I think this issue is related to the PHP setting max_input_vars, you can try to follow this tutorial to fix the issue https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/

    #38158
    ben06ben06
    Participant

    Thank again Long for your valuable help!
    It worked when I determined the max number of input variables of the project, inserting:
    php_value max_input_vars 10000
    in the <Ifmodule> tags of the .htaccess file of my project.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.