• Resolved tcadmin86

    (@tcadmin86)


    First time having this issue with your plugin have used it on multiple sites with no issues.

    Using the Pro-Version:

    Both on back end and front end I am unable to save changes made. I have checked on the page and the selected UNLOADS are still loading so it isn’t being saved into the database and just not showing up as saved

    Report
    https://pastebin.com/dhgEjq9k

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @tcadmin86 I suspect the issue you’re having is due to max_input_vars value from php.ini. The one you have is just 1000 (default one). You definitely need to update it to a much larger number (e.g. 5000) as you have lots of plugins installed and if the form that you submit when you edit the page has over 1000 fields, you will have problems with it as not all the information will be sent for processing. It happened to me and many people I know quite often. In fact, in future versions of the plugin, an alert will show up if the number is so low.

    Here’s an article I found explaining how to update it: https://themes.artbees.net/docs/increase-max-input-vars/ – it’s written by the guys from Jupiter X theme, but the principle applies to any WordPress website, disregarding the plugin or theme you’re using. It’s all about allowing more fields to be submitted on a form.

    Please check if that’s the problem! If not, let me know and I will dig further into it. In most cases so far, that was the issue.

    Plugin Author Gabe Livan

    (@gabelivan)

    @tcadmin86 as this issue is posted for the Pro version (the max_input_vars should be updated for the Lite version too) and there’s an already open ticket about it (via email), I’ll mark this as “resolved”. You can reply to the ticket if you need further assistance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PRO: Not Saving Changes/Unloading’ is closed to new replies.