metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
209 stars 153 forks source link

Class "Metaregistrar\EPP\eppDnssecInfoDomainResponse" not found #373

Closed fgrijze closed 1 month ago

fgrijze commented 5 months ago

Using the metaregEppConnection, I'm getting the following output when trying to execute the scripts in the Examples-directory:

PHP Fatal error: Uncaught Error: Class "Metaregistrar\EPP\eppDnssecInfoDomainResponse" not found in ***/metaregistrar-epp/Protocols/EPP/eppExtensions/command-ext-1.0/eppResponses/metaregInfoDomainResponse.php:4 Stack trace:

0 ***/metaregistrar-epp/Protocols/EPP/eppExtensions/command-ext-1.0/includes.php(15): include_once()

1 /metaregistrar-epp/Protocols/EPP/eppConnection.php(1073): include('....')

2 ***/metaregistrar-epp/Registries/metaregEppConnection/eppConnection.php(13): Metaregistrar\EPP\eppConnection->useExtension('command-ext-1.0')

3 ***/metaregistrar-epp/Examples/test.php(7): Metaregistrar\EPP\metaregEppConnection->__construct()

4 {main}

thrown in ***/metaregistrar-epp/Protocols/EPP/eppExtensions/command-ext-1.0/eppResponses/metaregInfoDomainResponse.php on line 4

Tried different scripts from the Examples-directory, same error occures on the different scripts, with valid or invalid details in settings.ini. Also tried with the example in "alternativeconnection.php", but same error occures.