Hello,
I’ve checked php log and there is no error in it.
As I have been mentioned earlier, I have tried below PHP configurations:
max_execution_time = 3600
max_input_time = 3600
memory_limit = 256M
post_max_size = 64M
upload_max_filesize = 64M
max_input_vars = 5000
I’ve tried below configuration as well as test only but, the issue has remained:
max_execution_time = 6600
max_input_time = 6600
memory_limit = 256M
post_max_size = 128M
upload_max_filesize = 128M
max_input_vars = 15000
Please advise,
Mohammad Hesam