HI,

I´ve SugarCE 6.3.0 and I´ve problems when in the Upgrade Wizard (Admin Upload Module) upload the KINAMUConnectorSetup_V1_6_3., because SugarCRM report me: ZIP Error(0):0

The logs of Sugar, didn´t report me any error.

I´ve PHP Version 5.2.17, with Zip: enabled /// Extension Version $Id: php_zip.c 305848 2010-11-30 11:04:06Z pajoye $ /// Zip version 1.8.11 /// Libzip version 0.9.0

In the /sugar/include/utils/zip_utils.php in the line 33 I´ve:

if(class_exists("ZipArchive")) {
require_once 'include/utils/php_zip_utils.php';
return;
} else {
require_once('include/pclzip/pclzip.lib.php');

And in the line 122 I´ve:
} // if (ZipArchive exists)

....and I ´ve the pclzip.lib.php.

Can you help me to understand the problem ? (report of ZIP Error (0): 0)

Thanks and regards,

Francisco Díaz