Any idea how to fix the issue? I tried add following code in .htaccess file but it doesn’t work.
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 300
php_value max_input_time 300
Then I created a php.ini file in public_html and add following code. It still doesn’t work.
upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 300
Please help.