Are You Sure You Want To Do This?

You may get this error while installing theme / plugin via WordPress Admin.
Please note, it is not a theme related error 🙂 .

How to get over?
  • Either skip upload via WordPress Admin and go for FTP upload
  • Fix the error
    – Deactivate all plugins, if you are not working on fresh WP install.
    – Check your PHP configuration limits

    Item Limit
    memory_limit 256M
    post_max_size 32M
    upload_max_filesize 32M
    max_execution_time 300
    max_input_vars 2000
  • For more fixes Google for : “Are You Sure You Want to Do This” WordPress Error