• Resolved admbuyer

    (@admbuyer)


    Hi. I’m using this useful plugin, but i had a problem with one list. I have correctly inserted 93 items, but when i add another more and saving click “Update”, the list lost the newest id… so i am forced to 93.
    I can update modifying old items, and it works. I can delete items and insert new, but 93 maximum always. Reading about notes, i don’t find anything related.
    What can be the problem?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Hi,

    The issue you are having with saving the Lists is because of a limitation set in your server. Your server probably has a low limit for how many form fields it will process at a time. So, after you have added a certain number of links, the server refuses to save new link items. The server’s configuration that dictates this is max_input_vars. Set it to a high limit like max_input_vars = 10000. You can do it with local php.ini file or htaccess if your server supports it, Otherwise, please contact your hosting company support if needed.

    If you are using local php.ini then you have to copy the ini file to /wp–admin/ folder and /wp-content/plugins/qc-simple-link-directory/ . Local php.ini does not overwrite the settings through all folder of the site. So, each major folders need a copy of it.

    Hope that helps.

    Thanks

    Thread Starter admbuyer

    (@admbuyer)

    WOW!
    What a help, thank you very much. You hit the target, man!
    Problem solved ??

    Plugin Author QuantumCloud

    (@quantumcloud)

    You are most welcome.

    Please rate this plugin 5 star, if you want to really encourage us. That’s what counts ??

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List Maximum item?’ is closed to new replies.