You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have quite some domains of which we want to change the nameservers to a new hostname.
Unfortunately I'm running into a 2001 syntax error while testing the script with the infodomain.php example.
There is another issue posted years ago with the same error, but that one was closed. Someone mentioned changing the password, but this didn't work for me.
Hi,
We have quite some domains of which we want to change the nameservers to a new hostname.
Unfortunately I'm running into a 2001 syntax error while testing the script with the infodomain.php example.
There is another issue posted years ago with the same error, but that one was closed. Someone mentioned changing the password, but this didn't work for me.
The steps I've done to come this far:
From
if ($conn = eppConnection::create('')) {
To
if ($conn = eppConnection::create('../Registries/settings.ini')) {
Also tried sidnEppConnection.
Is there maybe something I'm missing or should check? Hopefully someone can help me out, thanks!
The text was updated successfully, but these errors were encountered: