Skip to main content

Brizy builder refresh error when saving pages

Comments

3 comments

  • Alex

    Hi Joe,

    sorry for not getting back to you sooner. Can you please confirm you have this issue with the latest Brizy versions - Free 2.2.8. and PRO 2.2.5? Also, do you have the same problem if you disable all your external plugins? Do you know what memory limit is set for your site? Did you try to increase it?

    After checking this, I will create a private ticket for you and this will be inspected directly on your dashboard.

    0
  • Summer Lambert

    I'm having this issue too. 

    0
  • KC George

    Hello Summer

    Are you seeing the error "This page needs a refresh. You've probably updated this page (or another page) in a different tab or browser."? One of the possible reasons for this error is the incorrect configuration settings in your cPanel's ModSecurity software. Please check if ModSecurity is turned on in your cPanel hosting account.

     

    Kindly add these configuration settings to your .htaccess file at the website root if ModSecurity is enabled. You can add it just before the "# END WordPress" line.

    <IfModule mod_security.c>
        SecRequestBodyLimit 4194304
        SecRequestBodyNoFilesLimit 2097152
    </IfModule>

    Your .htaccess may look like this after adding the ModSecurity configuration settings. 

    Kindly also set post_max_size to 128M following the procedure outlines at https://jmp.sh/VkINn6hh These two configuration changes, should help you save changes to your Brizy pages.  

    0

Please sign in to leave a comment.