Home Forums WordPress Plugins Hide My WP Problem when i try to publish a post

This topic is: resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6356
    medusa
    Active
    Post count: 17

    When i try to publish a post on my website i get this error:

    Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
    
    Warning: Cannot modify header information - headers already sent in /srv/users/serverpilot/apps/mywebsite/public/wp-content/plugins/hide_my_wp/load.php on line 10
    • This topic was modified 9 years, 7 months ago by medusa.
    #6375
    Suman M.
    Post count: 12480

    Hi, what’s the PHP version you are using? Can you please try updating it to PHP 5.4+ ?

    #6398
    medusa
    Active
    Post count: 17

    thank you 🙂 but i fix it.

    #6400
    Suman M.
    Post count: 12480

    That’s great! But it would be nice if you could let us know how you fixed it 🙂

    #6401
    medusa
    Active
    Post count: 17

    1. Create a file named .user.ini in your web root directory.

    2. Enter the following line with the new value on the new file ( .user.ini ):

    max_input_vars = 5000

    3. Save the file!

    More info: Click here!

    • This reply was modified 9 years, 7 months ago by medusa.
    • This reply was modified 9 years, 7 months ago by medusa.
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.