Common Errors while Theme / Plugin Install

1. “Broken theme” and/or “Stylesheets missing” error message!

Please note, it is not a theme related error 🙂

Fix is simple …. make sure you are uploading ‘theme.zip’ only, not the complete ‘All files and Documentation’.

Refer : Where is theme to upload?

2. 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 265M
    post_max_size 32M
    upload_max_filesize 32M
    max_execution_time 300 ( 180 should work too )
    max_input_time 600
  • For more fixes Google for : “Are You Sure You Want to Do This” WordPress Error