I'm getting this error message when I import demo in Wordpress.
Demo import failed.Please check for PHP limits in red on the System Status page. Change those to the recommended values and try again.
post_max_size = 4096M
upload_max_filesize = 4096M
max_execution_time = 3000
max_input_vars = 3000
memory_limit = 512M
I have changed values into the php.ini file but still getting this message.