У вашего броузера проблема в совместимости с HTML5
Input PHP:
define( 'WP_MEMORY_LIMIT', '96M' );
max_execution_time = 60
post_max_size = 30m
upload_max_filesize = 10m
max_input_vars = 4000
Description:
Step by step process on resolving errors (WordPress memory limit, maximum post size, maximum upload file size, maximum input vars, max execution time) from Wordpress and the Jupiter theme. I also resolve the issue with php.ini not taking effect after adding the code and refreshing the website.
Also, you have to make sure that when you are creating the php.ini file that it is inside of the public_html directory in GoDaddy, not within the website folder, this is if you have multiple sites on a single host.