getSecurityType()) { case DUPX_Security::SECURITY_PASSWORD: $errorMsg = 'Invalid Password! Please try again...'; break; case DUPX_Security::SECURITY_ARCHIVE: $errorMsg = 'Invalid Archive name! Please try again...'; break; case DUPX_Security::SECURITY_NONE: default: $errorMsg = ''; break; } ?>

Why do I see this screen?
This screen will show under the following conditions:

Password: If the installer was password protected when created then the password input below should be enabled.
If the input is disabled then no password was set during the build process.

Secure-File: If the archive file is on a public server under these conditions:
  • Running a basic installer name (installer.php) with no installer password.
  • Running with the "Overwrite Install" method active and no installer password.
Validate the 'Archive File Name' input with the secure-file name it was created with ([name]_[hash]_[time]_archive.zip).
If the archive file name input is disabled or hidden then it can be ignored.
getHtmlFormParam(PrmMng::PARAM_SECURE_PASS); $paramsManager->getHtmlFormParam(PrmMng::PARAM_SECURE_ARCHIVE_HASH); ?>