Skip to main content

Pages Timing Out - Cannot Publish Updates with Brizy Pro

Comments

1 comment

  • Ariel H.

    Hi Carl,

    Thank you for contacting us.

    Try disabling some options under "Advanced Security Options" in GoDaddy to see if it helps resolve the issue:
    https://www.godaddy.com/en-ph/help/turn-on-advanced-security-options-27415

    Additionally, adjust the following settings in your php.ini file or contact your hosting provider for assistance:

    max_execution_time: 60
    max_input_vars: 6000 (or higher)
    memory_limit: 512M (or higher)
    post_max_size: 64M
    upload_max_filesize: 64M

    Adjusting the max_input_vars helps when working with large pages that contain many elements, such as complex designs, long forms, or big menus, ensuring all data is processed when saving a page. 

    Increasing the memory_limit provides more resources for the backend, preventing crashes when working on pages. 

    Additionally, adjusting post_max_size and upload_max_filesize improves file handling, allowing for larger uploads.

    If you have access to cPanel, you can make these changes by going to the "Select PHP Version" section, clicking on the "Options" tab, and updating the necessary values. Here is a short screencast for your reference - https://youtu.be/NcyeCGe3m9Q

    Please try this and let me know how it goes.

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.