Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor wpsolutions

    (@wpsolutions)

    Are you able to save other general settings?

    Thread Starter swallery

    (@swallery)

    can’t too

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi @swallery try the following, see if this helps you.

    Configure the PHP max_input_vars setting
    These settings are sometimes available in the php.ini directive called max_input_vars
    Edit the server php.ini or in some cases you can add a secondary php.ini inside the account (domain) folder.

    Configure the php.ini like this:
    max_input_vars = 3000

    You may need to do this via .htaccess (on a shared host for instance), use:
    php_value max_input_vars 3000

    Thread Starter swallery

    (@swallery)

    it’s working now. thank you !

    Plugin Contributor mbrsolution

    (@mbrsolution)

    That is good news 🙂

    I am marking this support thread as resolved.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't enable maintenance mode’ is closed to new replies.