Are you sure you want to do this? Please try again.

Last Update: February 25, 2026

If you are installing Avada in WordPress but get a message that says “Are you sure you want to do this?”, the most likely reason is that your web server is configured with low PHP settings that only allow a limited ZIP file size to be uploaded via the WordPress Dashboard.

Most hosting companies configure their servers to limit file uploads to 8-10 MB; some set lower limits. The Avada ZIP file is currently about 8 MB. If you get this error, your web server is rejecting the upload because the Avada.zip file is too large. WordPress is unfortunately giving you a rather ambiguous message in response. This is not an Avada issue or a bug.

Ways To Fix The Issue

  • Request that your web host increase your PHP limits so a larger ZIP file can be uploaded. They will know which limits to set if you explain the issue.
  • You can upload your Avada files via FTP. View this tutorial video for more information.

Recommended PHP Configuration Limits

  • max_execution_time 180

  • memory_limit 128M
  • post_max_size 32M

  • upload_max_filesize 32M

In this article