asterixcapri / gestpaycrypt-php

PHP library for GestPay payment gateway.
GNU Lesser General Public License v2.1
12 stars 7 forks source link

Errori SOAP casuali #8

Open 7starsone opened 7 years ago

7starsone commented 7 years ago

Ciao, purtroppo si potrebbero verificare a random errori del tipo SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://ecommS2S.sella.it/gestpay/gestpayws/WSCryptDecrypt.asmx?WSDL'

a questo punto consiglio di aggiungere nel file GestPayCryptWS.php, prima della riga 598 e prima di 646

libxml_disable_entity_loader(false);

la causa non è ancora ben chiara, ma tant'è...

7starsone commented 7 years ago

Link al bug (che si dichiara tuttora presente in php 7)

https://bugs.php.net/bug.php?id=64938