Hi all,
We've edited php.ini in both CWP + User panel as well user.ini under public_thml folder with the following configs
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 512M
max_execution_time = 120
max_input_vars = 10000
max_input_time = 400
Our Wordpress or SuiteCRM keep on informing we only have
'max_execution_time' parameter on your hosting/server is 30 seconds, 120 seconds recommended
'post_max_size' parameter on your hosting/server is 8 Mb, 40Mb recommended
'upload_max_filesize' parameter on your hosting/server is 2 Mb, 40Mb recommended
Is there anywhere else that we could look into?
Thanks for any advice given