Your server returned an error before the installer could run. On many shared hosts this is caused by file permissions after extracting the ZIP.
755 — owner read/write/execute; group and world read/execute only.644 — owner read/write; group and world read only. Uncheck “Group Write”.If you have shell access, run from your site root:
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
If your store was working and you see this page after an upgrade, contact your hosting provider with the time of the error and ask them to check the server error log.
Retry installer