Hello,
when I try to download the new definition, I have got an error tha appears, can’t update the definition and can’t scan my site :/
Request Entity Too Large
The requested resource
/wp-admin/admin.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
I made search around the net and found I must give some parameters on my server.
I put these :
upload_max_filesize = 1000Mpost_max_size = 2000Mmemory_limit = 3000Mmax_execution_time = 1800max_input_time = 180
But it seems it’s not enough, is there another thing to change?
That should be more than enough. Maybe those settings are not taking effect. Have you checked those values by calling the phpinfo(); in some standalone php file to make sure that what you have set is actually changing those php settings?