Hi, previously
GTMAN helped us setting the following configs for individual users
upload_max_filesize = 64M
post_max_size = 125M
memory_limit = 512M
max_input_time = 120
max_execution_time = 120
max_input_vars = 10000
max_input_time = 400
However, Wordpress still notifies us the following error:
'max_execution_time' parameter on your hosting/server is 60 seconds, 120 seconds recommendedAfter confirming in
phpinfo(); we're pretty sure we have
max_execution_time on 120 already
also duplicated .user.ini in wp-admin still doesn't help
Is there anywhere else we could set
max_execution_time to 120?