ich möchte per API alle Domains abfrage, welche für E-Mail Dienste genutzt werden:
$response = $froxlor->request("Domains.listing", array("sql_search" => array("isemaildomain" => 1)));
Zurück bekomme ich leider nur SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'isemaildomain' in where clause is ambiguous
Question
SCD
Hallo,
ich möchte per API alle Domains abfrage, welche für E-Mail Dienste genutzt werden:
$response = $froxlor->request("Domains.listing", array("sql_search" => array("isemaildomain" => 1)));
Zurück bekomme ich leider nur SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'isemaildomain' in where clause is ambiguous
Wo ist mein Fehler ?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now