Viewing 6 replies - 16 through 21 (of 21 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    since you already tried turning-on wp_debug but no one from EM; can I know if you tried to look into your php logs to see if there’s any other error and post any results here? e.g. paste it in pastebin.com and post it’s link here

    The problem in my case was that the settings form had over 1000 fields. In php.ini the default limit of post.max_vars is default 1000 and because of that the form nonce and action were not submitted. I would like to ask Marcus to consider splitting the settings form in smaller sections, one for each tab (general, emails, etc.) in the new version of the plugin.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    thanks @costycv9 we will look into this.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    hmmm… that’s a clue. Normally there’s just under 400 inputs there, but maybe the problem is with languages!

    Do any of you use WPML? That could make sense if you have more than 2 or 3 languages enabled.

    I think the settings form as it stands is quite convenient for getting around, I’d like to avoid splitting the forms up, there’s other ways to get around this problem.

    Yes I have 7 WPML languages activated and that is the cause why the settings are not saved…

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I don’t think even splitting up the settings pages may help with 7 languages!

    Will look into a solution for this.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Settings are not stored’ is closed to new replies.