Skip to main content

Unable to update pages

Comments

1 comment

  • Ariel H.

    Hi Gus,

    Thank you for reaching out to us.

    From my observation, the issue seems to be related to the number of page revisions. 

    To address this, I recommend trying the steps outlined in this link to see if it resolves the issue:  
    https://www.elegantthemes.com/blog/wordpress/how-to-manage-wordpress-revisions-to-optimize-site-performance  

    The article provides a manual method for limiting page revisions using PHPMyAdmin, or you can use WP Optimize for a simpler approach.

    If this isn’t the issue, please also consider updating your server settings to the following:

    max_execution_time: 300
    max_input_vars: 300
    memory_limit: 512M (or higher)
    post_max_size: 128M
    upload_max_filesize: 32M

    While you can skip some of the other directives, the most important ones are 'post_max_size' and 'upload_max_filesize', as they limit the maximum file upload size and the total size of POST requests, respectively, which can affect saving pages on WordPress.

    Please contact your hosting provider for assistance in updating these directives, or you can do it yourself if you have access to cPanel. Go to "Select PHP Version" and then to "Options," where you can find and modify these settings. After making the changes, please return to your page and check if the issue persists.

    Give this a try and let me know the outcome.

    Best regards,  
    Ariel H.

    0

Please sign in to leave a comment.