Updating Fails
Here are a few potential cases where the update might fail, and the fixes for it.
Problem - File integrity check failed:
Warning: file_get_contents(https://raw.githubusercontent.com/UXWizz/update-integrity-check/master/v6/latest-version-hash?token=1733905913): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/html/server/helpers/update/update.php on line 102 Expected hash: Remote hash: e64a580cb8d471609a18387a8737dbf1c8c5b4dc75dc4634bef1d5a7299dbe1d File integrity check failed. Update process stopped.
Why this happens:
For security, the updater checks each new .zip update file with a remote GitHub repository that contains the correct integrity hash for that version. If the hash of the downloaded file is different to the integrity hash in the GitHub repository, the updater will stop the updating process.
Issue with versions older than 7.0.2:
GitHub has recently changed how their content is delivered. Because the updating will fail with the old URL, you have to manually fix the URL.
Solution (if you are on version older than 7.0.2):
Last updated