Skip to main content

This Page Needs a Refresh

Comments

2 comments

  • Epifanio Munoz Quintero

    Fixed it. Couple of things...
    Mismatch between imagick and Image Magick

    ModSec/Immunify360 pointed brizy as a Sqlinjection attack. Moreover, there was a preconfigured rule, ModSecurity body limit, which limited the ajax request to 1MB
    Had to add the following rules:

    SecRequestBodyLimit 67108864
    SecRequestBodyNoFilesLimit 67108864

    This more or less explains why new pages were working and saving without problems, until I started to add more images and elements problems arise.

    For the record this was my php settings while having the error:
    allow_url_fopen = On
    display_errors = On
    enable_dl = On
    file_uploads = On
    max_execution_time = 60
    max_input_time = -1
    max_input_vars = 3000
    memory_limit = 1024M
    post_max_size = 64M
    session.gc_maxlifetime = 1440
    session.save_path = "/var/cpanel/php/sessions/ea-php81"
    upload_max_filesize = 64M
    zlib.output_compression = Off

     

    So far no more problems for the time being...

    0
  • Ariel H.

    Hi Epifanio,

    It's great to hear you got the issue sorted out on your own. Thanks for sharing your solution, it will definitely be helpful for others facing the same problem.

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.