metaregistrar / php-epp-client

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

domain info dns.be #40

Closed pc-partner closed 8 years ago

pc-partner commented 8 years ago

Hi, While checking if domainname is valid is working. Domaininfo is returning nothing: "Retrieving info on xxxx.be " with no further details.

metaregistrar commented 8 years ago

Hi,

Have you tried enabling logging / debugging?

$conn = eppConnection::create('path-to-ini-file',true);

This enables the log and you can see what is happening exactly

pc-partner commented 8 years ago

Yes, Got the error: “Object does not exist xxxx.be”  so that domein doesn’t exist in tryout. Maybe also show this error?

pc-partner commented 8 years ago

And if you try checking for an existing domain BUT is isn't on you account you got authentication error.

metaregistrar commented 8 years ago

That is correct: domain:check can be done on any domain name, but domain:info only on your own domain names.

Except when you have a correct authentication code (transfer code) for the domain name, then you can do domain:info with transfer code and get the info

About showing the error: If you make sure that you catch the eppException, you can show the error.