Jump to content

Featured Replies

Posted

Hi all,

Seeing a problem here upgrading from 4.6.12 to 4.7.0. This is a direct upload of files from the client area to the server, and we're now getting:

Could contain: Text

The error shown here. It is definitely from the 4.7.0 files, and the permissions are set to 0777 via Filezilla. Not entirely sure what's going on here, however because of the update, the site is currently down. Any help appreciated.

Solved by Randy Calvert

Go to solution

I have the same problem

I noticed the same issue with an upgrade earlier. It seems the MD5 hash of the new patched files is wrong for that specific one.

 

I bypassed the error by adding the constant to skip the MD5 check for now.

  • Solution

If you are ABSOLUTELY sure you have the correct files, you can skip the integrity check by adding

\define( 'UPGRADE_MD5_CHECK', FALSE );

to your constants.php file.  One the upgrade is complete, remove that line so that it does not always skip it going forward.  

Thankyou! I've been working on this for two hours now, in various download, restore from backup, retry permutations.

Recently Browsing 0

  • No registered users viewing this page.