Hello,
I got the same problem with 621 to 622 upgrade on one server. Even in Silent upgrade, it does'nt work and I got this message :
PHP Code:
********************************************************************
***************This Upgrade process may take sometime***************
********************************************************************
The patch did not contain a proper manifest.php file. Cannot continue.
Problem seems to come form PHP "ZipArchive" class which called for unzip files like upgrades.
I don't succeed to solve the problem yet but I have a workaround :
Before upgrade, change the file : include/utils/zip_utils.php
Comment lines 32, 33, 34, 35 :
PHP Code:
//if(class_exists("ZipArchive")) {
// require_once 'include/utils/php_zip_utils.php';
// return;
//} else {
And line 122 :
PHP Code:
//} // if (ZipArchive exists)
The upgrade should work after that.
Bookmarks