Hi @danilop83,
Thanks for contacting us.
Error 500 is a generic error response. It means that the server encountered an unexpected condition that prevented it from fulfilling the request.
Please contact your hosting service provider and update the below variables in your php.ini file.
max_input_vars = 5000
post_max_size = 256M
memory_limit = -1
max_input_time = -1
max_input_nesting_level = 256
upload_max_filesize = 256M
max_file_uploads = 100
Please change these values.
After it, if you will this issue again then you need to increase again below values only –
max_input_vars = 5000
post_max_size = 256M
max_input_nesting_level = 256
upload_max_filesize = 256M
Thanks
I can’t find max_input_nesting_level on my hosting
however, if I change the other fields, nothing changes
Then you can try to upload images if works then no issue.
If it’s not working then you need to also update – max_input_nesting_leve