clipperz/password-manager

Cannot install/upgrade, because SOAP service (phpobjectgenerator.com/services/soap.php?wsdl) is down?

Closed this issue · 3 comments

I am trying to install/upgrade Clipperz
There was an error about variable-as-reference in file class.zipfile.php line 189

$this->addPOGPackage($package[$key], &$paths);

change to

$paths_reference = &$paths;
$this->addPOGPackage($package[$key], $paths_reference);

But next one I cannot fix, as this service is down:

PHP Fatal error:  SOAP-ERROR: Parsing WSDL: Couldn't load from 
'http://www.phpobjectgenerator.com/services/soap.php?wsdl' : 
failed to load external entity 
"http://www.phpobjectgenerator.com/services/soap.php?wsdl"\n in 
/var/www/vault/setup/setup_library/upgrade.php on line 117

Bump?

Sorry @arnisjuraga, but we are no longer supporting the PHP backend.

Cleaning up some old neglected issues.