This Page Needs a Refresh
I have seen many posts like this one. Sometimes it has happened because of Wordfence but now I just have it disabled as well as modSec
This is the Response I receive in the Network Tab:
The Header
Although in Spanish, the error message in English is the one stated in the Title
This is not the only case, other sites within out VPS has the same problem in the existing Pages.
Already tried also disabling all plugins and using Default Wordpress Theme Twenty twenty one
Thank you
-
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 67108864This 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 = OffSo far no more problems for the time being...
0 -
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.
Comments
2 comments