php-epp-client
php-epp-client copied to clipboard
Class "Metaregistrar\EPP\eppDnssecInfoDomainResponse" not found
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
- Replaced the original pathname in this output with asterisks
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.