We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error by trying to test the example from php-plesk: ListEmailAddresses
Fatal error: Uncaught pmill\Plesk\ApiRequestException: Error: Incorrect request parameters submitted in C:\wamp64\www\src\pmill\Plesk\BaseRequest.php:87 Stack trace: #0 C:\wamp64\www\src\pmill\Plesk\ListEmailAddresses.php(44): pmill\Plesk\BaseRequest->__construct(Array, Array) #1 C:\wamp64\www\config.php(37): pmill\Plesk\ListEmailAddresses->__construct(Array, Array) #2 {main} thrown in C:\wamp64\www\src\pmill\Plesk\BaseRequest.php on line 87
here is the code:
$config = array( 'host'=>'MYDOMAIN.DOM', 'username'=>'USER', 'password'=>'PASSWORD', ); $params = array( 'domain'=>'mydomain.dom', ); $request = new \pmill\Plesk\ListEmailAddresses($config, $params); $info = $request->process(); var_dump($info);
can any help me? Plesk version is: 17.5.3
The text was updated successfully, but these errors were encountered:
There is no parameter 'domain', only 'site-id' as known in Plesk to retreive the list of Email addresses.
Sorry, something went wrong.
No branches or pull requests
I get this error by trying to test the example from php-plesk: ListEmailAddresses
Fatal error: Uncaught pmill\Plesk\ApiRequestException: Error: Incorrect request parameters submitted in C:\wamp64\www\src\pmill\Plesk\BaseRequest.php:87 Stack trace: #0 C:\wamp64\www\src\pmill\Plesk\ListEmailAddresses.php(44): pmill\Plesk\BaseRequest->__construct(Array, Array) #1 C:\wamp64\www\config.php(37): pmill\Plesk\ListEmailAddresses->__construct(Array, Array) #2 {main} thrown in C:\wamp64\www\src\pmill\Plesk\BaseRequest.php on line 87
here is the code:
can any help me?
Plesk version is: 17.5.3
The text was updated successfully, but these errors were encountered: